Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/powerpc/platforms/pseries/
A Dlparcfg.c580 u8 new_weight; in update_ppp() local
590 new_weight = ppp_data.weight; in update_ppp()
593 new_weight = *weight; in update_ppp()
602 __func__, new_entitled, new_weight); in update_ppp()
604 retval = plpar_hcall_norets(H_SET_PPP, new_entitled, new_weight); in update_ppp()
619 u8 new_weight; in update_mpp() local
636 new_weight = mpp_data.mem_weight; in update_mpp()
639 new_weight = *weight; in update_mpp()
648 __func__, new_entitled, new_weight); in update_mpp()
650 rc = plpar_hcall_norets(H_SET_MPP, new_entitled, new_weight); in update_mpp()
[all …]
/linux-6.3-rc2/net/netfilter/ipvs/
A Dip_vs_wrr.c94 int new_weight, weight = 0; in ip_vs_wrr_max_weight() local
97 new_weight = atomic_read(&dest->weight); in ip_vs_wrr_max_weight()
98 if (new_weight > weight) in ip_vs_wrr_max_weight()
99 weight = new_weight; in ip_vs_wrr_max_weight()
A Dip_vs_mh.c346 int new_weight, weight = 0; in ip_vs_mh_shift_weight() local
357 new_weight = atomic_read(&dest->last_weight); in ip_vs_mh_shift_weight()
358 if (new_weight > weight) in ip_vs_mh_shift_weight()
359 weight = new_weight; in ip_vs_mh_shift_weight()
/linux-6.3-rc2/block/
A Dbfq-wf2q.c709 unsigned int prev_weight, new_weight; in __bfq_entity_update_weight_prio() local
716 if (entity->new_weight < BFQ_MIN_WEIGHT || in __bfq_entity_update_weight_prio()
717 entity->new_weight > BFQ_MAX_WEIGHT) { in __bfq_entity_update_weight_prio()
719 entity->new_weight); in __bfq_entity_update_weight_prio()
720 if (entity->new_weight < BFQ_MIN_WEIGHT) in __bfq_entity_update_weight_prio()
721 entity->new_weight = BFQ_MIN_WEIGHT; in __bfq_entity_update_weight_prio()
723 entity->new_weight = BFQ_MAX_WEIGHT; in __bfq_entity_update_weight_prio()
725 entity->orig_weight = entity->new_weight; in __bfq_entity_update_weight_prio()
751 new_weight = entity->orig_weight * in __bfq_entity_update_weight_prio()
758 if (prev_weight != new_weight && bfqq) in __bfq_entity_update_weight_prio()
[all …]
A Dbfq-cgroup.c421 entity->weight = entity->new_weight; in bfq_init_entity()
422 entity->orig_weight = entity->new_weight; in bfq_init_entity()
543 entity->orig_weight = entity->weight = entity->new_weight = d->weight; in bfq_pd_init()
1056 if ((unsigned short)weight != bfqg->entity.new_weight) { in bfq_group_set_weight()
1057 bfqg->entity.new_weight = (unsigned short)weight; in bfq_group_set_weight()
1460 entity->weight = entity->new_weight; in bfq_init_entity()
1461 entity->orig_weight = entity->new_weight; in bfq_init_entity()
A Dbfq-iosched.h189 int new_weight; member
A Dbfq-iosched.c1154 bfqq->entity.new_weight = bfqq_data->saved_weight; in bfq_bfqq_resume_state()
1853 bfqq->entity.new_weight == 40; in bfq_bfqq_handle_idle_busy_switch()
1855 bfqq->entity.new_weight == 40; in bfq_bfqq_handle_idle_busy_switch()
5545 bfqq->entity.new_weight = bfq_ioprio_to_weight(bfqq->new_ioprio); in bfq_set_next_ioprio_data()
5547 bfqq->new_ioprio, bfqq->entity.new_weight); in bfq_set_next_ioprio_data()
7215 bfqd->oom_bfqq.entity.new_weight = in bfq_init_queue()

Completed in 26 milliseconds