Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/fs/
Dfuse_fs_access.c240 int cooldown_count = 0; in fuse_top_dispath_thread() local
245 cooldown_count = COOLDOWN_TIME; in fuse_top_dispath_thread()
247 if (cooldown_count > 0) { in fuse_top_dispath_thread()
249 cooldown_count--; in fuse_top_dispath_thread()