Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Drwsem.h255 # define down_write_nested(sem, subclass) down_write(sem) macro
/openbmc/linux/kernel/locking/
H A Drwsem.c1686 void down_write_nested(struct rw_semaphore *sem, int subclass) in down_write_nested() function