Searched defs:queue_t (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dstream.h57 * The locking rules for the queue_t structure are extremely subtle and vary
101 * when the queue_t is not known to any other threads.
155 } queue_t; typedef in typeref:struct:queue
292 queue_t *l_qtop; /* lowest level write queue of upper stream */
294 queue_t *l_qbot; /* highest level write queue of lower stream */
377 queue_t *b_queue; /* for sync queues */
791 extern mblk_t *getq(queue_t *);
792 extern void rmvq(queue_t *, mblk_t *);
793 extern void flushq(queue_t *, int);
794 extern void flushq_common(queue_t *, in
[all...]
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h506 typedef void * queue_t; typedef

Completed in 74 milliseconds