Home
last modified time | relevance | path

Searched refs:lockdep_is_held (Results 1 – 15 of 15) sorted by relevance

/include/net/tc_act/
Dtc_tunnel_key.h34 lockdep_is_held(&a->tcfa_lock)); in is_tcf_tunnel_set()
48 lockdep_is_held(&a->tcfa_lock)); in is_tcf_tunnel_release()
62 lockdep_is_held(&a->tcfa_lock)); in tcf_tunnel_info()
Dtc_police.h58 lockdep_is_held(&police->tcf_lock)); in tcf_police_rate_bytes_ps()
69 lockdep_is_held(&police->tcf_lock)); in tcf_police_burst()
106 lockdep_is_held(&police->tcf_lock)); in tcf_police_tcfp_mtu()
Dtc_ct.h42 lockdep_is_held(&a->tcfa_lock)))
/include/linux/
Dfdtable.h75 rcu_dereference_check((fdtfd), lockdep_is_held(&(files)->file_lock))
97 !lockdep_is_held(&files->file_lock), in fcheck_files()
Dbacking-dev.h284 (!lockdep_is_held(&inode->i_lock) && in inode_to_wb()
285 !lockdep_is_held(&inode->i_mapping->i_pages.xa_lock) && in inode_to_wb()
286 !lockdep_is_held(&inode->i_wb->list_lock))); in inode_to_wb()
Dpercpu-rwsem.h154 #define percpu_rwsem_is_held(sem) lockdep_is_held(sem)
Ddma-resv.h78 #define dma_resv_held(obj) lockdep_is_held(&(obj)->lock.base)
Dxarray.h1165 lockdep_is_held(&xa->xa_lock)); in xa_head()
1172 lockdep_is_held(&xa->xa_lock)); in xa_head_locked()
1181 lockdep_is_held(&xa->xa_lock)); in xa_entry()
1190 lockdep_is_held(&xa->xa_lock)); in xa_entry_locked()
1198 lockdep_is_held(&xa->xa_lock)); in xa_parent()
1206 lockdep_is_held(&xa->xa_lock)); in xa_parent_locked()
Dlockdep.h285 #define lockdep_is_held(lock) lock_is_held(&(lock)->dep_map) macro
309 WARN_ON(debug_locks && !lockdep_is_held(l)); \
321 WARN_ON_ONCE(debug_locks && !lockdep_is_held(l)); \
Dradix-tree.h192 return rcu_dereference_protected(*slot, lockdep_is_held(treelock)); in radix_tree_deref_slot_protected()
Dcgroup.h459 lockdep_is_held(&cgroup_mutex) || \
460 lockdep_is_held(&css_set_lock) || \
Dkvm_host.h571 lockdep_is_held(&kvm->slots_lock) || in kvm_get_bus()
661 lockdep_is_held(&kvm->slots_lock) || in __kvm_memslots()
Dperf_event.h938 ctx ? lockdep_is_held(&ctx->lock) in perf_cgroup_from_task()
/include/net/
Dsch_generic.h479 return lockdep_is_held(&chain->filter_chain_lock); in lockdep_tcf_chain_is_locked()
484 return lockdep_is_held(&tp->lock); in lockdep_tcf_proto_is_locked()
Dsock.h1639 return lockdep_is_held(&sk->sk_lock) || in lockdep_sock_is_held()
1640 lockdep_is_held(&sk->sk_lock.slock); in lockdep_sock_is_held()