Home
last modified time | relevance | path

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

/linux-6.15/kernel/locking/
H A Dsemaphore.c41 static noinline int __down_timeout(struct semaphore *sem, long timeout);
170 result = __down_timeout(sem, timeout); in down_timeout()
271 static noinline int __sched __down_timeout(struct semaphore *sem, long timeout) in __down_timeout() function