Home
last modified time | relevance | path

Searched refs:weight (Results 26 – 50 of 418) sorted by relevance

12345678910>>...17

/openbmc/linux/drivers/dma/qcom/
H A Dhidma_mgmt.c109 if (mgmtdev->weight[i] > HIDMA_MAX_CHANNEL_WEIGHT) { in hidma_mgmt_setup()
117 if (mgmtdev->weight[i] == 0) in hidma_mgmt_setup()
118 mgmtdev->weight[i] = 1; in hidma_mgmt_setup()
142 u32 weight = mgmtdev->weight[i]; in hidma_mgmt_setup() local
149 val |= (weight & HIDMA_WEIGHT_MASK) << HIDMA_WRR_BIT_POS; in hidma_mgmt_setup()
282 mgmtdev->weight = devm_kcalloc(&pdev->dev, in hidma_mgmt_probe()
284 sizeof(*mgmtdev->weight), GFP_KERNEL); in hidma_mgmt_probe()
285 if (!mgmtdev->weight) { in hidma_mgmt_probe()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-firmware4 Contact: Russ Weight <russ.weight@linux.dev>
16 Contact: Russ Weight <russ.weight@linux.dev>
26 Contact: Russ Weight <russ.weight@linux.dev>
40 Contact: Russ Weight <russ.weight@linux.dev>
52 Contact: Russ Weight <russ.weight@linux.dev>
65 Contact: Russ Weight <russ.weight@linux.dev>
73 Contact: Russ Weight <russ.weight@linux.dev>
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Dlparcfg.c80 u8 weight; member
128 ppp_data->weight = (retbuf[3] >> 5 * 8) & 0xff; in h_get_ppp()
225 seq_printf(m, "capacity_weight=%d\n", ppp_data.weight); in parse_ppp_data()
577 static ssize_t update_ppp(u64 *entitlement, u8 *weight) in update_ppp() argument
590 new_weight = ppp_data.weight; in update_ppp()
592 } else if (weight) { in update_ppp()
593 new_weight = *weight; in update_ppp()
599 __func__, ppp_data.entitlement, ppp_data.weight); in update_ppp()
615 static ssize_t update_mpp(u64 *entitlement, u8 *weight) in update_mpp() argument
638 } else if (weight) { in update_mpp()
[all …]
/openbmc/phosphor-webui/app/server-health/styles/
H A Dsyslog.scss16 font-weight: 700;
35 font-weight: 700;
111 font-weight: 700;
148 font-weight: 700;
202 font-weight: 400;
267 font-weight: 700;
290 font-weight: normal;
H A Dinventory.scss8 font-weight: bold;
18 font-weight: 700;
30 font-weight: 700;
H A Dlog.scss28 font-weight: 700;
44 font-weight: 700;
171 font-weight: 700;
201 font-weight: 700;
231 font-weight: 700;
306 font-weight: 700;
338 font-weight: 400;
/openbmc/phosphor-webui/app/server-control/styles/
H A Dpower-operations.scss12 font-weight: 700;
18 font-weight: bold;
64 font-weight: 400;
81 font-weight: 400;
/openbmc/linux/drivers/net/wireless/rsi/
H A Drsi_91x_core.c38 common->min_weight = tx_qinfo[ii].weight; in rsi_determine_min_weight_queue()
64 tx_qinfo[ii].weight = in rsi_recalculate_weights()
65 ((tx_qinfo[ii].weight > common->min_weight) ? in rsi_recalculate_weights()
66 tx_qinfo[ii].weight - common->min_weight : 0); in rsi_recalculate_weights()
69 tx_qinfo[ii].weight = tx_qinfo[ii].wme_params; in rsi_recalculate_weights()
73 tx_qinfo[ii].weight = 0; in rsi_recalculate_weights()
174 (common->tx_qinfo[ii].weight < common->min_weight)) && in rsi_core_determine_hal_queue()
176 common->min_weight = common->tx_qinfo[ii].weight; in rsi_core_determine_hal_queue()
/openbmc/webui-vue/src/assets/styles/bmc/custom/
H A D_modal.scss3 font-weight: normal;
9 font-weight: normal;
H A D_badge.scss7 font-weight: 400;
13 font-weight: inherit;
/openbmc/phosphor-webui/app/common/styles/elements/
H A Dquicklinks.scss6 font-weight: 400;
76 font-weight: 700;
82 font-weight: 700;
/openbmc/webui-vue/src/env/assets/styles/
H A D_intel.scss5 font-weight: 200;
12 font-weight: 400;
19 font-weight: 700;
/openbmc/linux/tools/perf/util/bpf_skel/
H A Dsample_filter.bpf.c77 return kctx->data->weight.var1_dw; in perf_get_sample()
79 return kctx->data->weight.var2_w; in perf_get_sample()
81 return kctx->data->weight.var3_w; in perf_get_sample()
84 return kctx->data->weight.full; in perf_get_sample()
/openbmc/phosphor-webui/app/common/styles/base/
H A Dcore.scss5 font-weight: 400;
18 font-weight: 700;
H A Dmixins.scss35 font-weight: 200;
40 font-weight: 700;
45 font-weight: 700;
198 font-weight: 700;
/openbmc/linux/net/ceph/crush/
H A Dmapper.c414 const __u32 *weight, int weight_max, in is_out() argument
419 if (weight[item] >= 0x10000) in is_out()
421 if (weight[item] == 0) in is_out()
424 < weight[item]) in is_out()
452 const __u32 *weight, int weight_max, in crush_choose_firstn() argument
565 weight, weight_max, in crush_choose_firstn()
588 reject = is_out(map, weight, in crush_choose_firstn()
779 weight, weight_max, in crush_choose_indep()
896 const __u32 *weight, int weight_max, in crush_do_rule() argument
1033 weight, weight_max, in crush_do_rule()
[all …]
/openbmc/phosphor-webui/app/access-control/styles/
H A Dldap.scss35 font-weight: 400;
86 font-weight: 700;
103 font-weight: 400;
110 font-weight: 400;
171 font-weight: 700;
/openbmc/linux/net/netfilter/ipvs/
H A Dip_vs_lblc.c420 if (atomic_read(&dest->weight) > 0) { in __ip_vs_lblc_schedule()
437 if ((__s64)loh * atomic_read(&dest->weight) > in __ip_vs_lblc_schedule()
438 (__s64)doh * atomic_read(&least->weight)) { in __ip_vs_lblc_schedule()
450 atomic_read(&least->weight), loh); in __ip_vs_lblc_schedule()
463 if (atomic_read(&dest->activeconns) > atomic_read(&dest->weight)) { in is_overloaded()
468 < atomic_read(&d->weight)) { in is_overloaded()
507 atomic_read(&dest->weight) > 0 && !is_overloaded(dest, svc)) in ip_vs_lblc_schedule()
H A Dip_vs_ovf.c36 w = atomic_read(&dest->weight); in ip_vs_ovf_schedule()
52 atomic_read(&h->weight)); in ip_vs_ovf_schedule()
/openbmc/linux/fs/afs/
H A Dvl_list.c195 bs.weight = afs_extract_le16(&b); in afs_extract_vlserver_list()
203 bs.name_len, bs.priority, bs.weight, in afs_extract_vlserver_list()
290 bs.weight > vllist->servers[j].weight) in afs_extract_vlserver_list()
303 vllist->servers[j].weight = bs.weight; in afs_extract_vlserver_list()
/openbmc/linux/arch/x86/hyperv/
H A Dhv_apic.c163 unsigned int weight; in __send_ipi_mask() local
167 weight = cpumask_weight(mask); in __send_ipi_mask()
174 if (weight == 0 || in __send_ipi_mask()
175 (exclude_self && weight == 1 && cpumask_test_cpu(this_cpu, mask))) in __send_ipi_mask()
/openbmc/linux/net/sctp/
H A Dstream_sched_fc.c28 __u16 weight, gfp_t gfp) in sctp_sched_wfq_set() argument
32 if (!weight) in sctp_sched_wfq_set()
35 soute->fc_weight = weight; in sctp_sched_wfq_set()
49 __u16 weight, gfp_t gfp) in sctp_sched_fc_set() argument
/openbmc/linux/block/
H A Dbfq-wf2q.c288 return div64_ul((u64)service << WFQ_SERVICE_SHIFT, weight); in bfq_delta()
301 bfq_delta(service, entity->weight); in bfq_calc_finish()
306 service, entity->weight); in bfq_calc_finish()
310 bfq_delta(service, entity->weight)); in bfq_calc_finish()
518 static unsigned short bfq_weight_to_ioprio(int weight) in bfq_weight_to_ioprio() argument
632 st->wsum -= entity->weight; in bfq_forget_entity()
713 old_st->wsum -= entity->weight; in __bfq_entity_update_weight_prio()
750 prev_weight = entity->weight; in __bfq_entity_update_weight_prio()
760 entity->weight = new_weight; in __bfq_entity_update_weight_prio()
768 new_st->wsum += entity->weight; in __bfq_entity_update_weight_prio()
[all …]
/openbmc/linux/include/linux/can/
H A Drx-offload.h38 unsigned int weight);
41 unsigned int weight);
/openbmc/linux/net/sched/
H A Dsch_qfq.c258 u32 lmax, u32 weight) in qfq_init_agg() argument
264 agg->class_weight = weight; in qfq_init_agg()
268 u32 lmax, u32 weight) in qfq_find_agg() argument
388 new_agg = qfq_find_agg(q, lmax, weight); in qfq_change_agg()
393 qfq_init_agg(q, new_agg, lmax, weight); in qfq_change_agg()
410 u32 weight, lmax, inv_w; in qfq_change_class() local
427 weight = 1; in qfq_change_class()
441 inv_w = ONE_FP / weight; in qfq_change_class()
442 weight = ONE_FP / inv_w; in qfq_change_class()
446 weight == cl->agg->class_weight) in qfq_change_class()
[all …]

12345678910>>...17