Home
last modified time | relevance | path

Searched refs:MAX_PERIOD (Results 1 – 3 of 3) sorted by relevance

/linux/arch/m68k/amiga/
H A Damisound.c38 #define MAX_PERIOD (65535) macro
45 unsigned short amiga_audio_period = MAX_PERIOD;
88 if (period > MAX_PERIOD) in amiga_mksound()
89 period = MAX_PERIOD; in amiga_mksound()
/linux/arch/sparc/kernel/
H A Dperf_event.c72 #define MAX_PERIOD ((1UL << 32) - 1) macro
911 if (left > MAX_PERIOD) in sparc_perf_event_set_period()
912 left = MAX_PERIOD; in sparc_perf_event_set_period()
1499 hwc->sample_period = MAX_PERIOD; in sparc_pmu_event_init()
/linux/block/
H A Dblk-iocost.c217 MAX_PERIOD = USEC_PER_SEC, enumerator
793 period_us = clamp_t(u32, period_us, MIN_PERIOD, MAX_PERIOD); in ioc_refresh_period_us()