Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Drwsem.h248 # define down_write_killable_nested(sem, subclass) down_write_killable(sem) macro
/linux-6.1.9/kernel/locking/
Drwsem.c1677 int __sched down_write_killable_nested(struct rw_semaphore *sem, int subclass) in down_write_killable_nested() function