Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Drwsem.h48 struct rw_semaphore { struct
70 static inline int rwsem_is_locked(struct rw_semaphore *sem) in rwsem_is_locked() argument
129 struct rw_semaphore { struct
143 struct rw_semaphore lockname = __RWSEM_INITIALIZER(lockname) argument
/openbmc/linux/tools/perf/util/
H A Drwsem.h6 struct rw_semaphore { struct
10 int init_rwsem(struct rw_semaphore *sem); argument
/openbmc/linux/tools/include/linux/
H A Drwsem.h7 struct rw_semaphore { struct
11 static inline int init_rwsem(struct rw_semaphore *sem) in init_rwsem() argument
/openbmc/linux/Documentation/locking/
H A Dlocktypes.rst132 rw_semaphore chapter
/openbmc/linux/tools/perf/util/bpf_skel/vmlinux/
H A Dvmlinux.h62 struct rw_semaphore { struct
63 atomic_long_t owner;
/openbmc/u-boot/include/linux/
H A Dcompat.h268 struct rw_semaphore { int i; }; struct