Searched refs:__mutex_fastpath_lock (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.h13 #define __mutex_fastpath_lock(count, fail_fn) fail_fn(count) macro
H A Dmutex-dec.h11 * __mutex_fastpath_lock - try to take the lock by moving the count
21 __mutex_fastpath_lock(atomic_t *count, void (*fail_fn)(atomic_t *)) function
H A Dmutex-xchg.h16 * __mutex_fastpath_lock - try to take the lock by moving the count
26 __mutex_fastpath_lock(atomic_t *count, void (*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.h15 * __mutex_fastpath_lock - try to take the lock by moving the count
24 #define __mutex_fastpath_lock(count, fail_fn) \ macro
H A Dmutex_64.h13 * __mutex_fastpath_lock - decrement and call function if negative
19 #define __mutex_fastpath_lock(v, fail_fn) \ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Dmutex.h12 * __mutex_fastpath_lock - try to take the lock by moving the count
22 __mutex_fastpath_lock(atomic_t *count, void (*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.h21 __mutex_fastpath_lock(atomic_t *count, void (*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.h65 * __mutex_fastpath_lock - try to take the lock by moving the count
75 __mutex_fastpath_lock(atomic_t *count, void (*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.h22 __mutex_fastpath_lock(atomic_t *count, void (*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.h27 __mutex_fastpath_lock(atomic_t *count, void (*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.c90 __mutex_fastpath_lock(&lock->count, __mutex_lock_slowpath);

Completed in 258 milliseconds