Searched defs:trylock (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/drivers/hwspinlock/ |
D | hwspinlock_internal.h | 29 int (*trylock)(struct hwspinlock *lock); member
|
/Linux-v4.19/fs/ocfs2/ |
D | locks.c | 41 int ret = 0, level = 0, trylock = 0; in ocfs2_do_flock() local
|
D | dlmglue.c | 1953 int ocfs2_file_lock(struct file *file, int ex, int trylock) in ocfs2_file_lock() 2875 struct ocfs2_trim_fs_info *info, int trylock) in ocfs2_trim_fs_lock()
|
/Linux-v4.19/fs/xfs/ |
D | xfs_filestream.c | 144 int err, trylock, nscan; in xfs_filestream_pick_ag() local
|
D | xfs_icache.c | 1242 int trylock = flags & SYNC_TRYLOCK; in xfs_reclaim_inodes_ag() local
|
/Linux-v4.19/kernel/locking/ |
D | lockdep.c | 3267 int trylock, int read, int check, int hardirqs_off, in __lock_acquire() 3887 int trylock, int read, int check, in lock_acquire()
|
/Linux-v4.19/kernel/ |
D | futex.c | 2712 ktime_t *time, int trylock) in futex_lock_pi()
|
/Linux-v4.19/include/linux/ |
D | lockdep.h | 257 unsigned int trylock:1; /* 16 bits */ member
|
/Linux-v4.19/sound/core/oss/ |
D | pcm_oss.c | 1090 bool trylock) in snd_pcm_oss_change_params()
|