Searched refs:exclaves_inspection_queue_kperf (Results 1 – 2 of 2) sorted by relevance
77 queue_head_t exclaves_inspection_queue_kperf; variable194 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()
64 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()