Home
last modified time | relevance | path

Searched refs:rtnl_lock_killable (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Drtnetlink.h39 extern int rtnl_lock_killable(void);
/openbmc/linux/net/core/
H A Drtnetlink.c82 int rtnl_lock_killable(void) in rtnl_lock_killable() function
86 EXPORT_SYMBOL(rtnl_lock_killable);
H A Ddev.c10353 if (rtnl_lock_killable()) in register_netdev()