Home
last modified time | relevance | path

Searched defs:down_write_killable_nested (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Drwsem.h199 # define down_write_killable_nested(sem, subclass) down_write_killable(sem) macro
/kernel/linux/linux-6.6/include/linux/
H A Drwsem.h256 # define down_write_killable_nested(sem, subclass) down_write_killable(sem) macro
/kernel/linux/linux-5.10/kernel/locking/
H A Drwsem.c1672 int __sched down_write_killable_nested(struct rw_semaphore *sem, int subclass) in down_write_killable_nested() function
1685 EXPORT_SYMBOL(down_write_killable_nested); variable
/kernel/linux/linux-6.6/kernel/locking/
H A Drwsem.c1694 int __sched down_write_killable_nested(struct rw_semaphore *sem, int subclass) in down_write_killable_nested() function
1707 EXPORT_SYMBOL(down_write_killable_nested); variable

Completed in 6 milliseconds