Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/kern/
H A Dexclaves_inspection.c96 thread = qe_dequeue_tail(wl, struct thread, th_exclaves_inspection_queue_stackshot); in prepare_scid_list_stackshot()
116 thread = qe_dequeue_tail(wl, struct thread, th_exclaves_inspection_queue_kperf); in prepare_scid_list_kperf()
170 …thread = qe_dequeue_tail(&exclaves_inspection_queue_stackshot, struct thread, th_exclaves_inspecti… in clear_stackshot_queue()
186 …thread = qe_dequeue_tail(&exclaves_inspection_queue_kperf, struct thread, th_exclaves_inspection_q… in clear_kperf_queue()
H A Dqueue.h529 #define qe_dequeue_tail(head, type, field) ({ \ macro