Searched refs:qe_dequeue_tail (Results 1 – 3 of 3) sorted by relevance
| /xnu-11215.61.5/osfmk/kern/ |
| H A D | exclaves_inspection.c | 105 thread = qe_dequeue_tail(wl, struct thread, th_exclaves_inspection_queue_stackshot); in prepare_scid_list_stackshot() 125 thread = qe_dequeue_tail(wl, struct thread, th_exclaves_inspection_queue_kperf); in prepare_scid_list_kperf() 179 …thread = qe_dequeue_tail(&exclaves_inspection_queue_stackshot, struct thread, th_exclaves_inspecti… in clear_stackshot_queue() 195 …thread = qe_dequeue_tail(&exclaves_inspection_queue_kperf, struct thread, th_exclaves_inspection_q… in clear_kperf_queue()
|
| H A D | queue.h | 554 #define qe_dequeue_tail(head, type, field) ({ \ macro
|
| /xnu-11215.61.5/iokit/DriverKit/ |
| H A D | queue_implementation.h | 554 #define qe_dequeue_tail(head, type, field) ({ \ macro
|