Home
last modified time | relevance | path

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

/linux-6.12.1/net/devlink/
Dnetlink.c14 #define DEVLINK_NL_FLAG_NEED_DEV_LOCK BIT(2) macro
212 bool dev_lock = flags & DEVLINK_NL_FLAG_NEED_DEV_LOCK; in __devlink_nl_pre_doit()
258 return __devlink_nl_pre_doit(skb, info, DEVLINK_NL_FLAG_NEED_DEV_LOCK); in devlink_nl_pre_doit_dev_lock()
271 bool dev_lock = flags & DEVLINK_NL_FLAG_NEED_DEV_LOCK; in __devlink_nl_post_doit()
289 __devlink_nl_post_doit(skb, info, DEVLINK_NL_FLAG_NEED_DEV_LOCK); in devlink_nl_post_doit_dev_lock()