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

/linux-master/include/linux/
H A Drwsem.h292 # define down_write_killable_nested(sem, subclass) down_write_killable(sem) macro
/linux-master/kernel/locking/
H A Drwsem.c1700 int __sched down_write_killable_nested(struct rw_semaphore *sem, int subclass) function
1713 EXPORT_SYMBOL(down_write_killable_nested); variable

Completed in 202 milliseconds