Home
last modified time | relevance | path

Searched refs:qe_dequeue_tail (Results 1 – 3 of 3) sorted by relevance

/xnu-11215.61.5/osfmk/kern/
H A Dexclaves_inspection.c105 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 Dqueue.h554 #define qe_dequeue_tail(head, type, field) ({ \ macro
/xnu-11215.61.5/iokit/DriverKit/
H A Dqueue_implementation.h554 #define qe_dequeue_tail(head, type, field) ({ \ macro