Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
H A Drwsem.h198 # define down_write_nested(sem, subclass) down_write(sem) macro
/kernel/linux/linux-6.6/include/linux/
H A Drwsem.h255 # define down_write_nested(sem, subclass) down_write(sem) macro
/kernel/linux/linux-5.10/kernel/locking/
H A Drwsem.c1664 void down_write_nested(struct rw_semaphore *sem, int subclass) in down_write_nested() function
1670 EXPORT_SYMBOL(down_write_nested); variable
/kernel/linux/linux-6.6/kernel/locking/
H A Drwsem.c1686 void down_write_nested(struct rw_semaphore *sem, int subclass) in down_write_nested() function
1692 EXPORT_SYMBOL(down_write_nested); variable

Completed in 6 milliseconds