Searched refs:weight (Results 1 - 25 of 259) sorted by path

1234567891011

/linux-master/drivers/dma/qcom/
H A Dhidma_mgmt.h20 u32 *weight; member in struct:hidma_mgmt_dev
H A Dhidma_mgmt_sys.c80 tmp = mdev->weight[i];
81 mdev->weight[i] = val;
84 mdev->weight[i] = tmp;
151 else if (strcmp(attr->attr.name, "weight") == 0)
152 sprintf(buf, "%d\n", mdev->weight[chattr->index]);
177 } else if (strcmp(attr->attr.name, "weight") == 0) {
276 rc = create_sysfs_entry_channel(mdev, "weight",
/linux-master/drivers/net/ethernet/ti/
H A Ddavinci_cpdma.h96 int cpdma_chan_set_weight(struct cpdma_chan *ch, int weight);
/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/drivers/video/fbdev/nvidia/
H A Dnv_type.h31 int weight; member in struct:__anon9835
/linux-master/include/linux/crush/
H A Dmapper.h17 const __u32 *weight, int weight_max,
/linux-master/include/linux/
H A Dirq_poll.h11 int weight; member in struct:irq_poll
/linux-master/include/uapi/linux/
H A Ddns_resolver.h100 __u16 weight; /* Weight (as SRV record) (LE) */ member in struct:dns_server_list_v1_server
/linux-master/net/dccp/ccids/lib/
H A Dtfrc.h47 * @weight: Weight to be used as damping factor, in units of 1/10
49 static inline u32 tfrc_ewma(const u32 avg, const u32 newval, const u8 weight) argument
51 return avg ? (weight * avg + (10 - weight) * newval) / 10 : newval;
/linux-master/arch/mips/cavium-octeon/
H A Docteon-irq.c277 int weight = cpumask_weight(mask); local
280 if (weight > 1) {
291 } else if (weight == 1) {
/linux-master/arch/powerpc/include/asm/
H A Dperf_event_server.h46 void (*get_mem_weight)(u64 *weight, u64 type);
/linux-master/arch/powerpc/perf/
H A Dcore-book3s.c2326 ppmu->get_mem_weight(&data.weight.full, event->attr.sample_type);
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;
H A Disa207-common.h289 void isa207_get_mem_weight(u64 *weight, u64 type);
/linux-master/arch/powerpc/platforms/pseries/
H A Dlparcfg.c80 u8 weight; member in struct:hvcall_ppp_data
128 ppp_data->weight = (retbuf[3] >> 5 * 8) & 0xff;
225 seq_printf(m, "capacity_weight=%d\n", ppp_data.weight);
581 static ssize_t update_ppp(u64 *entitlement, u8 *weight) argument
594 new_weight = ppp_data.weight;
596 } else if (weight) {
597 new_weight = *weight;
603 __func__, ppp_data.entitlement, ppp_data.weight);
615 * Update the memory entitlement and weight for the partition. Caller must
616 * specify either a new entitlement or weight, no
619 update_mpp(u64 *entitlement, u8 *weight) argument
[all...]
/linux-master/arch/riscv/kernel/
H A Dunaligned_access_speed.c132 static void modify_unaligned_access_branches(cpumask_t *mask, int weight) argument
134 if (cpumask_weight(mask) == weight)
/linux-master/arch/s390/include/asm/
H A Ddiag.h185 __u16 weight; member in struct:diag204_cpu_info
195 __u16 weight; member in struct:diag204_x_cpu_info
240 __u16 weight; member in struct:diag204_x_phys_cpu
/linux-master/arch/s390/include/uapi/asm/
H A Dzcrypt.h190 * @weight: Level of request priority
200 __u64 weight; member in struct:ep11_urb
/linux-master/arch/s390/kernel/
H A Dsthyi.c237 if (block->cpus[i].weight == DED_WEIGHT)
243 if (block->cpus[i].weight == DED_WEIGHT)
288 if (block->cpus[i].weight == DED_WEIGHT)
/linux-master/arch/x86/events/amd/
H A Dcore.c547 nb->event_constraints[i].weight = 1;
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/arch/x86/events/
H A Dcore.c785 int weight; member in struct:sched_state
821 if (constraints[idx]->weight == wmin)
825 sched->state.event = idx; /* start with min weight */
826 sched->state.weight = wmin;
928 * Take events with the least weight first. Return true on success.
941 /* next weight */
943 sched->state.weight++;
944 if (sched->state.weight > sched->max_weight)
948 } while (c->weight != sched->state.weight);
[all...]
/linux-master/arch/x86/events/intel/
H A Dcore.c3563 w = c->weight;
3595 c->weight = w;
3617 c1->weight = c2->weight;
3628 c2->weight = hweight64(c2->idxmsk64);
4417 c->weight--;
6011 c->weight = hweight64(c->idxmsk64);
6028 c->weight = hweight64(c->idxmsk64);
6904 intel_v5_gen_event_constraints[x86_pmu.num_counters_fixed].weight = -1;
H A Dds.c1205 * + For RTM TSX weight we need GPRs for the abort code.
1637 * Use latency for weight (only avail with PEBS-LL)
1640 data->weight.full = pebs->lat;
1737 /* Only set the TSX weight when no memory weight. */
1739 data->weight.full = intel_get_tsx_weight(pebs->tsx_tuning);
1835 data->weight.var3_w = format_size >> PEBS_RETIRE_LATENCY_OFFSET & PEBS_LATENCY_MASK;
1862 u64 weight = meminfo->latency; local
1865 data->weight.var2_w = weight
[all...]
H A Duncore.c470 wmin = min(wmin, c->weight);
471 wmax = max(wmax, c->weight);

Completed in 268 milliseconds

1234567891011