Lines Matching refs:__sched
91 void __sched down(struct semaphore *sem)
114 int __sched down_interruptible(struct semaphore *sem)
141 int __sched down_killable(struct semaphore *sem)
171 int __sched down_trylock(struct semaphore *sem)
196 int __sched down_timeout(struct semaphore *sem, long timeout)
220 void __sched up(struct semaphore *sem)
252 static inline int __sched ___down_common(struct semaphore *sem, long state,
285 static inline int __sched __down_common(struct semaphore *sem, long state,
301 static noinline void __sched __down(struct semaphore *sem)
306 static noinline int __sched __down_interruptible(struct semaphore *sem)
311 static noinline int __sched __down_killable(struct semaphore *sem)
316 static noinline int __sched __down_timeout(struct semaphore *sem, long timeout)
321 static noinline void __sched __up(struct semaphore *sem,