Home
last modified time | relevance | path

Searched defs:down_write (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/tools/perf/util/
H A Drwsem.c49 int down_write(struct rw_semaphore *sem) in down_write() function
/linux-6.15/tools/include/linux/
H A Drwsem.h31 static inline int down_write(struct rw_semaphore *sem) in down_write() function
/linux-6.15/kernel/locking/
H A Drwsem.c1574 void __sched down_write(struct rw_semaphore *sem) in down_write() function