Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Drtnetlink.h36 extern bool lockdep_rtnl_is_held(void);
38 static inline bool lockdep_rtnl_is_held(void) in lockdep_rtnl_is_held() function
52 rcu_dereference_check(p, lockdep_rtnl_is_held())
62 rcu_dereference_bh_check(p, lockdep_rtnl_is_held())
73 rcu_dereference_protected(p, lockdep_rtnl_is_held())
/linux-4.4.14/drivers/net/
Dtun.c627 lockdep_rtnl_is_held()); in tun_attach()
1808 __sk_detach_filter(tfile->socket.sk, lockdep_rtnl_is_held()); in tun_detach_filter()
1822 lockdep_rtnl_is_held()); in tun_attach_filter()
/linux-4.4.14/net/core/
Drtnetlink.c99 bool lockdep_rtnl_is_held(void) in lockdep_rtnl_is_held() function
103 EXPORT_SYMBOL(lockdep_rtnl_is_held);
Ddev.c5000 WARN_ON_ONCE(!rcu_read_lock_held() && !lockdep_rtnl_is_held()); in netdev_upper_get_next_dev_rcu()
5026 WARN_ON_ONCE(!rcu_read_lock_held() && !lockdep_rtnl_is_held()); in netdev_all_upper_get_next_dev_rcu()
/linux-4.4.14/net/mac80211/
Dutil.c615 lockdep_rtnl_is_held()); in __iterate_interfaces()