Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/locking/
Dsemaphore.c40 static noinline int __down_timeout(struct semaphore *sem, long timeout);
169 result = __down_timeout(sem, timeout); in down_timeout()
267 static noinline int __sched __down_timeout(struct semaphore *sem, long timeout) in __down_timeout() function