Home
last modified time | relevance | path

Searched refs:max_sleep_time (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/fs/f2fs/
Dgc.h54 unsigned int max_sleep_time; member
146 unsigned int max_time = gc_th->max_sleep_time; in increase_sleep_time()
163 *wait = gc_th->max_sleep_time; in decrease_sleep_time()
Dgc.c129 wait_ms = gc_th->max_sleep_time; in gc_thread_func()
203 gc_th->max_sleep_time = DEF_GC_THREAD_MAX_SLEEP_TIME_ZONED; in f2fs_start_gc_thread()
209 gc_th->max_sleep_time = DEF_GC_THREAD_MAX_SLEEP_TIME; in f2fs_start_gc_thread()
Dsysfs.c979 GC_THREAD_RW_ATTR(gc_max_sleep_time, max_sleep_time);
/linux-6.12.1/drivers/gpu/drm/i915/display/
Dintel_psr.c899 u32 max_sleep_time = 0x1f; in hsw_activate_psr1() local
905 val |= EDP_PSR_MAX_SLEEP_TIME(max_sleep_time); in hsw_activate_psr1()