Searched refs:new_weight (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.15/arch/powerpc/platforms/pseries/ |
D | lparcfg.c | 548 u8 new_weight; in update_ppp() local 558 new_weight = ppp_data.weight; in update_ppp() 561 new_weight = *weight; in update_ppp() 570 __func__, new_entitled, new_weight); in update_ppp() 572 retval = plpar_hcall_norets(H_SET_PPP, new_entitled, new_weight); in update_ppp() 587 u8 new_weight; in update_mpp() local 604 new_weight = mpp_data.mem_weight; in update_mpp() 607 new_weight = *weight; in update_mpp() 616 __func__, new_entitled, new_weight); in update_mpp() 618 rc = plpar_hcall_norets(H_SET_MPP, new_entitled, new_weight); in update_mpp() [all …]
|
/Linux-v5.15/net/netfilter/ipvs/ |
D | ip_vs_wrr.c | 94 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()
|
D | ip_vs_mh.c | 347 int new_weight, weight = 0; in ip_vs_mh_shift_weight() local 358 new_weight = atomic_read(&dest->last_weight); in ip_vs_mh_shift_weight() 359 if (new_weight > weight) in ip_vs_mh_shift_weight() 360 weight = new_weight; in ip_vs_mh_shift_weight()
|
/Linux-v5.15/block/ |
D | bfq-wf2q.c | 723 unsigned int prev_weight, new_weight; in __bfq_entity_update_weight_prio() local 745 if (entity->new_weight != entity->orig_weight) { in __bfq_entity_update_weight_prio() 746 if (entity->new_weight < BFQ_MIN_WEIGHT || in __bfq_entity_update_weight_prio() 747 entity->new_weight > BFQ_MAX_WEIGHT) { in __bfq_entity_update_weight_prio() 749 entity->new_weight); in __bfq_entity_update_weight_prio() 750 if (entity->new_weight < BFQ_MIN_WEIGHT) in __bfq_entity_update_weight_prio() 751 entity->new_weight = BFQ_MIN_WEIGHT; in __bfq_entity_update_weight_prio() 753 entity->new_weight = BFQ_MAX_WEIGHT; in __bfq_entity_update_weight_prio() 755 entity->orig_weight = entity->new_weight; in __bfq_entity_update_weight_prio() 781 new_weight = entity->orig_weight * in __bfq_entity_update_weight_prio() [all …]
|
D | bfq-cgroup.c | 428 entity->weight = entity->new_weight; in bfq_init_entity() 429 entity->orig_weight = entity->new_weight; in bfq_init_entity() 548 entity->orig_weight = entity->weight = entity->new_weight = d->weight; in bfq_pd_init() 1005 if ((unsigned short)weight != bfqg->entity.new_weight) { in bfq_group_set_weight() 1006 bfqg->entity.new_weight = (unsigned short)weight; in bfq_group_set_weight() 1409 entity->weight = entity->new_weight; in bfq_init_entity() 1410 entity->orig_weight = entity->new_weight; in bfq_init_entity()
|
D | bfq-iosched.h | 179 int new_weight; member
|
D | bfq-iosched.c | 1071 bfqq->entity.new_weight = bic->saved_weight; in bfq_bfqq_resume_state() 1739 bfqq->entity.new_weight == 40; in bfq_bfqq_handle_idle_busy_switch() 1741 bfqq->entity.new_weight == 40; in bfq_bfqq_handle_idle_busy_switch() 5302 bfqq->entity.new_weight = bfq_ioprio_to_weight(bfqq->new_ioprio); in bfq_set_next_ioprio_data() 5304 bfqq->new_ioprio, bfqq->entity.new_weight); in bfq_set_next_ioprio_data() 6971 bfqd->oom_bfqq.entity.new_weight = in bfq_init_queue()
|