Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Drwsem.h35 struct rw_semaphore { struct
36 atomic_long_t count;
63 static inline int rwsem_is_locked(struct rw_semaphore *sem) in rwsem_is_locked() argument
/Linux-v5.4/tools/perf/util/
Drwsem.h6 struct rw_semaphore { struct
10 int init_rwsem(struct rw_semaphore *sem); argument