Home
last modified time | relevance | path

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

/linux-5.19.10/arch/m68k/amiga/
Damisound.c36 #define MAX_PERIOD (65535) macro
43 unsigned short amiga_audio_period = MAX_PERIOD;
86 if (period > MAX_PERIOD) in amiga_mksound()
87 period = MAX_PERIOD; in amiga_mksound()
/linux-5.19.10/arch/sparc/kernel/
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-5.19.10/block/
Dblk-iocost.c217 MAX_PERIOD = USEC_PER_SEC, enumerator
794 period_us = clamp_t(u32, period_us, MIN_PERIOD, MAX_PERIOD); in ioc_refresh_period_us()