Home
last modified time | relevance | path

Searched refs:event_max (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/block/
H A Dlinux-aio.c67 int event_max; member
213 while ((s->event_max = io_getevents_advance_and_peek(s->ctx, &events, in qemu_laio_process_completions()
215 for (s->event_idx = 0; s->event_idx < s->event_max; ) { in qemu_laio_process_completions()
234 s->event_max = 0; in qemu_laio_process_completions()
/openbmc/linux/drivers/hwmon/
H A Dstts751.c91 int event_max, event_min; member
520 return sysfs_emit(buf, "%d\n", priv->event_max); in max_show()
542 priv->event_max = temp; in max_store()
569 temp = clamp_val(temp, -64000, priv->event_max); in min_store()
719 ret = stts751_read_reg16(priv, &priv->event_max, in stts751_read_chip_config()
/openbmc/linux/Documentation/trace/rv/
H A Ddeterministic_automata.rst71 event_max
76 char *event_names[event_max]; // E: the finite set of events
77 unsigned char function[state_max][event_max]; // f: transition function
/openbmc/linux/arch/mips/kernel/
H A Dperf_event_mipsxx.c1857 unsigned int event_max; in octeon_pmu_map_raw_event() local
1864 event_max = 0x5f; in octeon_pmu_map_raw_event()
1866 event_max = 0x42; in octeon_pmu_map_raw_event()
1868 event_max = 0x3a; in octeon_pmu_map_raw_event()
1870 if (base_id > event_max) { in octeon_pmu_map_raw_event()