Searched refs:_ne (Results 1 – 4 of 4) sorted by relevance
| /xnu-11417.121.6/osfmk/kern/ |
| H A D | circle_queue.h | 264 for (queue_entry_t _ne, _qe = circle_queue_first(head); \ 265 (qe = _qe) && (_ne = circle_queue_next(head, _qe), 1); \ 266 _qe = _ne) 307 for (queue_entry_t _ne, _qe = circle_queue_first(head); \ 309 _ne = circle_queue_next(head, _qe), 1); \ 310 _qe = _ne)
|
| H A D | queue.h | 492 for (queue_entry_t _ne = ((head)->next)->next, \ 495 qe = _ne, _ne = (qe)->next)
|
| /xnu-11417.121.6/bsd/net/pktsched/ |
| H A D | pktsched_netem.c | 791 #define NETEM_MTX_LOCK(_ne) \ argument 792 lck_mtx_lock(&(_ne)->netem_lock) 793 #define NETEM_MTX_LOCK_ASSERT_HELD(_ne) \ argument 794 LCK_MTX_ASSERT(&(_ne)->netem_lock, LCK_ASSERT_OWNED) 795 #define NETEM_MTX_LOCK_ASSERT_NOTHELD(_ne) \ argument 796 LCK_MTX_ASSERT(&(_ne)->netem_lock, LCK_ASSERT_NOTOWNED) 797 #define NETEM_MTX_UNLOCK(_ne) \ argument 798 lck_mtx_unlock(&(_ne)->netem_lock) 799 #define NETEM_OUTPUT_IVAL_ONLY(_ne) \ argument 800 ((_ne->netem_flags & NETEMF_OUTPUT_IVAL_ONLY) != 0)
|
| /xnu-11417.121.6/iokit/DriverKit/ |
| H A D | queue_implementation.h | 492 for (queue_entry_t _ne = ((head)->next)->next, \ 495 qe = _ne, _ne = (qe)->next)
|