Searched defs:trylock (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/drivers/hwspinlock/ |
D | hwspinlock_internal.h | 37 int (*trylock)(struct hwspinlock *lock); member
|
/linux-4.4.14/fs/ocfs2/ |
D | locks.c | 41 int ret = 0, level = 0, trylock = 0; in ocfs2_do_flock() local
|
D | dlmglue.c | 1876 int ocfs2_file_lock(struct file *file, int ex, int trylock) in ocfs2_file_lock()
|
/linux-4.4.14/fs/xfs/ |
D | xfs_filestream.c | 152 int err, trylock, nscan; in xfs_filestream_pick_ag() local
|
D | xfs_icache.c | 1029 int trylock = flags & SYNC_TRYLOCK; in xfs_reclaim_inodes_ag() local
|
/linux-4.4.14/kernel/locking/ |
D | lockdep.c | 3069 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/ |
D | lockdep.h | 252 unsigned int trylock:1; /* 16 bits */ member
|
/linux-4.4.14/kernel/ |
D | futex.c | 2380 ktime_t *time, int trylock) in futex_lock_pi()
|
/linux-4.4.14/sound/core/oss/ |
D | pcm_oss.c | 838 bool trylock) in snd_pcm_oss_change_params()
|