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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Drtmutex.c162 static int rt_mutex_adjust_prio_chain(struct task_struct *task, function
462 * Gets dropped in rt_mutex_adjust_prio_chain()!
468 res = rt_mutex_adjust_prio_chain(owner, detect_deadlock, lock, waiter,
579 /* gets dropped in rt_mutex_adjust_prio_chain()! */
584 rt_mutex_adjust_prio_chain(owner, 0, lock, NULL, current);
609 /* gets dropped in rt_mutex_adjust_prio_chain()! */
611 rt_mutex_adjust_prio_chain(task, 0, NULL, NULL, task);

Completed in 96 milliseconds