Lines Matching defs:sem
46 static inline void hung_task_sem_set_holder(struct semaphore *sem) in hung_task_sem_set_holder()
51 static inline void hung_task_sem_clear_if_holder(struct semaphore *sem) in hung_task_sem_clear_if_holder()
57 unsigned long sem_last_holder(struct semaphore *sem) in sem_last_holder()
62 static inline void hung_task_sem_set_holder(struct semaphore *sem) in hung_task_sem_set_holder()
65 static inline void hung_task_sem_clear_if_holder(struct semaphore *sem) in hung_task_sem_clear_if_holder()
68 unsigned long sem_last_holder(struct semaphore *sem) in sem_last_holder()
74 static inline void __sem_acquire(struct semaphore *sem) in __sem_acquire()
91 void __sched down(struct semaphore *sem) in down()
114 int __sched down_interruptible(struct semaphore *sem) in down_interruptible()
141 int __sched down_killable(struct semaphore *sem) in down_killable()
171 int __sched down_trylock(struct semaphore *sem) in down_trylock()
196 int __sched down_timeout(struct semaphore *sem, long timeout) in down_timeout()
220 void __sched up(struct semaphore *sem) in up()
252 static inline int __sched ___down_common(struct semaphore *sem, long state, in ___down_common()
285 static inline int __sched __down_common(struct semaphore *sem, long state, in __down_common()
301 static noinline void __sched __down(struct semaphore *sem) in __down()
306 static noinline int __sched __down_interruptible(struct semaphore *sem) in __down_interruptible()
311 static noinline int __sched __down_killable(struct semaphore *sem) in __down_killable()
316 static noinline int __sched __down_timeout(struct semaphore *sem, long timeout) in __down_timeout()
321 static noinline void __sched __up(struct semaphore *sem, in __up()