Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/locking/
Dsemaphore.c37 static noinline void __down(struct semaphore *sem);
63 __down(sem); in down()
252 static noinline void __sched __down(struct semaphore *sem) in __down() function