Home
last modified time | relevance | path

Searched refs:check_period (Results 1 – 9 of 9) sorted by relevance

/linux-6.3-rc2/drivers/usb/host/
A Dehci-sched.c741 static int check_period( in check_period() function
782 if (!check_period(ehci, frame, uframe, qh->ps.bw_uperiod, qh->ps.usecs)) in check_intr_schedule()
796 if (!check_period(ehci, frame, i, in check_intr_schedule()
819 if (!check_period(ehci, frame, uframe + qh->gap_uf + 1, in check_intr_schedule()
822 if (!check_period(ehci, frame, uframe + qh->gap_uf, in check_intr_schedule()
A Doxu210hp-hcd.c2482 static int check_period(struct oxu_hcd *oxu, in check_period() function
2533 if (!check_period(oxu, frame, uframe, qh->period, qh->usecs)) in check_intr_schedule()
/linux-6.3-rc2/arch/x86/events/
A Dcore.c2647 if (x86_pmu.check_period && x86_pmu.check_period(event, value)) in x86_pmu_check_period()
2704 .check_period = x86_pmu_check_period,
A Dperf_event.h928 int (*check_period) (struct perf_event *event, u64 period); member
/linux-6.3-rc2/drivers/usb/fotg210/
A Dfotg210-hcd.c3670 static int check_period(struct fotg210_hcd *fotg210, unsigned frame, in check_period() function
3719 if (!check_period(fotg210, frame, uframe, qh->period, qh->usecs)) in check_intr_schedule()
3739 if (!check_period(fotg210, frame, uframe + qh->gap_uf + 1, in check_intr_schedule()
3742 if (!check_period(fotg210, frame, uframe + qh->gap_uf, in check_intr_schedule()
/linux-6.3-rc2/include/linux/
A Dperf_event.h539 int (*check_period) (struct perf_event *event, u64 value); /* optional */ member
/linux-6.3-rc2/arch/s390/kernel/
A Dperf_cpum_sf.c2118 .check_period = cpumsf_pmu_check_period,
/linux-6.3-rc2/arch/x86/events/intel/
A Dcore.c4908 .check_period = intel_pmu_check_period,
4958 .check_period = intel_pmu_check_period,
/linux-6.3-rc2/kernel/events/
A Dcore.c5741 return event->pmu->check_period(event, value); in perf_event_check_period()
11478 if (!pmu->check_period) in perf_pmu_register()
11479 pmu->check_period = perf_event_nop_int; in perf_pmu_register()

Completed in 69 milliseconds