Home
last modified time | relevance | path

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

/linux/include/linux/
A Drwsem.h224 extern int __must_check down_read_killable_nested(struct rw_semaphore *sem, int subclass);
245 # define down_read_killable_nested(sem, subclass) down_read_killable(sem) macro
/linux/kernel/
A Dkcmp.c89 err = down_read_killable_nested(l2, SINGLE_DEPTH_NESTING); in kcmp_lock()
/linux/kernel/locking/
A Drwsem.c1600 int down_read_killable_nested(struct rw_semaphore *sem, int subclass) in down_read_killable_nested() function
1612 EXPORT_SYMBOL(down_read_killable_nested);

Completed in 15 milliseconds