Home
last modified time | relevance | path

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

/Linux-v5.15/net/sched/
Dsch_htb.c1402 struct Qdisc *old_q; in htb_graft_helper() local
1406 old_q = dev_graft_qdisc(dev_queue, new_q); in htb_graft_helper()
1412 return old_q; in htb_graft_helper()
1464 struct Qdisc *old_q; in htb_graft() local
1483 old_q = htb_graft_helper(dev_queue, new); in htb_graft()
1489 WARN_ON(old_q != *old); in htb_graft()
1490 qdisc_put(old_q); in htb_graft()
1547 struct Qdisc *old_q; in htb_parent_to_leaf_offload() local
1552 old_q = htb_graft_helper(dev_queue, new_q); in htb_parent_to_leaf_offload()
1553 WARN_ON(!(old_q->flags & TCQ_F_BUILTIN)); in htb_parent_to_leaf_offload()
[all …]
/Linux-v5.15/arch/powerpc/kvm/
Dbook3s_xive.c511 state->old_q = !!(val & 1); in xive_lock_and_mask()
552 if (state->old_q) in xive_finish_unmask()
994 state->old_p, state->old_q); in kvmppc_xive_set_mapped()
1031 state->old_p = state->old_q = false; in kvmppc_xive_set_mapped()
1069 state->old_p, state->old_q); in kvmppc_xive_clr_mapped()
1476 state->saved_q = state->old_q; in xive_pre_save_mask_irq()
1831 state->old_q = false; in xive_set_source()
1856 state->old_q = true; in xive_set_source()
1858 pr_devel(" P=%d, Q=%d\n", state->old_p, state->old_q); in xive_set_source()
Dbook3s_xive.h52 bool old_q; /* Q bit state when masking */ member
/Linux-v5.15/drivers/net/ethernet/microsoft/mana/
Dmana_en.c338 int old_q) in mana_get_tx_queue() argument
347 if (txq != old_q && sk && sk_fullsock(sk) && in mana_get_tx_queue()