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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Drtmutex.c206 waiter = task->pi_blocked_on;
439 current->pi_blocked_on = waiter;
449 if (owner->pi_blocked_on)
510 * Clear the pi_blocked_on variable and enqueue a possible
518 WARN_ON(!pendowner->pi_blocked_on);
519 WARN_ON(pendowner->pi_blocked_on != waiter);
520 WARN_ON(pendowner->pi_blocked_on->lock != lock);
522 pendowner->pi_blocked_on = NULL;
551 current->pi_blocked_on = NULL;
568 if (owner->pi_blocked_on)
[all...]
H A Drtmutex-debug.c126 WARN_ON(task->pi_blocked_on);
H A Drtmutex-tester.c379 tsk->pi_blocked_on, td->bkl);
H A Dfork.c944 p->pi_blocked_on = NULL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dsched.h1121 struct rt_mutex_waiter *pi_blocked_on; member in struct:task_struct

Completed in 109 milliseconds