Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Drtnetlink.h45 extern bool lockdep_rtnl_is_held(void);
47 static inline bool lockdep_rtnl_is_held(void) in lockdep_rtnl_is_held() function
61 rcu_dereference_check(p, lockdep_rtnl_is_held())
71 rcu_dereference_bh_check(p, lockdep_rtnl_is_held())
81 rcu_dereference_protected(p, lockdep_rtnl_is_held())
/OK3568_Linux_fs/kernel/net/bridge/
H A Dbr_mrp.c51 lockdep_rtnl_is_held()) { in br_mrp_find_id()
67 lockdep_rtnl_is_held()) { in br_mrp_find_in_id()
82 lockdep_rtnl_is_held()) { in br_mrp_unique_ifindex()
108 lockdep_rtnl_is_held()) { in br_mrp_find_port()
/OK3568_Linux_fs/kernel/drivers/net/wan/
H A Dlapbether.c69 list_for_each_entry_rcu(lapbeth, &lapbeth_devices, node, lockdep_rtnl_is_held()) { in lapbeth_get_x25_dev()
/OK3568_Linux_fs/kernel/drivers/net/hamradio/
H A Dbpqether.c152 lockdep_rtnl_is_held()) { in bpq_get_ax25_dev()
/OK3568_Linux_fs/kernel/drivers/net/
H A Dmacvlan.c127 lockdep_rtnl_is_held()) { in macvlan_hash_lookup()
142 hlist_for_each_entry_rcu(entry, h, hlist, lockdep_rtnl_is_held()) { in macvlan_hash_lookup_source()
1617 hlist_for_each_entry_rcu(entry, h, hlist, lockdep_rtnl_is_held()) { in macvlan_fill_info_macaddr()
/OK3568_Linux_fs/kernel/net/caif/
H A Dcaif_dev.c116 lockdep_rtnl_is_held()) { in caif_get()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dfib_frontend.c123 lockdep_rtnl_is_held()) { in fib_get_table()
H A Dfib_trie.c2127 lockdep_rtnl_is_held()) in fib_info_notify_update()
H A Dipmr.c114 lockdep_rtnl_is_held() || \
/OK3568_Linux_fs/kernel/net/sched/
H A Dsch_api.c271 lockdep_rtnl_is_held()) { in qdisc_match_from_root()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dip6mr.c101 lockdep_rtnl_is_held() || \
/OK3568_Linux_fs/kernel/net/core/
H A Drtnetlink.c135 bool lockdep_rtnl_is_held(void) in lockdep_rtnl_is_held() function
139 EXPORT_SYMBOL(lockdep_rtnl_is_held);
H A Ddev.c7109 WARN_ON_ONCE(!rcu_read_lock_held() && !lockdep_rtnl_is_held()); in netdev_upper_get_next_dev_rcu()
7144 WARN_ON_ONCE(!rcu_read_lock_held() && !lockdep_rtnl_is_held()); in netdev_next_upper_dev_rcu()
/OK3568_Linux_fs/kernel/net/wireless/
H A Dscan.c1063 lockdep_rtnl_is_held()) { in cfg80211_find_sched_scan_req()
/OK3568_Linux_fs/kernel/net/mac80211/
H A Dutil.c798 lockdep_rtnl_is_held()); in __iterate_interfaces()