gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:knl_ready_queue_calc_top_priority (0.00 seconds)
mtkernel_3
kernel/tkernel/ready_queue.h - 6.5KB - 232 lines
192: #if NUM_TSKPRI <= INT_BITWIDTH
193:         rq->top_priority = knl_ready_queue_calc_top_priority(rq->bitmap[0], priority);
194: #else