Home
last modified time | relevance | path

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

/include/net/tc_act/
Dtc_police.h62 lockdep_is_held(&police->tcf_lock)); in tcf_police_rate_bytes_ps()
73 lockdep_is_held(&police->tcf_lock)); in tcf_police_burst()
110 lockdep_is_held(&police->tcf_lock)); in tcf_police_rate_pkt_ps()
121 lockdep_is_held(&police->tcf_lock)); in tcf_police_burst_pkt()
158 lockdep_is_held(&police->tcf_lock)); in tcf_police_tcfp_mtu()
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_ct.h42 lockdep_is_held(&a->tcfa_lock)))
/include/linux/
Dfdtable.h75 rcu_dereference_check((fdtfd), lockdep_is_held(&(files)->file_lock))
96 RCU_LOCKDEP_WARN(!lockdep_is_held(&files->file_lock), in files_lookup_fd_locked()
Dbacking-dev.h286 (!lockdep_is_held(&inode->i_lock) && in inode_to_wb()
287 !lockdep_is_held(&inode->i_mapping->i_pages.xa_lock) && in inode_to_wb()
288 !lockdep_is_held(&inode->i_wb->list_lock))); in inode_to_wb()
Dlockdep.h290 #define lockdep_is_held(lock) lock_is_held(&(lock)->dep_map) macro
320 lockdep_assert(lockdep_is_held(l) != LOCK_STATE_NOT_HELD)
323 lockdep_assert(lockdep_is_held(l) != LOCK_STATE_HELD)
332 lockdep_assert_once(lockdep_is_held(l) != LOCK_STATE_NOT_HELD)
409 extern int lockdep_is_held(const void *);
Dpercpu-rwsem.h156 #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.h1167 lockdep_is_held(&xa->xa_lock)); in xa_head()
1174 lockdep_is_held(&xa->xa_lock)); in xa_head_locked()
1183 lockdep_is_held(&xa->xa_lock)); in xa_entry()
1192 lockdep_is_held(&xa->xa_lock)); in xa_entry_locked()
1200 lockdep_is_held(&xa->xa_lock)); in xa_parent()
1208 lockdep_is_held(&xa->xa_lock)); in xa_parent_locked()
Dradix-tree.h192 return rcu_dereference_protected(*slot, lockdep_is_held(treelock)); in radix_tree_deref_slot_protected()
Dcgroup.h469 lockdep_is_held(&cgroup_mutex) || \
470 lockdep_is_held(&css_set_lock) || \
Dkvm_host.h792 lockdep_is_held(&kvm->slots_lock) || in kvm_get_bus()
879 lockdep_is_held(&kvm->slots_lock) || in __kvm_memslots()
Dperf_event.h933 ctx ? lockdep_is_held(&ctx->lock) in perf_cgroup_from_task()
/include/net/
Dsch_generic.h485 return lockdep_is_held(&chain->filter_chain_lock); in lockdep_tcf_chain_is_locked()
490 return lockdep_is_held(&tp->lock); in lockdep_tcf_proto_is_locked()
Dsock.h1668 return lockdep_is_held(&sk->sk_lock) || in lockdep_sock_is_held()
1669 lockdep_is_held(&sk->sk_lock.slock); in lockdep_sock_is_held()
Dcfg80211.h5935 rcu_dereference_check(p, lockdep_is_held(&wiphy->mtx))
5946 rcu_dereference_protected(p, lockdep_is_held(&wiphy->mtx))