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.h281 extern int __must_check down_read_killable_nested(struct rw_semaphore *sem, int subclass);
302 # define down_read_killable_nested(sem, subclass) down_read_killable(sem) 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);