Home
last modified time | relevance | path

Searched refs:SPLICE_QUEUED (Results 1 – 2 of 2) sorted by relevance

/freebsd-head/sys/sys/
HDsocketvar.h85 SPLICE_QUEUED, /* a wakeup has queued some work */ enumerator
/freebsd-head/sys/kern/
HDuipc_socket.c404 sp->state = SPLICE_QUEUED; in so_splice_dispatch()
604 KASSERT(sp->state == SPLICE_QUEUED || sp->state == SPLICE_CLOSING, in so_splice_xfer()
669 sp->state = SPLICE_QUEUED; in so_splice_xfer()
1751 sp->state = SPLICE_QUEUED;
1819 case SPLICE_QUEUED: