| /linux/arch/sh/include/asm/ |
| H A D | perf_event.h | 18 unsigned int max_events; member
|
| /linux/tools/perf/util/ |
| H A D | evsel_config.h | 46 unsigned long max_events; member
|
| H A D | bpf_counter_cgroup.c | 79 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 D | evsel.h | 68 unsigned long max_events; member
|
| H A D | evsel.c | 394 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 D | parse-events.c | 1187 ADD_CONFIG_TERM_VAL(MAX_EVENTS, max_events, in get_config_terms()
|
| /linux/fs/notify/ |
| H A D | notification.c | 101 group->q_len >= group->max_events) { in fsnotify_insert_event()
|
| /linux/arch/x86/events/ |
| H A D | core.c | 507 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 D | perf_event.c | 277 .max_events = ARRAY_SIZE(sh4a_general_events),
|
| /linux/arch/sh/kernel/cpu/sh4/ |
| H A D | perf_event.c | 243 .max_events = ARRAY_SIZE(sh7750_general_events),
|
| /linux/drivers/scsi/ibmvscsi/ |
| H A D | ibmvscsi.c | 79 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 D | perf_event.c | 143 if (attr->config >= sh_pmu->max_events) in __hw_perf_event_init()
|
| /linux/tools/perf/ |
| H A D | builtin-trace.c | 168 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 D | fsnotify_backend.h | 231 unsigned int max_events; /* maximum events allowed on the list */ member
|
| /linux/io_uring/ |
| H A D | io_uring.c | 1356 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 D | hci.h | 1988 __u8 max_events; member
|
| /linux/arch/x86/events/intel/ |
| H A D | core.c | 6020 .max_events = ARRAY_SIZE(intel_perfmon_event_map), 6074 .max_events = ARRAY_SIZE(intel_perfmon_event_map),
|