Home
last modified time | relevance | path

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

/xnu-11215.61.5/osfmk/kern/
H A Dexclaves_inspection.c77 queue_head_t exclaves_inspection_queue_kperf; variable
194 while (!queue_empty(&exclaves_inspection_queue_kperf)) { in clear_kperf_queue()
195 …thread = qe_dequeue_tail(&exclaves_inspection_queue_kperf, struct thread, th_exclaves_inspection_q… in clear_kperf_queue()
335 …eue_empty(&exclaves_inspection_queue_stackshot) && queue_empty(&exclaves_inspection_queue_kperf)) { in exclaves_collect_threads_thread()
363 if (!queue_empty(&exclaves_inspection_queue_kperf)) { in exclaves_collect_threads_thread()
364 …scid_list_count = prepare_scid_list_kperf(&exclaves_inspection_queue_kperf, scid_list, ctid_list, … in exclaves_collect_threads_thread()
375 …scid_list_count = prepare_scid_list_kperf(&exclaves_inspection_queue_kperf, scid_list, ctid_list, … in exclaves_collect_threads_thread()
378 if (!queue_empty(&exclaves_inspection_queue_kperf)) { in exclaves_collect_threads_thread()
422 queue_init(&exclaves_inspection_queue_kperf); in exclaves_inspection_init()
522 …exclaves_inspection_queue_add(&exclaves_inspection_queue_kperf, &thread->th_exclaves_inspection_qu… in exclaves_inspection_check_ast()
H A Dexclaves_inspection.h64 extern queue_head_t exclaves_inspection_queue_kperf;
69 assert(queue == &exclaves_inspection_queue_stackshot || queue == &exclaves_inspection_queue_kperf); in exclaves_inspection_queue_add()