Home
last modified time | relevance | path

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

/kernel/locking/
Dtest-ww_mutex.c121 static int test_aa(bool trylock) in test_aa() argument
126 const char *from = trylock ? "trylock" : "lock"; in test_aa()
131 if (!trylock) { in test_aa()
182 bool resolve, trylock; member
193 if (!abba->trylock) in test_abba_work()
218 static int test_abba(bool trylock, bool resolve) in test_abba() argument
229 abba.trylock = trylock; in test_abba()
235 if (!trylock) in test_abba()
Dlockdep.c3219 if (!hlock->trylock) in check_prevs_add()
3792 if (!hlock->trylock && hlock->check && in validate_chain()
4508 if (!hlock->trylock) { in mark_usage()
4728 if (!next_inner || next->trylock) in check_wait_context()
4904 int trylock, int read, int check, int hardirqs_off, in __lock_acquire() argument
4988 hlock->trylock = trylock; in __lock_acquire()
5189 hlock->trylock, in reacquire_held_locks()
5628 int trylock, int read, int check, in lock_acquire() argument
5633 trace_lock_acquire(lock, subclass, trylock, read, check, nest_lock, ip); in lock_acquire()
5640 if (lockdep_nmi() && !trylock) { in lock_acquire()
[all …]
/kernel/futex/
Dpi.c930 int futex_lock_pi(u32 __user *uaddr, unsigned int flags, ktime_t *time, int trylock) in futex_lock_pi() argument
998 if (trylock) { in futex_lock_pi()
Dfutex.h292 extern int futex_lock_pi(u32 __user *uaddr, unsigned int flags, ktime_t *time, int trylock);