Searched refs:lockdep_rtnl_is_held (Results 1 – 15 of 15) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | rtnetlink.h | 45 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 D | br_mrp.c | 51 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 D | lapbether.c | 69 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 D | bpqether.c | 152 lockdep_rtnl_is_held()) { in bpq_get_ax25_dev()
|
| /OK3568_Linux_fs/kernel/drivers/net/ |
| H A D | macvlan.c | 127 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 D | caif_dev.c | 116 lockdep_rtnl_is_held()) { in caif_get()
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | fib_frontend.c | 123 lockdep_rtnl_is_held()) { in fib_get_table()
|
| H A D | fib_trie.c | 2127 lockdep_rtnl_is_held()) in fib_info_notify_update()
|
| H A D | ipmr.c | 114 lockdep_rtnl_is_held() || \
|
| /OK3568_Linux_fs/kernel/net/sched/ |
| H A D | sch_api.c | 271 lockdep_rtnl_is_held()) { in qdisc_match_from_root()
|
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | ip6mr.c | 101 lockdep_rtnl_is_held() || \
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | rtnetlink.c | 135 bool lockdep_rtnl_is_held(void) in lockdep_rtnl_is_held() function 139 EXPORT_SYMBOL(lockdep_rtnl_is_held);
|
| H A D | dev.c | 7109 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 D | scan.c | 1063 lockdep_rtnl_is_held()) { in cfg80211_find_sched_scan_req()
|
| /OK3568_Linux_fs/kernel/net/mac80211/ |
| H A D | util.c | 798 lockdep_rtnl_is_held()); in __iterate_interfaces()
|