Home
last modified time | relevance | path

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

/net/sched/
Dcls_api.c3196 bool take_rtnl = READ_ONCE(block->lockeddevcnt) && !rtnl_held; in tc_setup_cb_call() local
3200 if (take_rtnl) in tc_setup_cb_call()
3207 if (!rtnl_held && !take_rtnl && block->lockeddevcnt) { in tc_setup_cb_call()
3209 take_rtnl = true; in tc_setup_cb_call()
3216 if (take_rtnl) in tc_setup_cb_call()
3232 bool take_rtnl = READ_ONCE(block->lockeddevcnt) && !rtnl_held; in tc_setup_cb_add() local
3236 if (take_rtnl) in tc_setup_cb_add()
3243 if (!rtnl_held && !take_rtnl && block->lockeddevcnt) { in tc_setup_cb_add()
3245 take_rtnl = true; in tc_setup_cb_add()
3266 if (take_rtnl) in tc_setup_cb_add()
[all …]