Home
last modified time | relevance | path

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

/linux/Documentation/locking/
H A Dlocktypes.rst132 rw_semaphore chapter
/linux/Documentation/translations/it_IT/locking/
H A Dlocktypes.rst133 rw_semaphore chapter
/linux/include/linux/
H A Drwsem.h48 struct rw_semaphore { struct
49 atomic_long_t count;
73 static inline int rwsem_is_locked(struct rw_semaphore *sem) in rwsem_is_locked() argument
139 struct rw_semaphore { struct
153 struct rw_semaphore lockname = __RWSEM_INITIALIZER(lockname) argument
/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
/linux/tools/perf/util/bpf_skel/vmlinux/
H A Dvmlinux.h69 struct rw_semaphore { struct
70 atomic_long_t owner;
/linux/tools/perf/util/
H A Drwsem.h13 struct rw_semaphore { struct
21 int init_rwsem(struct rw_semaphore *sem); argument