Searched refs:__down_write_nested (Results 1 – 7 of 7) sorted by relevance
/linux-2.6.39/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-2.6.39/arch/powerpc/include/asm/ |
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-2.6.39/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-2.6.39/arch/s390/include/asm/ |
D | rwsem.h | 122 static inline void __down_write_nested(struct rw_semaphore *sem, int subclass) in __down_write_nested() function 150 __down_write_nested(sem, 0); in __down_write()
|
/linux-2.6.39/include/linux/ |
D | rwsem-spinlock.h | 37 extern void __down_write_nested(struct rw_semaphore *sem, int subclass);
|
/linux-2.6.39/lib/ |
D | rwsem-spinlock.c | 209 void __sched __down_write_nested(struct rw_semaphore *sem, int subclass) in __down_write_nested() function 252 __down_write_nested(sem, 0); in __down_write()
|
/linux-2.6.39/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
|