Lines Matching refs:__sched

49 void __sched rt_mutex_lock_nested(struct rt_mutex *lock, unsigned int subclass)  in rt_mutex_lock_nested()
62 void __sched rt_mutex_lock(struct rt_mutex *lock) in rt_mutex_lock()
78 int __sched rt_mutex_lock_interruptible(struct rt_mutex *lock) in rt_mutex_lock_interruptible()
96 int __sched rt_mutex_trylock(struct rt_mutex *lock) in rt_mutex_trylock()
116 void __sched rt_mutex_unlock(struct rt_mutex *lock) in rt_mutex_unlock()
126 int __sched rt_mutex_futex_trylock(struct rt_mutex_base *lock) in rt_mutex_futex_trylock()
131 int __sched __rt_mutex_futex_trylock(struct rt_mutex_base *lock) in __rt_mutex_futex_trylock()
143 bool __sched __rt_mutex_futex_unlock(struct rt_mutex_base *lock, in __rt_mutex_futex_unlock()
166 void __sched rt_mutex_futex_unlock(struct rt_mutex_base *lock) in rt_mutex_futex_unlock()
191 void __sched __rt_mutex_init(struct rt_mutex *lock, const char *name, in __rt_mutex_init()
214 void __sched rt_mutex_init_proxy_locked(struct rt_mutex_base *lock, in rt_mutex_init_proxy_locked()
245 void __sched rt_mutex_proxy_unlock(struct rt_mutex_base *lock) in rt_mutex_proxy_unlock()
270 int __sched __rt_mutex_start_proxy_lock(struct rt_mutex_base *lock, in __rt_mutex_start_proxy_lock()
317 int __sched rt_mutex_start_proxy_lock(struct rt_mutex_base *lock, in rt_mutex_start_proxy_lock()
349 int __sched rt_mutex_wait_proxy_lock(struct rt_mutex_base *lock, in rt_mutex_wait_proxy_lock()
389 bool __sched rt_mutex_cleanup_proxy_lock(struct rt_mutex_base *lock, in rt_mutex_cleanup_proxy_lock()
431 void __sched rt_mutex_adjust_pi(struct task_struct *task) in rt_mutex_adjust_pi()
457 void __sched rt_mutex_postunlock(struct rt_wake_q_head *wqh) in rt_mutex_postunlock()
499 void __sched mutex_lock_nested(struct mutex *lock, unsigned int subclass) in mutex_lock_nested()
505 void __sched _mutex_lock_nest_lock(struct mutex *lock, in _mutex_lock_nest_lock()
512 int __sched mutex_lock_interruptible_nested(struct mutex *lock, in mutex_lock_interruptible_nested()
519 int __sched mutex_lock_killable_nested(struct mutex *lock, in mutex_lock_killable_nested()
526 void __sched mutex_lock_io_nested(struct mutex *lock, unsigned int subclass) in mutex_lock_io_nested()
540 void __sched mutex_lock(struct mutex *lock) in mutex_lock()
546 int __sched mutex_lock_interruptible(struct mutex *lock) in mutex_lock_interruptible()
552 int __sched mutex_lock_killable(struct mutex *lock) in mutex_lock_killable()
558 void __sched mutex_lock_io(struct mutex *lock) in mutex_lock_io()
568 int __sched mutex_trylock(struct mutex *lock) in mutex_trylock()
583 void __sched mutex_unlock(struct mutex *lock) in mutex_unlock()