/linux-4.4.14/arch/sh/include/asm/ |
D | perf_event.h | 17 unsigned int max_events; member
|
/linux-4.4.14/arch/metag/kernel/perf/ |
D | perf_event.h | 90 int max_events; member
|
D | perf_event.c | 53 return metag_pmu->max_events; in perf_num_counters() 802 .max_events = MAX_HWEVENTS, 857 metag_pmu->name, metag_pmu->max_events); in init_hw_perf_events()
|
/linux-4.4.14/fs/notify/ |
D | group.c | 103 group->max_events = UINT_MAX; in fsnotify_alloc_group()
|
D | notification.c | 99 if (group->q_len >= group->max_events) { in fsnotify_add_event()
|
D | fdinfo.c | 157 if (group->max_events == UINT_MAX) in fanotify_show_fdinfo()
|
/linux-4.4.14/arch/alpha/kernel/ |
D | perf_event.c | 64 int max_events; member 216 .max_events = ARRAY_SIZE(ev67_perfmon_event_map), 615 if (attr->config >= alpha_pmu->max_events) in __hw_perf_event_init()
|
/linux-4.4.14/arch/sparc/kernel/ |
D | perf_event.c | 158 int max_events; member 322 .max_events = ARRAY_SIZE(ultra3_perfmon_event_map), 460 .max_events = ARRAY_SIZE(niagara1_perfmon_event_map), 595 .max_events = ARRAY_SIZE(niagara2_perfmon_event_map), 752 .max_events = ARRAY_SIZE(niagara4_perfmon_event_map), 782 .max_events = ARRAY_SIZE(niagara4_perfmon_event_map), 1419 if (attr->config >= sparc_pmu->max_events) in sparc_pmu_event_init()
|
/linux-4.4.14/fs/notify/inotify/ |
D | inotify_user.c | 632 static struct fsnotify_group *inotify_new_group(unsigned int max_events) in inotify_new_group() argument 652 group->max_events = max_events; in inotify_new_group()
|
/linux-4.4.14/drivers/perf/ |
D | arm_pmu.c | 580 int max_events = 0; in perf_num_counters() local 583 max_events = __oprofile_cpu_pmu->num_events; in perf_num_counters() 585 return max_events; in perf_num_counters()
|
/linux-4.4.14/arch/tile/kernel/ |
D | perf_event.c | 77 int max_events; /* max generic hw events member 330 .max_events = ARRAY_SIZE(tile_hw_event_map), 747 if (config >= tile_pmu->max_events) in tile_map_hw_event()
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
D | perf_event_p6.c | 212 .max_events = ARRAY_SIZE(p6_perfmon_event_map),
|
D | perf_event_knc.c | 301 .max_events = ARRAY_SIZE(knc_perfmon_event_map),
|
D | perf_event.c | 404 if (attr->config >= x86_pmu.max_events) in x86_setup_perfctr() 669 int max_events; member 686 sched->max_events = num; in perf_sched_init() 736 if (sched->state.event >= sched->max_events) in __perf_sched_find_counter() 795 if (sched->state.event >= sched->max_events) { in perf_sched_next_event()
|
D | perf_event_amd.c | 635 .max_events = ARRAY_SIZE(amd_perfmon_event_map),
|
D | perf_event.h | 524 int max_events; member
|
D | perf_event_p4.c | 1311 .max_events = ARRAY_SIZE(p4_general_events),
|
D | perf_event_intel.c | 2955 .max_events = ARRAY_SIZE(intel_perfmon_event_map), 2995 .max_events = ARRAY_SIZE(intel_perfmon_event_map),
|
/linux-4.4.14/arch/sh/kernel/cpu/sh4a/ |
D | perf_event.c | 280 .max_events = ARRAY_SIZE(sh4a_general_events),
|
/linux-4.4.14/arch/sh/kernel/cpu/sh4/ |
D | perf_event.c | 246 .max_events = ARRAY_SIZE(sh7750_general_events),
|
/linux-4.4.14/drivers/scsi/ibmvscsi/ |
D | ibmvscsi.c | 93 static int max_events = IBMVSCSI_MAX_REQUESTS_DEFAULT + 2; variable 2160 unsigned long desired_io = max_events * sizeof(union viosrp_iu); in ibmvscsi_get_desired_dma() 2282 rc = ibmvscsi_init_crq_queue(&hostdata->queue, hostdata, max_events); in ibmvscsi_probe() 2287 if (initialize_event_pool(&hostdata->pool, max_events, hostdata) != 0) { in ibmvscsi_probe() 2344 ibmvscsi_release_crq_queue(&hostdata->queue, hostdata, max_events); in ibmvscsi_probe() 2361 max_events); in ibmvscsi_remove() 2419 max_events = max_requests + 2; in ibmvscsi_module_init()
|
/linux-4.4.14/arch/sh/kernel/ |
D | perf_event.c | 164 if (attr->config >= sh_pmu->max_events) in __hw_perf_event_init()
|
/linux-4.4.14/include/linux/ |
D | fsnotify_backend.h | 142 unsigned int max_events; /* maximum events allowed on the list */ member
|
/linux-4.4.14/fs/notify/fanotify/ |
D | fanotify_user.c | 779 group->max_events = UINT_MAX; in SYSCALL_DEFINE2() 781 group->max_events = FANOTIFY_DEFAULT_MAX_EVENTS; in SYSCALL_DEFINE2()
|
/linux-4.4.14/drivers/scsi/mpt3sas/ |
D | mpt3sas_ctl.c | 1148 u32 number_bytes, max_events, max; in _ctl_eventreport() local 1162 max_events = number_bytes/sizeof(struct MPT3_IOCTL_EVENTS); in _ctl_eventreport() 1163 max = min_t(u32, MPT3SAS_CTL_EVENT_LOG_SIZE, max_events); in _ctl_eventreport()
|