Searched refs:q_flags (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/netgraph/ |
| H A D | ng_base.c | 667 node->nd_input_queue.q_flags = 0; in ng_make_node_common() 1956 node->nd_ID, node, ngq->q_flags); in ng_dequeue() 1967 long t = ngq->q_flags; in ng_dequeue() 1975 if (atomic_cmpset_acq_int(&ngq->q_flags, t, in ng_dequeue() 1990 ngq->q_flags); in ng_dequeue() 2001 atomic_clear_int(&ngq->q_flags, OP_PENDING); in ng_dequeue() 2004 "READER", ngq->q_flags); in ng_dequeue() 2024 atomic_set_int(&ngq->q_flags, OP_PENDING); in ng_queue_rw() 2048 long t = node->nd_input_queue.q_flags; in ng_acquire_read() 2137 atomic_set_int(&ngq->q_flags, OP_PENDING); [all …]
|
| H A D | netgraph.h | 351 u_int q_flags; /* Current r/w/q lock flags */ member
|
| /f-stack/lib/ |
| H A D | ff_ng_base.c | 671 node->nd_input_queue.q_flags = 0; in ng_make_node_common() 1921 #define QUEUE_ACTIVE(QP) ((QP)->q_flags & OP_PENDING) 1963 node->nd_ID, node, ngq->q_flags); in ng_dequeue() 1974 long t = ngq->q_flags; in ng_dequeue() 1982 if (atomic_cmpset_acq_int(&ngq->q_flags, t, in ng_dequeue() 1997 ngq->q_flags); in ng_dequeue() 2008 atomic_clear_int(&ngq->q_flags, OP_PENDING); in ng_dequeue() 2011 "READER", ngq->q_flags); in ng_dequeue() 2031 atomic_set_int(&ngq->q_flags, OP_PENDING); in ng_queue_rw() 2055 long t = node->nd_input_queue.q_flags; in ng_acquire_read() [all …]
|
| /f-stack/tools/compat/include/netgraph/ |
| H A D | netgraph.h | 353 u_int q_flags; /* Current r/w/q lock flags */ member
|