Searched refs:check_period (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/drivers/usb/host/ |
| H A D | ehci-sched.c | 742 static int check_period( in check_period() function 783 if (!check_period(ehci, frame, uframe, qh->ps.bw_uperiod, qh->ps.usecs)) in check_intr_schedule() 797 if (!check_period(ehci, frame, i, in check_intr_schedule() 820 if (!check_period(ehci, frame, uframe + qh->gap_uf + 1, in check_intr_schedule() 823 if (!check_period(ehci, frame, uframe + qh->gap_uf, in check_intr_schedule()
|
| H A D | oxu210hp-hcd.c | 2458 static int check_period(struct oxu_hcd *oxu, in check_period() function 2509 if (!check_period(oxu, frame, uframe, qh->period, qh->usecs)) in check_intr_schedule()
|
| /linux-6.15/arch/x86/events/amd/ |
| H A D | ibs.c | 794 .check_period = perf_ibs_check_period, 819 .check_period = perf_ibs_check_period,
|
| /linux-6.15/arch/x86/events/ |
| H A D | core.c | 2653 if (x86_pmu.check_period && x86_pmu.check_period(event, value)) in x86_pmu_check_period() 2709 .check_period = x86_pmu_check_period,
|
| H A D | perf_event.h | 971 int (*check_period) (struct perf_event *event, u64 period); member
|
| /linux-6.15/drivers/usb/fotg210/ |
| H A D | fotg210-hcd.c | 3663 static int check_period(struct fotg210_hcd *fotg210, unsigned frame, in check_period() function 3712 if (!check_period(fotg210, frame, uframe, qh->period, qh->usecs)) in check_intr_schedule() 3732 if (!check_period(fotg210, frame, uframe + qh->gap_uf + 1, in check_intr_schedule() 3735 if (!check_period(fotg210, frame, uframe + qh->gap_uf, in check_intr_schedule()
|
| /linux-6.15/include/linux/ |
| H A D | perf_event.h | 573 int (*check_period) (struct perf_event *event, u64 value); /* optional */ member
|
| /linux-6.15/arch/s390/kernel/ |
| H A D | perf_cpum_sf.c | 1915 .check_period = cpumsf_pmu_check_period,
|
| /linux-6.15/arch/x86/events/intel/ |
| H A D | core.c | 5432 .check_period = intel_pmu_check_period, 5482 .check_period = intel_pmu_check_period,
|
| /linux-6.15/kernel/events/ |
| H A D | core.c | 6191 return event->pmu->check_period(event, value); in perf_event_check_period() 12232 if (!pmu->check_period) in DEFINE_FREE() 12233 pmu->check_period = perf_event_nop_int; in DEFINE_FREE()
|