Home
last modified time | relevance | path

Searched refs:max_events (Results 1 – 17 of 17) sorted by relevance

/linux/arch/sh/include/asm/
H A Dperf_event.h18 unsigned int max_events; member
/linux/tools/perf/util/
H A Devsel_config.h46 unsigned long max_events; member
H A Dbpf_counter_cgroup.c79 int err, max_events = BPERF_CGROUP__MAX_EVENTS * nr_cgroups; in test_max_events_program_load() local
86 setup_rodata(test_skel, max_events); in test_max_events_program_load()
H A Devsel.h68 unsigned long max_events; member
H A Devsel.c394 evsel->max_events = ULONG_MAX; in evsel__init()
543 evsel->max_events = orig->max_events; in evsel__clone()
1218 evsel->max_events = term->val.max_events; in evsel__apply_config_terms()
H A Dparse-events.c1187 ADD_CONFIG_TERM_VAL(MAX_EVENTS, max_events, in get_config_terms()
/linux/fs/notify/
H A Dnotification.c101 group->q_len >= group->max_events) { in fsnotify_insert_event()
/linux/arch/x86/events/
H A Dcore.c507 if (attr->config >= x86_pmu.max_events) in x86_setup_perfctr()
510 attr->config = array_index_nospec((unsigned long)attr->config, x86_pmu.max_events); in x86_setup_perfctr()
824 int max_events; member
841 sched->max_events = num; in perf_sched_init()
895 if (sched->state.event >= sched->max_events) in __perf_sched_find_counter()
966 if (sched->state.event >= sched->max_events) { in perf_sched_next_event()
1865 if (pmu_attr->id < x86_pmu.max_events) in events_sysfs_show()
1978 if (idx >= x86_pmu.max_events) in is_visible()
3086 int max = x86_pmu.max_events; in perf_get_hw_event_config()
/linux/arch/sh/kernel/cpu/sh4a/
H A Dperf_event.c277 .max_events = ARRAY_SIZE(sh4a_general_events),
/linux/arch/sh/kernel/cpu/sh4/
H A Dperf_event.c243 .max_events = ARRAY_SIZE(sh7750_general_events),
/linux/drivers/scsi/ibmvscsi/
H A Dibmvscsi.c79 static int max_events = IBMVSCSI_MAX_REQUESTS_DEFAULT + 2; variable
2118 unsigned long desired_io = max_events * sizeof(union viosrp_iu); in ibmvscsi_get_desired_dma()
2267 rc = ibmvscsi_init_crq_queue(&hostdata->queue, hostdata, max_events); in ibmvscsi_probe()
2272 if (initialize_event_pool(&hostdata->pool, max_events, hostdata) != 0) { in ibmvscsi_probe()
2332 ibmvscsi_release_crq_queue(&hostdata->queue, hostdata, max_events); in ibmvscsi_probe()
2354 max_events); in ibmvscsi_remove()
2414 max_events = max_requests + 2; in ibmvscsi_module_init()
/linux/arch/sh/kernel/
H A Dperf_event.c143 if (attr->config >= sh_pmu->max_events) in __hw_perf_event_init()
/linux/tools/perf/
H A Dbuiltin-trace.c168 unsigned long max_events; member
3048 if (++trace->nr_events_printed == trace->max_events && trace->max_events != ULONG_MAX) in trace__sys_exit()
3263 if (evsel->nr_events_printed >= evsel->max_events) in trace__event_handler()
3336 if (evsel->max_events != ULONG_MAX && ++evsel->nr_events_printed == evsel->max_events) { in trace__event_handler()
3651 if (trace->nr_events_printed >= trace->max_events && trace->max_events != ULONG_MAX) in trace__handle_event()
5392 .max_events = ULONG_MAX, in cmd_trace()
5452 OPT_ULONG(0, "max-events", &trace.max_events, in cmd_trace()
/linux/include/linux/
H A Dfsnotify_backend.h231 unsigned int max_events; /* maximum events allowed on the list */ member
/linux/io_uring/
H A Dio_uring.c1356 int min_events, int max_events) in __io_run_local_work() argument
1369 ret = __io_run_local_work_loop(&ctx->retry_llist.first, tw, max_events); in __io_run_local_work()
1378 ret += __io_run_local_work_loop(&node, tw, max_events - ret); in __io_run_local_work()
1404 int io_run_local_work(struct io_ring_ctx *ctx, int min_events, int max_events) in io_run_local_work() argument
1410 ret = __io_run_local_work(ctx, ts, min_events, max_events); in io_run_local_work()
/linux/include/net/bluetooth/
H A Dhci.h1988 __u8 max_events; member
/linux/arch/x86/events/intel/
H A Dcore.c6020 .max_events = ARRAY_SIZE(intel_perfmon_event_map),
6074 .max_events = ARRAY_SIZE(intel_perfmon_event_map),