Searched defs:sem (Results 1 – 5 of 5) sorted by relevance
27 struct mutex sem; member
2127 #define init_f2fs_rwsem(sem) \ argument2134 static inline void __init_f2fs_rwsem(struct f2fs_rwsem *sem, in __init_f2fs_rwsem()2143 static inline int f2fs_rwsem_is_locked(struct f2fs_rwsem *sem) in f2fs_rwsem_is_locked()2148 static inline int f2fs_rwsem_is_contended(struct f2fs_rwsem *sem) in f2fs_rwsem_is_contended()2153 static inline void f2fs_down_read(struct f2fs_rwsem *sem) in f2fs_down_read()2162 static inline int f2fs_down_read_trylock(struct f2fs_rwsem *sem) in f2fs_down_read_trylock()2167 static inline void f2fs_up_read(struct f2fs_rwsem *sem) in f2fs_up_read()2172 static inline void f2fs_down_write(struct f2fs_rwsem *sem) in f2fs_down_write()2178 static inline void f2fs_down_read_nested(struct f2fs_rwsem *sem, int subclass) in f2fs_down_read_nested()2183 static inline void f2fs_down_write_nested(struct f2fs_rwsem *sem, int subclass) in f2fs_down_write_nested()[all …]
65 struct rw_semaphore sem; member
455 cifs_down_write(struct rw_semaphore *sem) in cifs_down_write()
829 reiserfs_down_read_safe(struct rw_semaphore *sem, struct super_block *s) in reiserfs_down_read_safe()