Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/locking/
H A 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