Searched refs:b_prio (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/locking/
H A Dww_mutex.h238 int b_prio = b->task->prio; local
240 if (rt_prio(a_prio) || rt_prio(b_prio)) {
242 if (a_prio > b_prio)
245 if (a_prio < b_prio)

Completed in 114 milliseconds