/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/frw/ |
H A D | frw_event_sched.c | 60 event_queue->weight_cnt = event_queue->weight; in frw_event_sched_reset_weight() 62 sched_queue->total_weight_cnt += event_queue->weight; in frw_event_sched_reset_weight() 157 event_queue->weight_cnt = event_queue->weight; in frw_event_sched_activate_queue_no_lock() 199 hi_void frw_event_queue_set(frw_event_queue_stru *event_queue, hi_u8 weight, in frw_event_queue_set() argument 202 event_queue->weight = weight; in frw_event_queue_set() 251 hi_u32 frw_event_queue_init(frw_event_queue_stru *event_queue, hi_u8 weight, in frw_event_queue_init() argument 267 frw_event_queue_set(event_queue, weight, policy, state); in frw_event_queue_init()
|
H A D | frw_event_sched.h | 111 hi_u8 weight; /* WRR权重配置值 */ member 129 hi_u32 frw_event_queue_init(frw_event_queue_stru *event_queue, hi_u8 weight, frw_sched_policy_enum_uint8 policy,
|
H A D | frw_event.h | 239 hi_u8 weight; /* 队列权重 */ member
|
H A D | frw_event.c | 174 ret = frw_event_queue_init(&g_ast_event_manager.event_queue[us_qid], ast_event_cfg_vap[us_qid].weight, in frw_event_init_event_queue()
|
/device/soc/rockchip/common/vendor/drivers/pci/ |
H A D | rockchip-pcie-dma.h | 67 union weight { union 149 union weight wr_weilo; 150 union weight wr_weihi;
|
/device/soc/rockchip/common/sdk_linux/drivers/pci/controller/ |
H A D | rockchip-pcie-dma.h | 68 union weight { union 150 union weight wr_weilo; 151 union weight wr_weihi;
|
/device/soc/rockchip/rk3588/kernel/include/linux/ |
H A D | rockchip-pcie-dma.h | 70 union weight { union 152 union weight weilo; 153 union weight weihi;
|
/device/soc/rockchip/rk3588/kernel/drivers/pci/controller/ |
H A D | rockchip-pcie-dma.h | 70 union weight { union 152 union weight weilo; 153 union weight weihi;
|
/device/soc/rockchip/common/sdk_linux/drivers/thermal/ |
H A D | thermal_core.c | 823 * @weight: The weight of the cooling device to be bound to the 834 struct thermal_cooling_device *cdev, unsigned long upper, unsigned long lower, unsigned int weight) in thermal_zone_bind_cooling_device() 884 dev->weight = weight; in thermal_zone_bind_cooling_device() 1022 unsigned int weight) in __bind() 1036 ret = thermal_zone_bind_cooling_device(tz, i, cdev, upper, lower, weight); in __bind() 1079 __bind(pos, tzp->tbp[i].trip_mask, cdev, tzp->tbp[i].binding_limits, tzp->tbp[i].weight); in bind_cdev() 1364 __bind(tz, tzp->tbp[i].trip_mask, pos, tzp->tbp[i].binding_limits, tzp->tbp[i].weight); in bind_tz() 833 thermal_zone_bind_cooling_device(struct thermal_zone_device *tz, int trip, struct thermal_cooling_device *cdev, unsigned long upper, unsigned long lower, unsigned int weight) thermal_zone_bind_cooling_device() argument 1021 __bind(struct thermal_zone_device *tz, int mask, struct thermal_cooling_device *cdev, unsigned long *limits, unsigned int weight) __bind() argument
|
H A D | thermal_core.h | 104 unsigned int weight; /* The weight of the cooling device */ member
|
/device/soc/rockchip/common/sdk_linux/kernel/sched/ |
H A D | fair.c | 173 lw->weight += inc; in update_load_add() 179 lw->weight -= dec; in update_load_sub() 185 lw->weight = w; in update_load_set() 247 w = scale_load_down(lw->weight); in fair_update_inv_weight() 258 * delta_exec * weight / lw.weight 260 * (delta_exec * (weight * lw->inv_weight)) >> WMULT_SHIFT 262 * Either weight := NICE_0_LOAD and lw \e sched_prio_to_wmult[], in which case 266 * Or, weight =< lw.weight (becaus 269 fair_calc_delta(u64 delta_exec, unsigned long weight, struct load_weight *lw) fair_calc_delta() argument 1574 unsigned int weight; global() member 3205 reweight_entity(struct cfs_rq *cfs_rq, struct sched_entity *se, unsigned long weight) reweight_entity() argument 3237 unsigned long weight = scale_load(sched_prio_to_weight[prio]); reweight_task() local 6295 int weight; find_idlest_cpu() local [all...] |
H A D | pelt.c | 247 * running is a subset of runnable (weight) so running can't be set if in ___update_load_sum() 250 * This means that weight will be 0 but not running for a sched_entity in ___update_load_sum() 315 * se_weight() = se->load.weight 319 * se_weight() = tg->weight * grq->load_avg / tg->load_avg 362 if (___update_load_sum(now, &cfs_rq->avg, scale_load_down(cfs_rq->load.weight), cfs_rq->h_nr_running, in __update_load_avg_cfs_rq()
|
H A D | core.c | 915 * SCHED_IDLE tasks get minimal weight: in set_load_weight() 918 load->weight = scale_load(WEIGHT_IDLEPRIO); in set_load_weight() 925 * weight in set_load_weight() 930 load->weight = scale_load(sched_prio_to_weight[prio]); in set_load_weight() 8144 * based on each entity's (task or task-group's) weight in sched_init() 8145 * (se->load.weight). in sched_init() 8147 * In other words, if root_task_group has 10 tasks of weight in sched_init() 8148 * 1024) and two child groups A0 and A1 (of weight 1024 each), in sched_init() 9358 u64 weight = scale_load_down(tg->shares); in cpu_weight_read_u64() local 9360 return DIV_ROUND_CLOSEST_ULL(weight * CGROUP_WEIGHT_DF in cpu_weight_read_u64() 9363 cpu_weight_write_u64(struct cgroup_subsys_state *css, struct cftype *cft, u64 weight) cpu_weight_write_u64() argument 9385 unsigned long weight = scale_load_down(css_tg(css)->shares); cpu_weight_nice_read_s64() local 9404 unsigned long weight; cpu_weight_nice_write_s64() local [all...] |
H A D | rt.c | 712 int i, weight; in do_balance_runtime() local 715 weight = cpumask_weight(rd->span); in do_balance_runtime() 744 diff = div_u64((u64)diff, weight); in do_balance_runtime()
|
/device/soc/rockchip/common/sdk_linux/include/linux/ |
H A D | stmmac.h | 135 u32 weight;
member
|
H A D | thermal.h | 29 /* Default weight of a bound cooling device */ 206 * rest of the weights so a cooling device whose weight is 211 int weight; member
|
/device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/ |
H A D | thermal_core.h | 116 unsigned int weight; /* The weight of the cooling device */ member
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/core/ |
H A D | drv_symc_v100.h | 121 hi_u32 weight : 10; /* [31..22] */ member
|
H A D | drv_symc_v200.h | 198 hi_u32 weight : 10; /* [31..22] */ member
|
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/ |
H A D | isp_params_v1x.c | 617 const u8 *weight;
in isp_hst_config_v10() local 634 weight = arg->hist_weight;
in isp_hst_config_v10() 635 for (i = 0; i < ARRAY_SIZE(hist_weight_regs); ++i, weight += 0x04) {
in isp_hst_config_v10() 636 rkisp1_iowrite32(params_vdev, CIF_ISP_HIST_WEIGHT_SET_V10(weight[0], weight[1], weight[0x02], weight[0x03]),
in isp_hst_config_v10()
|
H A D | isp_params_v21.c | 1670 value = ISP2X_RAWHSTLITE_WEIGHT_SET(arg->weight[0x04 * i + 0], arg->weight[0x04 * i + 1], \ in isp_rawhstlite_config() 1671 arg->weight[0x04 * i + 0x02], arg->weight[0x04 * i + 0x03]); in isp_rawhstlite_config() 1675 value = ISP2X_RAWHSTLITE_WEIGHT_SET(arg->weight[0x04 * i + 0], 0, 0, 0); in isp_rawhstlite_config() 1723 weight15x15[i * ISP2X_RAWHSTBIG_ROW_NUM + j] = arg->weight[i * hist_wnd_num[wnd_num_idx] + j]; in isp_rawhstbig_cfg_sram()
|
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/ |
H A D | isp_params_v1x.c | 783 const u8 *weight; in isp_hst_config_v10() local 804 weight = arg->hist_weight; in isp_hst_config_v10() 805 for (i = 0; i < ARRAY_SIZE(hist_weight_regs); ++i, weight += 4) in isp_hst_config_v10() 807 weight[0], weight[1], weight[2], weight[3]), in isp_hst_config_v10()
|
H A D | isp_params_v21.c | 2216 arg->weight[4 * i + 0], in isp_rawhstlite_config() 2217 arg->weight[4 * i + 1], in isp_rawhstlite_config() 2218 arg->weight[4 * i + 2], in isp_rawhstlite_config() 2219 arg->weight[4 * i + 3]); in isp_rawhstlite_config() 2225 arg->weight[4 * i + 0], 0, 0, 0); in isp_rawhstlite_config() 2280 arg->weight[i * hist_wnd_num[wnd_num_idx] + j]; in isp_rawhstbig_cfg_sram()
|
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/realtek/r8168/ |
H A D | r8168.h | 538 ndev->weight=weig; 556 #define RTL_NAPI_CONFIG(ndev, priv, function, weight) netif_napi_add(ndev, &priv->napi, function, weight)
|
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/adapt/ |
H A D | hi_comm_isp_adapt.h | 219 hi_u8 short_frame_nr_str; /* RW;Range:[0, 0x3F];Format:8.0;the Level 2 short frame sigma weight of G channel,
1369 hi_u8 weight[AE_ZONE_ROW][AE_ZONE_COLUMN]; /* RW; Range:[0x0, 0xF]; Format:4.0; AE weighting table */
member 2134 hi_u32 exp_hdr_lv_weight; /* RW; Range:[0x0, 0x400]; Format:16.0; exposure HDR level weight. */
2220 If enabled, zone weight to awb is combined with zone luma */
2221 hi_isp_op_type op_type; /* In auto mode, the weight distribution follows Gaussian distribution */
2226 user can define luma weight in both manual and auto mode. */
2260 same value of 8 means CT weight does't work, */
2297 hi_bool awb_zone_wt_en; /* RW, Range: [0, 1]; Format:1.0; if enabled, user can set weight for each zones */
2343 The offset value of the weight when calculating the AWB statics. */
2345 The value of specular weight whe 2503 hi_u8 weight[AF_ZONE_ROW][AF_ZONE_COLUMN]; /* RW;weighting table */ global() member [all...] |