Searched refs:weight (Results 51 - 75 of 259) sorted by relevance

1234567891011

/linux-master/include/trace/events/
H A Diocost.h30 __field(u32, weight)
45 __entry->weight = iocg->weight;
53 "weight=%u/%u hweight=%llu/%llu",
57 __entry->vtime, __entry->inuse, __entry->weight,
/linux-master/tools/perf/arch/x86/tests/
H A Dsample-parsing.c51 .weight = 101,
/linux-master/drivers/gpu/drm/i915/display/
H A Dskl_watermark.h57 unsigned int weight[I915_MAX_PIPES]; member in struct:intel_dbuf_state
/linux-master/net/netfilter/ipvs/
H A Dip_vs_sh.c16 * (n is overloaded) or (n.weight <= 0) then
28 * The weight destination attribute can be used to control the
30 * greater the weight, the more connections the destination
76 return atomic_read(&dest->weight) <= 0 ||
190 IP_VS_DBG_BUF(6, "assigned i: %d dest: %s weight: %d\n",
192 atomic_read(&dest->weight));
194 /* Don't move to next dest until filling weight */
195 if (++d_count >= atomic_read(&dest->weight)) {
/linux-master/arch/s390/include/asm/
H A Ddiag.h185 __u16 weight; member in struct:diag204_cpu_info
195 __u16 weight; member in struct:diag204_x_cpu_info
240 __u16 weight; member in struct:diag204_x_phys_cpu
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_tm.h258 int hclge_tm_get_qset_weight(struct hclge_dev *hdev, u16 qset_id, u8 *weight);
262 int hclge_tm_get_pri_weight(struct hclge_dev *hdev, u8 pri_id, u8 *weight);
270 int hclge_tm_get_pg_weight(struct hclge_dev *hdev, u8 pg_id, u8 *weight);
/linux-master/drivers/hwmon/
H A Dmax127.c96 long scale, weight; local
108 weight = (raw & MAX127_SIGN_BIT);
110 raw -= weight;
/linux-master/drivers/gpu/drm/i915/gvt/
H A Dvgpu.c126 if (conf->weight < 1 || conf->weight > VGPU_MAX_WEIGHT)
133 gvt_dbg_core("type[%d]: %s avail %u low %u high %u fence %u weight %u res %s\n",
138 conf->weight, vgpu_edid_str(conf->edid));
329 vgpu->sched_ctl.weight = conf->weight;
H A Dsched_policy.c109 total_weight += vgpu_data->sched_ctl.weight;
115 total_weight) * vgpu_data->sched_ctl.weight;
319 data->sched_ctl.weight = vgpu->sched_ctl.weight;
/linux-master/include/net/
H A Dnexthop.h108 u8 weight; member in struct:nh_grp_entry
195 u8 weight; member in struct:nh_notifier_grp_entry_info
356 int weight = nhg->nh_entries[i].weight; local
358 if (fib_add_nexthop(skb, nhc, weight, rt_family, 0) < 0)
/linux-master/block/
H A Dbfq-cgroup.c421 entity->weight = entity->new_weight;
501 bgd->weight = CGROUP_WEIGHT_DFL;
537 entity->orig_weight = entity->weight = entity->new_weight = d->weight;
1011 val = bfqgd->weight;
1033 seq_printf(sf, "default %u\n", bfqgd->weight);
1039 static void bfq_group_set_weight(struct bfq_group *bfqg, u64 weight, u64 dev_weight) argument
1041 weight = dev_weight ?: weight;
1046 * to 1 with new_weight == weight woul
[all...]
/linux-master/drivers/net/ethernet/ti/
H A Ddavinci_cpdma.c123 int weight; member in struct:cpdma_chan
704 if (chan->weight)
705 chan->desc_num = (chan->weight * desc_num) / 100;
743 if (!chan->weight)
745 rx_weight += chan->weight;
747 if (!chan->weight)
749 tx_weight += chan->weight;
775 /* cpdma_chan_set_weight - set weight of a channel in percentage.
777 * and 100% for Tx. The weight is used to split cpdma resources
780 * weight o
784 cpdma_chan_set_weight(struct cpdma_chan *ch, int weight) argument
[all...]
H A Ddavinci_cpdma.h96 int cpdma_chan_set_weight(struct cpdma_chan *ch, int weight);
/linux-master/fs/dlm/
H A Dmember.c335 memb->weight = node->weight;
416 if (memb->weight)
417 total += memb->weight;
420 /* all nodes revert to weight of 1 if all have weight 0 */
433 if (!all_zero && !memb->weight)
439 w = memb->weight;
/linux-master/net/sched/
H A Dsch_hhf.c23 * in which the heavy-hitter bucket is served with less weight.
168 u32 hhf_non_hh_weight; /* WDRR weight for non-HHs
386 unsigned int weight; local
394 weight = 1;
397 weight = q->hhf_non_hh_weight;
400 bucket->deficit = weight * q->quantum;
435 int weight = (bucket - q->buckets == WDRR_BUCKET_FOR_HH) ? local
438 bucket->deficit += weight * q->quantum;
/linux-master/drivers/thermal/
H A Dgov_power_allocator.c409 u32 power_range, weight; local
431 weight = 1 << FRAC_BITS;
433 weight = instance->weight;
435 pa->weighted_req_power = frac_to_int(weight * pa->req_power);
655 params->total_weight += instance->weight;
H A Dthermal_core.h102 unsigned int weight; /* The weight of the cooling device */ member in struct:thermal_instance
/linux-master/tools/cgroup/
H A Diocost_monitor.py140 return f'{"":25} active {"weight":>9} {"hweight%":>13} {"inflt%":>6} ' \
149 self.weight = iocg.weight.value_() / WEIGHT_ONE
179 'weight' : self.weight,
/linux-master/arch/powerpc/include/asm/
H A Dperf_event_server.h46 void (*get_mem_weight)(u64 *weight, u64 type);
/linux-master/drivers/net/ethernet/sfc/
H A Def100_rep.c25 static int efx_ef100_rep_poll(struct napi_struct *napi, int weight);
393 static int efx_ef100_rep_poll(struct napi_struct *napi, int weight) argument
403 /* Grab up to 'weight' pending SKBs */
406 while (spent < weight && !list_empty(&efv->rx_list)) {
415 if (spent < weight)
/linux-master/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H A Dhw_atl2.c298 u32 weight, max_credit; local
305 weight = tc_weight[tc];
307 if (!weight && sum_weight < max_weight)
308 weight = (max_weight - sum_weight) /
310 else if (!weight)
311 weight = 0x640;
313 max_credit = max(2 * weight, fixed_max_credit_4b);
315 weight = 0x640;
319 hw_atl2_tps_tx_pkt_shed_tc_data_weight_set(self, tc, weight);
/linux-master/tools/perf/include/perf/
H A Dperf_dlfilter.h50 __u64 weight; /* Refer PERF_SAMPLE_WEIGHT_TYPE in <linux/perf_event.h> */ member in struct:perf_dlfilter_sample
/linux-master/tools/perf/util/
H A Dsample.h89 u64 weight; member in struct:perf_sample
/linux-master/tools/testing/selftests/net/forwarding/
H A Drouter_multipath.sh175 nexthop via 169.254.2.22 dev $rp12 weight $weight_rp12 \
176 nexthop via 169.254.3.23 dev $rp13 weight $weight_rp13
212 nexthop via fe80:2::22 dev $rp12 weight $weight_rp12 \
213 nexthop via fe80:3::23 dev $rp13 weight $weight_rp13
/linux-master/drivers/powercap/
H A Ddtpm.c93 pr_debug("Setting weight '%d' for '%s'\n",
94 child->weight, child->zone.name);
96 child->weight = DIV64_U64_ROUND_CLOSEST(
162 * Do some housecleaning and update the weight on the tree. The
200 * given the weight of the children.
247 power_limit * child->weight, 1024);
324 dtpm->weight = 1024;

Completed in 299 milliseconds

1234567891011