Searched refs:__mutex_fastpath_lock (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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, fastcall 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, fastcall void (*fail_fn)(atomic_t *)) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/
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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Dmutex.h13 * __mutex_fastpath_lock - decrement and call function if negative
19 #define __mutex_fastpath_lock(v, fail_fn) \ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Dmutex.h15 * __mutex_fastpath_lock - try to take the lock by moving the count
24 #define __mutex_fastpath_lock(count, fail_fn) \ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/
H A Dmutex.h27 __mutex_fastpath_lock(atomic_t *count, fastcall void (*fail_fn)(atomic_t *)) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dmutex.c91 __mutex_fastpath_lock(&lock->count, __mutex_lock_slowpath);

Completed in 67 milliseconds