Searched refs:__down_write_nested (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/arch/x86/include/asm/ |
D | rwsem.h | 102 static inline void __down_write_nested(struct rw_semaphore *sem, int subclass) in __down_write_nested() function 121 __down_write_nested(sem, 0); in __down_write()
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | rwsem.h | 48 static inline void __down_write_nested(struct rw_semaphore *sem, int subclass) in __down_write_nested() function 60 __down_write_nested(sem, 0); in __down_write()
|
/linux-4.4.14/include/asm-generic/ |
D | rwsem.h | 56 static inline void __down_write_nested(struct rw_semaphore *sem, int subclass) in __down_write_nested() function 68 __down_write_nested(sem, 0); in __down_write()
|
/linux-4.4.14/arch/s390/include/asm/ |
D | rwsem.h | 93 static inline void __down_write_nested(struct rw_semaphore *sem, int subclass) in __down_write_nested() function 113 __down_write_nested(sem, 0); in __down_write()
|
/linux-4.4.14/include/linux/ |
D | rwsem-spinlock.h | 37 extern void __down_write_nested(struct rw_semaphore *sem, int subclass);
|
/linux-4.4.14/kernel/locking/ |
D | rwsem-spinlock.c | 194 void __sched __down_write_nested(struct rw_semaphore *sem, int subclass) in __down_write_nested() function 232 __down_write_nested(sem, 0); in __down_write()
|
/linux-4.4.14/arch/sh/include/asm/ |
D | rwsem.h | 117 static inline void __down_write_nested(struct rw_semaphore *sem, int subclass) in __down_write_nested() function
|