Home
last modified time | relevance | path

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

/include/linux/
A 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, \
A Dpercpu-rwsem.h176 lock_acquire(&sem->dep_map, 0, 1, read, 1, NULL, ip); in percpu_rwsem_acquire()
A Drcupdate.h331 lock_acquire(map, 0, 0, 2, 0, NULL, _THIS_IP_); in rcu_lock_acquire()
336 lock_acquire(map, 0, 1, 2, 0, NULL, _THIS_IP_); in rcu_try_lock_acquire()
/include/trace/events/
A Dlock.h24 TRACE_EVENT(lock_acquire,

Completed in 8 milliseconds