Home
last modified time | relevance | path

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

/include/linux/
Dlockdep.h227 extern void lock_acquire(struct lockdep_map *lock, unsigned int subclass,
336 # define lock_acquire(l, s, t, r, c, n, i) do { } while (0) macro
509 #define lock_acquire_exclusive(l, s, t, n, i) lock_acquire(l, s, t, 0, 1, n, i)
510 #define lock_acquire_shared(l, s, t, n, i) lock_acquire(l, s, t, 1, 1, n, i)
511 #define lock_acquire_shared_recursive(l, s, t, n, i) lock_acquire(l, s, t, 2, 1, n, i)
552 lock_acquire(&(lock)->dep_map, 0, 0, 0, 1, NULL, _THIS_IP_); \
558 lock_acquire(&(lock)->dep_map, 0, 0, 1, 1, NULL, _THIS_IP_); \
564 lock_acquire(&(lock)->dep_map, subclass, 0, 1, 1, NULL, \
Dpercpu-rwsem.h164 lock_acquire(&sem->dep_map, 0, 1, read, 1, NULL, ip); in percpu_rwsem_acquire()
Drcupdate.h337 lock_acquire(map, 0, 0, 2, 0, NULL, _THIS_IP_); in rcu_lock_acquire()
342 lock_acquire(map, 0, 1, 2, 0, NULL, _THIS_IP_); in rcu_try_lock_acquire()
/include/trace/events/
Dlock.h24 TRACE_EVENT(lock_acquire,