Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dsch_htb.c1394 struct Qdisc *old_q; in htb_graft_helper()
1398 old_q = dev_graft_qdisc(dev_queue, new_q); in htb_graft_helper()
1404 return old_q; in htb_offload_get_queue()
1456 struct Qdisc *old_q; in htb_graft()
1474 old_q = htb_graft_helper(dev_queue, new); in htb_graft()
1480 WARN_ON(old_q != *old); in htb_graft()
1481 qdisc_put(old_q); in htb_graft()
1538 struct Qdisc *old_q; in htb_parent_to_leaf_offload()
1543 old_q = htb_graft_helper(dev_queue, new_q);
1544 WARN_ON(!(old_q
1391 struct Qdisc *old_q; htb_graft_helper() local
1453 struct Qdisc *old_q; htb_graft() local
1535 struct Qdisc *old_q; htb_parent_to_leaf_offload() local
1823 struct Qdisc *new_q, *old_q; htb_change_class() local
[all...]
/linux/arch/powerpc/kvm/
H A Dbook3s_xive.c1117 state->old_q = !!(val & 1); in xive_lock_and_mask()
1158 if (state->old_q) in xive_finish_unmask()
1600 state->old_p, state->old_q); in kvmppc_xive_set_mapped()
1637 state->old_p = state->old_q = false; in kvmppc_xive_set_mapped()
1675 state->old_p, state->old_q); in kvmppc_xive_clr_mapped()
2079 state->saved_q = state->old_q; in xive_pre_save_mask_irq()
2435 state->old_q = false; in xive_set_source()
2460 state->old_q = true; in xive_set_source()
2462 pr_devel(" P=%d, Q=%d\n", state->old_p, state->old_q); in xive_set_source()
H A Dbook3s_xive.h52 bool old_q; /* Q bit state when masking */ member
/linux/drivers/net/ethernet/microsoft/mana/
H A Dmana_en.c645 int old_q) in mana_get_tx_queue() argument
654 if (txq != old_q && sk && sk_fullsock(sk) && in mana_get_tx_queue()