Searched refs:accum_val (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/perf/util/bpf_skel/
H A Dbperf_follower.bpf.c34 struct bpf_perf_event_value *diff_val, *accum_val; local
67 accum_val = bpf_map_lookup_elem(&accum_readings, accum_key);
68 if (!accum_val)
71 accum_val->counter += diff_val->counter;
72 accum_val->enabled += diff_val->enabled;
73 accum_val->running += diff_val->running;
/linux-master/drivers/hwmon/
H A Dltc2947-core.c1077 u32 accum_val = LTC2947_ACCUM_POL_1(accum[0]) | local
1086 ret = regmap_write(st->map, LTC2947_REG_GPIO_ACCUM, accum_val);

Completed in 156 milliseconds