Home
last modified time | relevance | path

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

/linux/include/linux/
H A Drwsem.h305 extern int __must_check down_read_killable_nested(struct rw_semaphore *sem, int subclass) __cond_acquires_shared(0, sem);
326 # define down_read_killable_nested(sem, subclass) down_read_killable(sem)
302 # define down_read_killable_nested( global() macro
/linux/kernel/
H A Dkcmp.c89 err = down_read_killable_nested(l2, SINGLE_DEPTH_NESTING); in kcmp_lock()
/linux/kernel/locking/
H A Drwsem.c1667 int down_read_killable_nested(struct rw_semaphore *sem, int subclass) in down_read_killable_nested() function
1679 EXPORT_SYMBOL(down_read_killable_nested);