Searched refs:__mutex_fastpath_trylock (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A Dmutex-null.h16 #define __mutex_fastpath_trylock(count, fail_fn) fail_fn(count) macro
H A Dmutex-dec.h68 * __mutex_fastpath_trylock - try to acquire the mutex, without waiting
83 __mutex_fastpath_trylock(atomic_t *count, int (*fail_fn)(atomic_t *)) function
H A Dmutex-xchg.h72 * __mutex_fastpath_trylock - try to acquire the mutex, without waiting
87 __mutex_fastpath_trylock(atomic_t *count, int (*fail_fn)(atomic_t *)) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dmutex_32.h92 * __mutex_fastpath_trylock - try to acquire the mutex, without waiting
103 static inline int __mutex_fastpath_trylock(atomic_t *count, function
H A Dmutex_64.h82 * __mutex_fastpath_trylock - try to acquire the mutex, without waiting
91 static inline int __mutex_fastpath_trylock(atomic_t *count, function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Dmutex.h70 * __mutex_fastpath_trylock - try to acquire the mutex, without waiting
85 __mutex_fastpath_trylock(atomic_t *count, int (*fail_fn)(atomic_t *)) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/include/asm/
H A Dmutex.h51 __mutex_fastpath_trylock(atomic_t *count, int (*fail_fn)(atomic_t *)) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dmutex.h118 * __mutex_fastpath_trylock - try to acquire the mutex, without waiting
127 __mutex_fastpath_trylock(atomic_t *count, int (*fail_fn)(atomic_t *)) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Dmutex-llsc.h84 * For __mutex_fastpath_trylock we do an atomic decrement and check the
88 __mutex_fastpath_trylock(atomic_t *count, int (*fail_fn)(atomic_t *)) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/
H A Dmutex.h99 * For __mutex_fastpath_trylock we use another construct which could be
106 __mutex_fastpath_trylock(atomic_t *count, int (*fail_fn)(atomic_t *)) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dmutex.c468 ret = __mutex_fastpath_trylock(&lock->count, __mutex_trylock_slowpath);

Completed in 203 milliseconds