Home
last modified time | relevance | path

Searched defs:f2fs_gc_kthread (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/fs/f2fs/
Dgc.h48 struct f2fs_gc_kthread { struct
49 struct task_struct *f2fs_gc_task;
50 wait_queue_head_t gc_wait_queue_head;
53 unsigned int urgent_sleep_time;
54 unsigned int min_sleep_time;
55 unsigned int max_sleep_time;
56 unsigned int no_gc_sleep_time;
59 bool gc_wake;
62 wait_queue_head_t fggc_wq; /*
68 unsigned int no_zoned_gc_percent;
[all …]