Home
last modified time | relevance | path

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

/net/sched/
Dcls_api.c3203 bool take_rtnl = READ_ONCE(block->lockeddevcnt) && !rtnl_held; in tc_setup_cb_call() local
3207 if (take_rtnl) in tc_setup_cb_call()
3214 if (!rtnl_held && !take_rtnl && block->lockeddevcnt) { in tc_setup_cb_call()
3216 take_rtnl = true; in tc_setup_cb_call()
3223 if (take_rtnl) in tc_setup_cb_call()
3239 bool take_rtnl = READ_ONCE(block->lockeddevcnt) && !rtnl_held; in tc_setup_cb_add() local
3243 if (take_rtnl) in tc_setup_cb_add()
3250 if (!rtnl_held && !take_rtnl && block->lockeddevcnt) { in tc_setup_cb_add()
3252 take_rtnl = true; in tc_setup_cb_add()
3273 if (take_rtnl) in tc_setup_cb_add()
[all …]