Home
last modified time | relevance | path

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

/linux-6.1.9/net/sched/
Dsch_htb.c1387 struct Qdisc *old_q; in htb_graft_helper() local
1391 old_q = dev_graft_qdisc(dev_queue, new_q); in htb_graft_helper()
1397 return old_q; in htb_graft_helper()
1449 struct Qdisc *old_q; in htb_graft() local
1468 old_q = htb_graft_helper(dev_queue, new); in htb_graft()
1474 WARN_ON(old_q != *old); in htb_graft()
1475 qdisc_put(old_q); in htb_graft()
1532 struct Qdisc *old_q; in htb_parent_to_leaf_offload() local
1537 old_q = htb_graft_helper(dev_queue, new_q); in htb_parent_to_leaf_offload()
1538 WARN_ON(!(old_q->flags & TCQ_F_BUILTIN)); in htb_parent_to_leaf_offload()
[all …]
/linux-6.1.9/arch/powerpc/kvm/
Dbook3s_xive.c1118 state->old_q = !!(val & 1); in xive_lock_and_mask()
1159 if (state->old_q) in xive_finish_unmask()
1601 state->old_p, state->old_q); in kvmppc_xive_set_mapped()
1638 state->old_p = state->old_q = false; in kvmppc_xive_set_mapped()
1676 state->old_p, state->old_q); in kvmppc_xive_clr_mapped()
2083 state->saved_q = state->old_q; in xive_pre_save_mask_irq()
2439 state->old_q = false; in xive_set_source()
2464 state->old_q = true; in xive_set_source()
2466 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-6.1.9/drivers/net/ethernet/microsoft/mana/
Dmana_en.c342 int old_q) in mana_get_tx_queue() argument
351 if (txq != old_q && sk && sk_fullsock(sk) && in mana_get_tx_queue()