Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Drwsem.h232 extern int __must_check down_read_killable_nested(struct rw_semaphore *sem, int subclass);
253 # define down_read_killable_nested(sem, subclass) down_read_killable(sem) macro
/openbmc/linux/kernel/
H A Dkcmp.c89 err = down_read_killable_nested(l2, SINGLE_DEPTH_NESTING); in kcmp_lock()
/openbmc/linux/kernel/locking/
H A Drwsem.c1650 int down_read_killable_nested(struct rw_semaphore *sem, int subclass) in down_read_killable_nested() function
1662 EXPORT_SYMBOL(down_read_killable_nested);