Home
last modified time | relevance | path

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

/linux/kernel/locking/
H A Dsemaphore.c42 static noinline int __down_timeout(struct semaphore *sem, long timeout);
206 result = __down_timeout(sem, timeout); in down_timeout()
316 static noinline int __sched __down_timeout(struct semaphore *sem, long timeout) in __down_timeout() function