Searched refs:run_queue_bitmap (Results 1 – 1 of 1) sorted by relevance
78 static uint32_t run_queue_bitmap; variable81 STATIC_ASSERT(NUM_PRIORITIES <= sizeof(run_queue_bitmap) * 8);127 run_queue_bitmap |= (1U<<t->priority); in insert_in_run_queue_head()139 run_queue_bitmap |= (1U<<t->priority); in insert_in_run_queue_tail()152 run_queue_bitmap &= ~(1U<<t->priority); in delete_from_run_queue()751 uint32_t local_run_queue_bitmap = 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()