Searched refs:trylock (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dlockdep.h182 int trylock; member in struct:held_lock
241 int trylock, int read, int check, unsigned long ip);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dlockdep.c1016 * all consecutive trylock entries and the final non-trylock entry - or
1051 * Stop after the first non-trylock entry,
1052 * as non-trylock entries have added their
1056 if (!hlock->trylock)
2004 int trylock, int read, int check, int hardirqs_off,
2060 hlock->trylock = trylock;
2069 * If non-trylock use in a hardirq or softirq context, then
2072 if (!trylock) {
2003 __lock_acquire(struct lockdep_map *lock, unsigned int subclass, int trylock, int read, int check, int hardirqs_off, unsigned long ip) argument
2430 lock_acquire(struct lockdep_map *lock, unsigned int subclass, int trylock, int read, int check, unsigned long ip) argument
[all...]
H A Dfutex.c1315 int detect, ktime_t *time, int trylock)
1475 if (!trylock)
1479 /* Fixup the trylock return value: */
1507 * in the trylock above, then we should not be
1314 futex_lock_pi(u32 __user *uaddr, struct rw_semaphore *fshared, int detect, ktime_t *time, int trylock) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dxfs_aops.c927 int trylock = 0; local
932 trylock |= BMAPI_TRYLOCK;
1017 flags = BMAPI_ALLOCATE | trylock;

Completed in 73 milliseconds