Searched refs:queue (Results 201 - 203 of 203) sorted by relevance

123456789

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c508 * there is no conn associated with the queue.
1432 * Flush the read and write side (except stream head read queue)
2040 * queue. Any queued T_conn_ind have already got their options removed
2051 * Find read queue in driver
2696 /* Flush read side queue */
2725 /* Flush read side queue */
3054 * Receive the next message on the queue.
3112 * after checking that the read queue is empty) and returns zero.
3195 * EWOULDBLOCK when using nonblocking io. In BSD the read queue access
3201 * in this case as long as the read queue does
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c182 * head queue. if there is none to fulfill a read
426 * of the read queue
753 /* Prevent qenable from re-enabling the stream head queue */
757 * Wait until service procedure of each queue is
769 * If the write queue of the stream head is pointing to a
770 * read queue, we have a twisted stream. If the read queue
772 * If the read queue is dead, free the dead pair.
795 freeq(_RD(qp)); /* free stream head queue pair */
961 * Retrieve the next message from the logical stream head read queue
[all...]
/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwn.c67 #include <sys/queue.h>
3718 * Determine TX queue according to traffic ID in frame
5983 /* start queue */
6253 /* Assign RA/TID translation to the queue. */
6257 /* Enable chain-building mode for the queue. */
6271 /* Enable interrupts for the queue. */
6274 /* Mark the queue as active. */
6293 /* Disable interrupts for the queue. */
6296 /* Mark the queue as inactive. */
6312 /* Assign RA/TID translation to the queue
[all...]

Completed in 68 milliseconds

123456789