check_period 2025 arch/s390/kernel/perf_cpum_sf.c .check_period = cpumsf_pmu_check_period, check_period 2265 arch/x86/events/core.c if (x86_pmu.check_period && x86_pmu.check_period(event, value)) check_period 2311 arch/x86/events/core.c .check_period = x86_pmu_check_period, check_period 3916 arch/x86/events/intel/core.c .check_period = intel_pmu_check_period, check_period 3958 arch/x86/events/intel/core.c .check_period = intel_pmu_check_period, check_period 705 arch/x86/events/perf_event.h int (*check_period) (struct perf_event *event, u64 period); check_period 945 drivers/staging/rtl8723bs/hal/rtl8723b_cmd.c u8 adopt = 1, check_period = 5; check_period 951 drivers/staging/rtl8723bs/hal/rtl8723b_cmd.c SET_8723B_H2CCMD_KEEPALIVE_PARM_CHECK_PERIOD(u1H2CKeepAliveParm, check_period); check_period 961 drivers/staging/rtl8723bs/hal/rtl8723b_cmd.c u8 adopt = 1, check_period = 10, trypkt_num = 0; check_period 966 drivers/staging/rtl8723bs/hal/rtl8723b_cmd.c SET_8723B_H2CCMD_DISCONDECISION_PARM_CHECK_PERIOD(u1H2CDisconDecisionParm, check_period); check_period 796 drivers/usb/host/ehci-sched.c if (!check_period(ehci, frame, uframe, qh->ps.bw_uperiod, qh->ps.usecs)) check_period 810 drivers/usb/host/ehci-sched.c if (!check_period(ehci, frame, i, check_period 833 drivers/usb/host/ehci-sched.c if (!check_period(ehci, frame, uframe + qh->gap_uf + 1, check_period 836 drivers/usb/host/ehci-sched.c if (!check_period(ehci, frame, uframe + qh->gap_uf, check_period 3723 drivers/usb/host/fotg210-hcd.c if (!check_period(fotg210, frame, uframe, qh->period, qh->usecs)) check_period 3743 drivers/usb/host/fotg210-hcd.c if (!check_period(fotg210, frame, uframe + qh->gap_uf + 1, check_period 3746 drivers/usb/host/fotg210-hcd.c if (!check_period(fotg210, frame, uframe + qh->gap_uf, check_period 2534 drivers/usb/host/oxu210hp-hcd.c if (!check_period(oxu, frame, uframe, qh->period, qh->usecs)) check_period 468 include/linux/perf_event.h int (*check_period) (struct perf_event *event, u64 value); /* optional */ check_period 5111 kernel/events/core.c return event->pmu->check_period(event, value); check_period 10147 kernel/events/core.c if (!pmu->check_period) check_period 10148 kernel/events/core.c pmu->check_period = perf_event_nop_int;