Searched refs:weight (Results 226 - 250 of 259) sorted by relevance

1234567891011

/linux-master/tools/power/pm-graph/
H A Dbootgraph.py651 .srccall:hover {color:white;font-weight:bold;border:1px solid white;}\n'
/linux-master/drivers/net/netdevsim/
H A Dfib.c1135 occ += info->nh_grp->nh_entries[i].weight;
/linux-master/tools/perf/util/
H A Ddata-convert-bt.c650 ret = value_set_u64(cw, event, "perf_weight", sample->weight);
H A Dsynthetic-events.c1571 *array = data->weight;
H A Devsel.c1903 pr_debug2("switching off weight struct support\n");
2271 data->weight = *array;
/linux-master/drivers/infiniband/hw/irdma/
H A Dtype.h515 u8 weight; member in struct:irdma_ws_node_info
/linux-master/include/linux/
H A Dperf_event.h1190 union perf_sample_weight weight; member in struct:perf_sample_data
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Dhwif.h330 /* Set MTL TX queues weight */
333 u32 weight, u32 queue);
H A Dstmmac_main.c3159 * stmmac_set_tx_queue_weight - Set TX queue weight
3161 * Description: It is used for setting TX queues weight
3166 u32 weight; local
3170 weight = priv->plat->tx_queues_cfg[queue].weight;
3171 stmmac_set_mtl_tx_queue_weight(priv, priv->hw, weight, queue);
/linux-master/fs/afs/
H A Dinternal.h476 u16 weight; /* Weight (as SRV) */ member in struct:afs_vlserver_entry
/linux-master/drivers/net/ethernet/google/gve/
H A Dgve_tx_dqo.c1226 while (!napi || pkt_compl_pkts < napi->weight) {
/linux-master/net/netfilter/ipvs/
H A Dip_vs_conn.c756 (atomic_read(&dest->weight) == 0);
H A Dip_vs_core.c1998 unlikely(!atomic_read(&cp->dest->weight))) {
/linux-master/drivers/thunderbolt/
H A Dtb.h408 * @weight: Weight of the path inside the priority group
430 int weight:4; member in struct:tb_path
/linux-master/drivers/edac/
H A Damd64_edac.c1234 u32 msb, weight, num_zero_bits; local
1250 weight = hweight_long(addr_mask_orig);
1251 num_zero_bits = msb - weight - !!(cs_mode & CS_3R_INTERLEAVE);
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_sched.c2907 * ice_sched_cfg_node_bw_alloc - configure node BW weight/alloc params
2911 * @bw_alloc: BW weight/allocation
3645 * ice_sched_set_node_weight - set node's weight
3648 * @weight: number 1-200 representing weight for WFQ
3650 * This function sets weight of the node for WFQ algorithm.
3653 ice_sched_set_node_weight(struct ice_port_info *pi, struct ice_sched_node *node, u16 weight) argument
3663 data->cir_bw.bw_alloc = cpu_to_le16(weight);
3664 data->eir_bw.bw_alloc = cpu_to_le16(weight);
/linux-master/drivers/gpu/drm/i915/gvt/
H A Dkvmgt.c121 "weight: %d\n",
125 type->conf->weight);
/linux-master/arch/powerpc/perf/
H A Dcore-book3s.c2326 ppmu->get_mem_weight(&data.weight.full, event->attr.sample_type);
/linux-master/drivers/net/ethernet/amd/
H A Dpcnet32.c915 lp->napi.weight = lp->rx_ring_size / 2;
1881 /* napi.weight is used in both the napi and non-napi cases */
1882 lp->napi.weight = lp->rx_ring_size / 2;
/linux-master/drivers/net/dsa/microchip/
H A Dksz_common.c3477 int weight)
3490 return ksz_pwrite8(dev, port, KSZ9477_PORT_MTI_QUEUE_CTRL_1, weight);
3541 * WRR scheduler with a weight of 1.
3598 * 2023) assigns a weight to each queue based on the number of
3476 ksz_queue_set_wrr(struct ksz_device *dev, int port, int queue, int weight) argument
/linux-master/drivers/net/wireless/rsi/
H A Drsi_91x_mgmt.c329 common->tx_qinfo[ii].weight = common->tx_qinfo[ii].wme_params;
/linux-master/drivers/net/wireless/ath/wil6210/
H A Dwmi.h1801 u8 weight[3]; member in struct:wmi_set_vring_priority_weight_cmd
/linux-master/kernel/sched/
H A Dsched.h122 * low-weight task groups (eg. nice +19 on an autogroup), deeper taskgroup
150 * Task weight (visible to users) and its load (invisible to users) have
437 * A weight of 0 or 1 can cause arithmetics problems.
438 * A weight of a cfs_rq is the sum of weights of which entities
439 * are queued on this cfs_rq, so a weight of a entity should not be
441 * (The default weight is 1024 - so there's no practical
630 * h_load = weight * f(tg)
632 * Where f(tg) is the recursive weight fraction assigned to
826 return scale_load_down(se->load.weight);
/linux-master/drivers/infiniband/hw/hfi1/
H A Dchip.c5692 int weight, i; local
5716 weight = hweight64(info & PORT_DISCARD_EGRESS_ERRS);
5717 for (i = 0; i < weight; i++) {
11134 * FIFOs, otherwise a packet whose VL weight is being
11155 | (((u64)vl->weight
11248 vl->weight = 0;
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c10376 u32 minrate, u32 maxrate, u16 weight, u16 pktsize,
10397 cmd.u.params.weight = cpu_to_be16(weight);
10374 t4_sched_params(struct adapter *adapter, u8 type, u8 level, u8 mode, u8 rateunit, u8 ratemode, u8 channel, u8 class, u32 minrate, u32 maxrate, u16 weight, u16 pktsize, u16 burstsize) argument

Completed in 730 milliseconds

1234567891011