Searched refs:weight (Results 151 - 175 of 259) sorted by relevance

1234567891011

/linux-master/arch/powerpc/perf/
H A Disa207-common.c361 void isa207_get_mem_weight(u64 *weight, u64 type) argument
380 * Use 64 bit weight field (full) if sample type is
389 weight_fields = (union perf_sample_weight *)weight;
/linux-master/drivers/media/platform/rockchip/rkisp1/
H A Drkisp1-params.c785 const u8 *weight; local
808 weight = arg->hist_weight;
809 for (i = 0; i < ARRAY_SIZE(hist_weight_regs); ++i, weight += 4)
811 RKISP1_CIF_ISP_HIST_WEIGHT_SET_V10(weight[0], weight[1],
812 weight[2], weight[3]));
815 weight[0] & 0x1f);
/linux-master/drivers/gpu/drm/i915/gvt/
H A Dgvt.h135 int weight; member in struct:vgpu_sched_ctl
306 * A vGPU with a weight of 8 will get twice as much GPU as a vGPU with
307 * a weight of 4 on a contended host, different vGPU type has different
308 * weight set. Legal weights range from 1 to 16.
310 unsigned int weight; member in struct:intel_vgpu_config
/linux-master/drivers/net/wireless/rsi/
H A Drsi_main.h161 s32 weight; member in struct:wmm_qinfo
/linux-master/drivers/mtd/
H A Dmtdswap.c506 unsigned int weight = eb->active_count; local
516 if (weight == maxweight)
518 else if (weight == 0)
520 else if (weight > (maxweight/2))
/linux-master/tools/perf/dlfilters/
H A Ddlfilter-test-api-v0.c49 __u64 weight; /* Refer PERF_SAMPLE_WEIGHT_TYPE in <linux/perf_event.h> */ member in struct:perf_dlfilter_sample
H A Ddlfilter-test-api-v2.c55 __u64 weight; /* Refer PERF_SAMPLE_WEIGHT_TYPE in <linux/perf_event.h> */ member in struct:perf_dlfilter_sample
/linux-master/drivers/infiniband/hw/irdma/
H A Dws.c101 node_info.weight = node->rel_bw;
/linux-master/tools/perf/tests/
H A Dhists_link.c71 struct perf_sample sample = { .period = 1, .weight = 1, };
/linux-master/drivers/net/wireless/ti/wl1251/
H A Dacx.c721 int wl1251_acx_low_rssi(struct wl1251 *wl, s8 threshold, u8 weight, argument
734 rssi->weight = weight;
/linux-master/kernel/sched/
H A Ddebug.c525 P(se->load.weight);
679 SEQ_printf(m, " .%-30s: %ld\n", "load", cfs_rq->load.weight);
1069 P(se.load.weight);
H A Dcore.c1333 * SCHED_IDLE tasks get minimal weight:
1336 load->weight = scale_load(WEIGHT_IDLEPRIO);
1343 * weight
1348 load->weight = scale_load(sched_prio_to_weight[prio]);
10006 * based on each entity's (task or task-group's) weight
10007 * (se->load.weight).
10009 * In other words, if root_task_group has 10 tasks of weight
10010 * 1024) and two child groups A0 and A1 (of weight 1024 each),
11301 u64 weight = scale_load_down(tg->shares); local
11303 return DIV_ROUND_CLOSEST_ULL(weight * CGROUP_WEIGHT_DF
11306 cpu_weight_write_u64(struct cgroup_subsys_state *css, struct cftype *cft, u64 weight) argument
11327 unsigned long weight = scale_load_down(css_tg(css)->shares); local
11345 unsigned long weight; local
11911 sched_mm_cid_remote_clear_weight(struct mm_struct *mm, int cpu, int weight) argument
11930 int weight, cpu; local
[all...]
/linux-master/drivers/extcon/
H A Dextcon.c254 int weight; local
258 weight = hweight32(correspondants);
259 if (weight > 1)
/linux-master/net/sched/
H A Dsch_ets.c115 unsigned int weight; local
136 weight = w_psum - w_psum_prev;
140 qopt.replace_params.weights[i] = weight;
/linux-master/fs/bcachefs/
H A Dutil.h335 #define ewma_add(ewma, val, weight) \
338 typeof(weight) _weight = (weight); \
/linux-master/net/ceph/
H A Dosdmap.c517 b->weight = ceph_decode_32(p);
1200 u32 *weight; local
1210 weight = kvmalloc(array_size(max, sizeof(*weight)), GFP_NOFS);
1212 if (!state || !weight || !addr) {
1214 kvfree(weight);
1222 memcpy(weight, map->osd_weight, to_copy * sizeof(*weight));
1230 map->osd_weight = weight;
1883 osdmap_info(map, "osd%d weight
2490 do_crush(struct ceph_osdmap *map, int ruleno, int x, int *result, int result_max, const __u32 *weight, int weight_max, s64 choose_args_index) argument
[all...]
/linux-master/drivers/gpu/drm/i915/display/
H A Dskl_watermark.c619 int weight = dbuf_state->weight[pipe]; local
631 *weight_total += weight;
633 *weight_start += weight;
634 *weight_end += weight;
636 *weight_end += weight;
659 if (new_dbuf_state->weight[pipe] == 0) {
2650 new_dbuf_state->weight[pipe] = intel_crtc_ddb_weight(new_crtc_state);
2652 if (old_dbuf_state->weight[pipe] == new_dbuf_state->weight[pip
[all...]
/linux-master/block/
H A Dblk-iocost.c67 * of equal weight, each gets 50% share. If then B starts issuing IOs, B
74 * For example, with 12.5% weight, A0's time runs 8 times slower (100/12.5)
137 * each active cgroup is actually using and yield part of its weight if
139 * A's weight will be lowered so that it hovers above the actual usage and
142 * As we don't want to penalize a cgroup for donating its weight, the
143 * surplus weight adjustment factors in a margin and has an immediate
161 * active weight hweight% inflt% dbt delay usages%
168 * - weight : Surplus-adjusted and configured weights
221 * serves as its IO credit buffer. Surplus weight adjustment is
467 * A iocg can get its weight fro
485 u32 weight; member in struct:ioc_gq
1251 u32 weight; local
[all...]
/linux-master/drivers/net/can/c_can/
H A Dc_can_main.c780 u32 weight, lasts; local
788 weight = hweight32(pend);
792 if (lasts == weight)
/linux-master/tools/perf/util/
H A Darm-spe.c360 sample.weight = record->latency;
378 sample.weight = record->latency;
407 sample.weight = record->latency;
/linux-master/arch/x86/events/amd/
H A Dibs.c988 data->weight.var1_dw = op_data3.dc_miss_lat;
989 data->weight.var2_w = op_data.tag_to_ret_ctr;
991 data->weight.full = op_data3.dc_miss_lat;
/linux-master/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_llh.c1522 const u32 weight)
1527 weight);
1551 const u32 weight)
1556 weight);
1520 hw_atl_tps_tx_pkt_shed_desc_tc_weight_set(struct aq_hw_s *aq_hw, const u32 tc, const u32 weight) argument
1549 hw_atl_tps_tx_pkt_shed_tc_data_weight_set(struct aq_hw_s *aq_hw, const u32 tc, const u32 weight) argument
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_init_fw_funcs.c58 #define QM_PF_WFQ_INC_VAL(weight) ((weight) * 0x9000)
70 #define QM_VP_WFQ_INC_VAL(weight) ((weight) * QM_VP_WFQ_MIN_INC_VAL)
795 DP_NOTICE(p_hwfn, "Invalid PF WFQ weight configuration\n");
866 /* Find WFQ weight (per VPORT or per VPORT+TC) */
872 "Invalid VPORT WFQ weight configuration\n");
1044 DP_NOTICE(p_hwfn, "Invalid PF WFQ weight configuration\n");
/linux-master/arch/x86/events/zhaoxin/
H A Dcore.c613 c->weight += x86_pmu.num_counters;
/linux-master/net/core/
H A Dpktgen.c251 u64 weight; member in struct:imix_pkt
578 pkt_dev->imix_entries[i].weight);
837 * where each entry consists of size and weight delimited by commas.
851 unsigned long weight; local
868 len = num_arg(&buffer[i], max_digits, &weight);
871 if (weight <= 0)
875 pkt_dev->imix_entries[pkt_dev->n_imix_entries].weight = weight;
2630 total_weight += pkt_dev->imix_entries[i].weight;
2634 cumulative_prob += div64_u64(pkt_dev->imix_entries[i].weight *
[all...]

Completed in 297 milliseconds

1234567891011