Home
last modified time | relevance | path

Searched defs:trylock (Results 1 – 8 of 8) sorted by relevance

/linux-3.3/drivers/hwspinlock/
Dhwspinlock_internal.h37 int (*trylock)(struct hwspinlock *lock); member
/linux-3.3/fs/ocfs2/
Dlocks.c41 int ret = 0, level = 0, trylock = 0; in ocfs2_do_flock() local
Ddlmglue.c1840 int ocfs2_file_lock(struct file *file, int ex, int trylock) in ocfs2_file_lock()
/linux-3.3/fs/xfs/
Dxfs_sync.c945 int trylock = flags & SYNC_TRYLOCK; in xfs_reclaim_inodes_ag() local
Dxfs_filestream.c216 int err, trylock, nscan; in _xfs_filestream_pick_ag() local
/linux-3.3/kernel/
Dlockdep.c3006 int trylock, int read, int check, int hardirqs_off, in __lock_acquire()
3542 int trylock, int read, int check, in lock_acquire()
Dfutex.c1967 ktime_t *time, int trylock) in futex_lock_pi()
/linux-3.3/include/linux/
Dlockdep.h234 unsigned int trylock:1; /* 16 bits */ member