Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/locking/
Dsemaphore.c39 static noinline int __down_timeout(struct semaphore *sem, long timeout);
164 result = __down_timeout(sem, timeout); in down_timeout()
250 static noinline int __sched __down_timeout(struct semaphore *sem, long timeout) in __down_timeout() function