Home
last modified time | relevance | path

Searched refs:lockdep_genl_is_held (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/linux/
Dgenetlink.h11 extern bool lockdep_genl_is_held(void);
26 rcu_dereference_check(p, lockdep_genl_is_held())
37 rcu_dereference_protected(p, lockdep_genl_is_held())
/linux-4.4.14/net/netlink/
Dgenetlink.c42 bool lockdep_genl_is_held(void) in lockdep_genl_is_held() function
46 EXPORT_SYMBOL(lockdep_genl_is_held);