Home
last modified time | relevance | path

Searched refs:weight (Results 226 – 250 of 418) sorted by relevance

12345678910>>...17

/openbmc/linux/drivers/thunderbolt/
H A Dtunnel.c238 path->weight = 1; in tb_pci_init_path()
1184 path->weight = 1; in tb_dp_init_aux_path()
1228 path->weight = 1; in tb_dp_init_video_path()
1501 path->weight = 1; in tb_dma_init_rx_path()
1535 path->weight = 1; in tb_dma_init_tx_path()
1875 path->weight = 3; in tb_usb3_init_path()
/openbmc/linux/drivers/crypto/marvell/cesa/
H A Dcesa.h737 static inline struct mv_cesa_engine *mv_cesa_select_engine(int weight) in mv_cesa_select_engine() argument
753 atomic_add(weight, &selected->load); in mv_cesa_select_engine()
/openbmc/linux/Documentation/power/powercap/
H A Ddtpm.rst76 Each node have a weight on a 2^10 basis reflecting the percentage of power consumption along the si…
120 set the power limit given the weight of the nodes.
/openbmc/linux/drivers/gpu/drm/i915/gvt/
H A Dgvt.h135 int weight; member
312 unsigned int weight; member
/openbmc/linux/drivers/net/
H A Dvirtio_net.c466 if (napi->weight) in skb_xmit_done()
810 bool use_napi = sq->napi.weight; in check_sq_full_and_disable()
2051 if (!napi->weight) in virtnet_napi_tx_enable()
2058 napi->weight = 0; in virtnet_napi_tx_enable()
2067 if (napi->weight) in virtnet_napi_tx_disable()
2366 bool use_napi = sq->napi.weight; in start_xmit()
3402 if (weight ^ vq_weight) { in virtnet_should_update_vq_weight()
3468 if (vi->sq[0].napi.weight) in virtnet_get_coalesce()
3489 vi->sq[queue].napi.weight, in virtnet_set_per_queue_coalesce()
3503 vi->sq[queue].napi.weight = napi_weight; in virtnet_set_per_queue_coalesce()
[all …]
/openbmc/linux/net/
H A DKconfig427 bool "Network light weight tunnels"
429 This feature provides an infrastructure to support light weight
431 weight tunnel endpoint. Tunnel encapsulation parameters are stored
432 with light weight tunnel state associated with fib routes.
/openbmc/linux/tools/hv/
H A Dhv_kvp_daemon.c814 int weight; in kvp_get_ip_info() local
897 weight = 0; in kvp_get_ip_info()
904 weight += hweight32(&w[i]); in kvp_get_ip_info()
906 sprintf(cidr_mask, "/%d", weight); in kvp_get_ip_info()
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/
H A Dbootstrap3-transition.css229 font-weight: 200;
/openbmc/linux/arch/powerpc/perf/
H A Disa207-common.h289 void isa207_get_mem_weight(u64 *weight, u64 type);
/openbmc/linux/tools/include/uapi/linux/
H A Dpkt_sched.h492 __u32 weight; member
776 __u32 weight; member
/openbmc/linux/block/
H A DKconfig155 Enabling this option enables the .weight interface for cost
158 their share of the overall weight distribution.
/openbmc/linux/tools/perf/Documentation/
H A Dperf-report.txt75 pid, comm, dso, symbol, parent, cpu, socket, srcline, weight,
94 - weight: Event specific weight, e.g. memory latency or transaction
95 abort cost. This is the global weight.
96 - local_weight: Local weight version of the weight above.
/openbmc/phosphor-webui/app/common/styles/base/
H A Dbuttons.scss51 font-weight: normal;
/openbmc/webui-vue/src/views/Operations/SerialOverLan/
H A DSerialOverLanConsole.vue20 <dt class="d-inline font-weight-bold mr-1">
/openbmc/linux/tools/perf/util/
H A Dsort.h109 u64 weight; member
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_pci.c100 plat->tx_queues_cfg[i].weight = 25; in snps_gmac5_default_data()
/openbmc/linux/include/uapi/linux/
H A Dpkt_sched.h512 __u32 weight; member
813 __u32 weight; member
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dskl_watermark.c605 int weight = dbuf_state->weight[pipe]; in intel_crtc_dbuf_weights() local
617 *weight_total += weight; in intel_crtc_dbuf_weights()
619 *weight_start += weight; in intel_crtc_dbuf_weights()
620 *weight_end += weight; in intel_crtc_dbuf_weights()
622 *weight_end += weight; in intel_crtc_dbuf_weights()
645 if (new_dbuf_state->weight[pipe] == 0) { in skl_crtc_allocate_ddb()
2636 new_dbuf_state->weight[pipe] = intel_crtc_ddb_weight(new_crtc_state); in skl_compute_ddb()
2638 if (old_dbuf_state->weight[pipe] == new_dbuf_state->weight[pipe]) in skl_compute_ddb()
3034 dbuf_state->weight[pipe] = intel_crtc_ddb_weight(crtc_state); in skl_wm_get_hw_state()
/openbmc/linux/kernel/sched/
H A Dcore.c1310 lw.weight = scale_load(WEIGHT_IDLEPRIO); in set_load_weight()
11355 u64 weight = scale_load_down(tg->shares); in cpu_weight_read_u64() local
11361 struct cftype *cft, u64 weight) in cpu_weight_write_u64() argument
11370 if (weight < CGROUP_WEIGHT_MIN || weight > CGROUP_WEIGHT_MAX) in cpu_weight_write_u64()
11373 weight = DIV_ROUND_CLOSEST_ULL(weight * 1024, CGROUP_WEIGHT_DFL); in cpu_weight_write_u64()
11399 unsigned long weight; in cpu_weight_nice_write_s64() local
11407 weight = sched_prio_to_weight[idx]; in cpu_weight_nice_write_s64()
11973 int weight) in sched_mm_cid_remote_clear_weight() argument
11980 if (!mm_cid_is_valid(cid) || cid < weight) in sched_mm_cid_remote_clear_weight()
11991 int weight, cpu; in task_mm_cid_work() local
[all …]
H A Ddebug.c525 P(se->load.weight); in print_cfs_group_stats()
674 SEQ_printf(m, " .%-30s: %ld\n", "load", cfs_rq->load.weight); in print_cfs_rq()
1069 P(se.load.weight); in proc_sched_show_task()
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_llh.c1522 const u32 weight) in hw_atl_tps_tx_pkt_shed_desc_tc_weight_set() argument
1527 weight); in hw_atl_tps_tx_pkt_shed_desc_tc_weight_set()
1551 const u32 weight) in hw_atl_tps_tx_pkt_shed_tc_data_weight_set() argument
1556 weight); in hw_atl_tps_tx_pkt_shed_tc_data_weight_set()
/openbmc/linux/drivers/mtd/
H A Dmtdswap.c506 unsigned int weight = eb->active_count; in mtdswap_store_eb() local
516 if (weight == maxweight) in mtdswap_store_eb()
518 else if (weight == 0) in mtdswap_store_eb()
520 else if (weight > (maxweight/2)) in mtdswap_store_eb()
/openbmc/qemu/docs/
H A Dpci_expander_bridge.txt6 PXB is a "light-weight" host bridge in the same PCI domain
/openbmc/webui-vue/src/views/Operations/Kvm/
H A DKvmConsole.vue7 <dt class="d-inline font-weight-bold mr-1">
/openbmc/linux/drivers/extcon/
H A Dextcon.c254 int weight; in check_mutually_exclusive() local
258 weight = hweight32(correspondants); in check_mutually_exclusive()
259 if (weight > 1) in check_mutually_exclusive()

12345678910>>...17