Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/hwspinlock/
Dhwspinlock_internal.h37 int (*trylock)(struct hwspinlock *lock); member
/linux-4.4.14/fs/ocfs2/
Dlocks.c41 int ret = 0, level = 0, trylock = 0; in ocfs2_do_flock() local
Ddlmglue.c1876 int ocfs2_file_lock(struct file *file, int ex, int trylock) in ocfs2_file_lock()
/linux-4.4.14/fs/xfs/
Dxfs_filestream.c152 int err, trylock, nscan; in xfs_filestream_pick_ag() local
Dxfs_icache.c1029 int trylock = flags & SYNC_TRYLOCK; in xfs_reclaim_inodes_ag() local
/linux-4.4.14/kernel/locking/
Dlockdep.c3069 int trylock, int read, int check, int hardirqs_off, in __lock_acquire()
3572 int trylock, int read, int check, in lock_acquire()
/linux-4.4.14/include/linux/
Dlockdep.h252 unsigned int trylock:1; /* 16 bits */ member
/linux-4.4.14/kernel/
Dfutex.c2380 ktime_t *time, int trylock) in futex_lock_pi()
/linux-4.4.14/sound/core/oss/
Dpcm_oss.c838 bool trylock) in snd_pcm_oss_change_params()