/linux-4.1.27/arch/sh/include/asm/ |
D | perf_event.h | 17 unsigned int max_events; member
|
/linux-4.1.27/arch/arm/kernel/ |
D | perf_event_cpu.c | 53 int max_events = 0; in perf_num_counters() local 56 max_events = cpu_pmu->num_events; in perf_num_counters() 58 return max_events; in perf_num_counters()
|
/linux-4.1.27/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.1.27/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 | 149 if (group->max_events == UINT_MAX) in fanotify_show_fdinfo()
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/arch/sh/kernel/cpu/sh4a/ |
D | perf_event.c | 280 .max_events = ARRAY_SIZE(sh4a_general_events),
|
/linux-4.1.27/arch/x86/kernel/cpu/ |
D | perf_event_p6.c | 212 .max_events = ARRAY_SIZE(p6_perfmon_event_map),
|
D | perf_event_knc.c | 299 .max_events = ARRAY_SIZE(knc_perfmon_event_map),
|
D | perf_event.c | 400 if (attr->config >= x86_pmu.max_events) in x86_setup_perfctr() 651 int max_events; member 668 sched->max_events = num; in perf_sched_init() 718 if (sched->state.event >= sched->max_events) in __perf_sched_find_counter() 777 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 | 510 int max_events; member
|
D | perf_event_p4.c | 1311 .max_events = ARRAY_SIZE(p4_general_events),
|
D | perf_event_intel.c | 2715 .max_events = ARRAY_SIZE(intel_perfmon_event_map), 2753 .max_events = ARRAY_SIZE(intel_perfmon_event_map),
|
/linux-4.1.27/arch/sh/kernel/cpu/sh4/ |
D | perf_event.c | 246 .max_events = ARRAY_SIZE(sh7750_general_events),
|
/linux-4.1.27/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() 2340 ibmvscsi_release_crq_queue(&hostdata->queue, hostdata, max_events); in ibmvscsi_probe() 2357 max_events); in ibmvscsi_remove() 2415 max_events = max_requests + 2; in ibmvscsi_module_init()
|
/linux-4.1.27/arch/sh/kernel/ |
D | perf_event.c | 164 if (attr->config >= sh_pmu->max_events) in __hw_perf_event_init()
|
/linux-4.1.27/include/linux/ |
D | fsnotify_backend.h | 144 unsigned int max_events; /* maximum events allowed on the list */ member
|
/linux-4.1.27/arch/arm64/kernel/ |
D | perf_event.c | 59 int max_events = 0; in armpmu_get_max_events() local 62 max_events = cpu_pmu->num_events; in armpmu_get_max_events() 64 return max_events; in armpmu_get_max_events()
|
/linux-4.1.27/fs/notify/fanotify/ |
D | fanotify_user.c | 775 group->max_events = UINT_MAX; in SYSCALL_DEFINE2() 777 group->max_events = FANOTIFY_DEFAULT_MAX_EVENTS; in SYSCALL_DEFINE2()
|
/linux-4.1.27/drivers/scsi/mpt3sas/ |
D | mpt3sas_ctl.c | 1129 u32 number_bytes, max_events, max; in _ctl_eventreport() local 1143 max_events = number_bytes/sizeof(struct MPT3_IOCTL_EVENTS); in _ctl_eventreport() 1144 max = min_t(u32, MPT3SAS_CTL_EVENT_LOG_SIZE, max_events); in _ctl_eventreport()
|
/linux-4.1.27/drivers/scsi/mpt2sas/ |
D | mpt2sas_ctl.c | 1140 u32 number_bytes, max_events, max; in _ctl_eventreport() local 1154 max_events = number_bytes/sizeof(struct MPT2_IOCTL_EVENTS); in _ctl_eventreport() 1155 max = min_t(u32, MPT2SAS_CTL_EVENT_LOG_SIZE, max_events); in _ctl_eventreport()
|