Home
last modified time | relevance | path

Searched defs:down_write_killable_nested (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/include/linux/
Drwsem.h196 # define down_write_killable_nested(sem, subclass) down_write_killable(sem) macro
/Linux-v5.10/kernel/locking/
Drwsem.c1632 int __sched down_write_killable_nested(struct rw_semaphore *sem, int subclass) in down_write_killable_nested() function