Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Drwsem.h36 struct rw_semaphore { struct
37 atomic_long_t count;
43 atomic_long_t owner;
45 struct optimistic_spin_queue osq; /* spinner MCS lock */
47 raw_spinlock_t wait_lock;
48 struct list_head wait_list;
73 static inline int rwsem_is_locked(struct rw_semaphore *sem) in rwsem_is_locked() argument
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Drwsem.h6 struct rw_semaphore { struct
10 int init_rwsem(struct rw_semaphore *sem); argument
/OK3568_Linux_fs/kernel/Documentation/locking/
H A Dlocktypes.rst132 rw_semaphore chapter
/OK3568_Linux_fs/u-boot/include/linux/
H A Dcompat.h249 struct rw_semaphore { int i; }; argument