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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/kernel/
H A Drtmutex.c156 static int rt_mutex_adjust_prio_chain(struct task_struct *task, function
458 * Gets dropped in rt_mutex_adjust_prio_chain()!
464 res = rt_mutex_adjust_prio_chain(owner, detect_deadlock, lock, waiter,
575 /* gets dropped in rt_mutex_adjust_prio_chain()! */
580 rt_mutex_adjust_prio_chain(owner, 0, lock, NULL, current);
605 /* gets dropped in rt_mutex_adjust_prio_chain()! */
607 rt_mutex_adjust_prio_chain(task, 0, NULL, NULL, task);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/kernel/
H A Drtmutex.c156 static int rt_mutex_adjust_prio_chain(struct task_struct *task, function
458 * Gets dropped in rt_mutex_adjust_prio_chain()!
464 res = rt_mutex_adjust_prio_chain(owner, detect_deadlock, lock, waiter,
575 /* gets dropped in rt_mutex_adjust_prio_chain()! */
580 rt_mutex_adjust_prio_chain(owner, 0, lock, NULL, current);
605 /* gets dropped in rt_mutex_adjust_prio_chain()! */
607 rt_mutex_adjust_prio_chain(task, 0, NULL, NULL, task);

Completed in 75 milliseconds