Home
last modified time | relevance | path

Searched refs:__down_interruptible (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/kernel/locking/
H A Dsemaphore.c38 static noinline int __down_interruptible(struct semaphore *sem);
87 result = __down_interruptible(sem); in down_interruptible()
257 static noinline int __sched __down_interruptible(struct semaphore *sem) in __down_interruptible() function