Searched refs:local_run_queue_bitmap (Results 1 – 1 of 1) sorted by relevance
751 uint32_t local_run_queue_bitmap = run_queue_bitmap; in get_top_thread() local753 while (local_run_queue_bitmap) { in get_top_thread()755 uint next_queue = sizeof(run_queue_bitmap) * 8 - 1 - __builtin_clz(local_run_queue_bitmap); in get_top_thread()770 local_run_queue_bitmap &= ~(1U<<next_queue); in get_top_thread()