Home
last modified time | relevance | path

Searched refs:exit_rwsem (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Drwsem.h11 int exit_rwsem(struct rw_semaphore *sem);
H A Drwsem.c10 int exit_rwsem(struct rw_semaphore *sem) in exit_rwsem() function
H A Dthread.c117 exit_rwsem(thread__namespaces_lock(thread)); in thread__delete()
118 exit_rwsem(thread__comm_lock(thread)); in thread__delete()
H A Dmachine.c220 exit_rwsem(&dsos->lock); in dsos__exit()
262 exit_rwsem(&threads->lock); in machine__exit()
/openbmc/linux/tools/include/linux/
H A Drwsem.h16 static inline int exit_rwsem(struct rw_semaphore *sem) in exit_rwsem() function