HomeSort by relevance Sort by last modified time
    Searched defs:queue_t (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/sys/
stream.h 56 * The locking rules for the queue_t structure are extremely subtle and vary
100 * when the queue_t is not known to any other threads.
154 } queue_t; typedef in typeref:struct:queue
291 queue_t *l_qtop; /* lowest level write queue of upper stream */
293 queue_t *l_qbot; /* highest level write queue of lower stream */
376 queue_t *b_queue; /* for sync queues */
790 extern mblk_t *getq(queue_t *);
791 extern void rmvq(queue_t *, mblk_t *);
792 extern void flushq(queue_t *, int);
793 extern void flushq_common(queue_t *, int, int)
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/inet/ipf/netinet/
ip_compat.h 506 typedef void * queue_t; typedef
    [all...]

Completed in 420 milliseconds