Searched defs:max_period (Results 1 - 3 of 3) sorted by relevance

/arch/arm/include/asm/
H A Dpmu.h126 u64 max_period; member in struct:arm_pmu
/arch/mips/kernel/
H A Dperf_event_mipsxx.c85 u64 max_period; member in struct:mips_pmu
389 if (left > mipspmu.max_period) {
390 left = mipspmu.max_period;
1259 hwc->sample_period = mipspmu.max_period;
1584 mipspmu.max_period = (1ULL << 63) - 1;
1591 mipspmu.max_period = (1ULL << 31) - 1;
/arch/x86/kernel/cpu/
H A Dperf_event.h327 u64 max_period; member in struct:x86_pmu

Completed in 68 milliseconds