Home
last modified time | relevance | path

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

/Linux-v5.4/net/sched/
Dcls_api.c3198 bool take_rtnl = READ_ONCE(block->lockeddevcnt) && !rtnl_held; in tc_setup_cb_call() local
3202 if (take_rtnl) in tc_setup_cb_call()
3209 if (!rtnl_held && !take_rtnl && block->lockeddevcnt) { in tc_setup_cb_call()
3211 take_rtnl = true; in tc_setup_cb_call()
3218 if (take_rtnl) in tc_setup_cb_call()
3234 bool take_rtnl = READ_ONCE(block->lockeddevcnt) && !rtnl_held; in tc_setup_cb_add() local
3238 if (take_rtnl) in tc_setup_cb_add()
3245 if (!rtnl_held && !take_rtnl && block->lockeddevcnt) { in tc_setup_cb_add()
3247 take_rtnl = true; in tc_setup_cb_add()
3268 if (take_rtnl) in tc_setup_cb_add()
[all …]