Home
last modified time | relevance | path

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

/linux-6.15/kernel/locking/
H A Dsemaphore.c40 static noinline int __down_killable(struct semaphore *sem);
115 result = __down_killable(sem); in down_killable()
266 static noinline int __sched __down_killable(struct semaphore *sem) in __down_killable() function