Searched refs:lock_acquire (Results 1 – 3 of 3) sorted by relevance
/include/linux/ |
D | lockdep.h | 332 extern void lock_acquire(struct lockdep_map *lock, unsigned int subclass, 381 # define lock_acquire(l, s, t, r, c, n, i) do { } while (0) macro 486 #define lock_acquire_exclusive(l, s, t, n, i) lock_acquire(l, s, t, 0, 1, n, i) 487 #define lock_acquire_shared(l, s, t, n, i) lock_acquire(l, s, t, 1, 1, n, i) 488 #define lock_acquire_shared_recursive(l, s, t, n, i) lock_acquire(l, s, t, 2, 1, n, i) 520 lock_acquire(&(lock)->dep_map, 0, 0, 0, 1, NULL, _THIS_IP_); \ 526 lock_acquire(&(lock)->dep_map, 0, 0, 1, 1, NULL, _THIS_IP_); \
|
D | rcupdate.h | 418 lock_acquire(map, 0, 0, 2, 0, NULL, _THIS_IP_); in rcu_lock_acquire()
|
/include/trace/events/ |
D | lock.h | 12 TRACE_EVENT(lock_acquire,
|