Searched refs:__down_read_common (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/locking/
H A Drwsem.c1243 static __always_inline int __down_read_common(struct rw_semaphore *sem, int state) function
1263 __down_read_common(sem, TASK_UNINTERRUPTIBLE);
1268 return __down_read_common(sem, TASK_INTERRUPTIBLE);
1273 return __down_read_common(sem, TASK_KILLABLE);

Completed in 253 milliseconds