Home
last modified time | relevance | path

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

/Linux-v5.15/fs/f2fs/
Dgc.c93 if (sbi->gc_mode == GC_URGENT_HIGH) { in gc_thread_func()
194 int gc_mode; in select_gc_type() local
198 gc_mode = GC_AT; in select_gc_type()
200 gc_mode = GC_CB; in select_gc_type()
202 gc_mode = GC_GREEDY; in select_gc_type()
205 switch (sbi->gc_mode) { in select_gc_type()
207 gc_mode = GC_CB; in select_gc_type()
211 gc_mode = GC_GREEDY; in select_gc_type()
214 gc_mode = GC_AT; in select_gc_type()
218 return gc_mode; in select_gc_type()
[all …]
Dsysfs.c450 sbi->gc_mode = GC_NORMAL; in __sbi_store()
452 sbi->gc_mode = GC_URGENT_HIGH; in __sbi_store()
460 sbi->gc_mode = GC_URGENT_LOW; in __sbi_store()
468 sbi->gc_mode = GC_IDLE_CB; in __sbi_store()
470 sbi->gc_mode = GC_IDLE_GREEDY; in __sbi_store()
474 sbi->gc_mode = GC_AT; in __sbi_store()
476 sbi->gc_mode = GC_NORMAL; in __sbi_store()
680 F2FS_RW_ATTR(F2FS_SBI, f2fs_sb_info, gc_idle, gc_mode);
681 F2FS_RW_ATTR(F2FS_SBI, f2fs_sb_info, gc_urgent, gc_mode);
Dsegment.h184 int gc_mode; /* GC_CB or GC_GREEDY */ member
Df2fs.h1670 unsigned int gc_mode; /* current GC state */ member
2644 if (sbi->gc_mode == GC_URGENT_HIGH) in is_idle()
2650 if (sbi->gc_mode == GC_URGENT_LOW && in is_idle()
Dsegment.c177 if (sbi->gc_mode == GC_URGENT_HIGH) in f2fs_need_SSR()
1773 if (sbi->gc_mode == GC_URGENT_HIGH || in issue_discard_thread()
3343 (fio->sbi->gc_mode != GC_URGENT_HIGH)) in __get_segment_type_6()
/Linux-v5.15/drivers/video/fbdev/mb862xx/
Dmb862xxfbdrv.c423 struct mb862xx_gc_mode *mode = par->gc_mode; in mb862xxfb_init_fbinfo()
649 ccf = par->gc_mode ? par->gc_mode->ccf : GC_CCF_COT_100; in mb862xx_gdc_init()
650 mmr = par->gc_mode ? par->gc_mode->mmr : 0x414fb7f2; in mb862xx_gdc_init()
708 par->gc_mode = &socrates_gc_mode; in of_platform_mb862xx_probe()
714 if (par->gc_mode) in of_platform_mb862xx_probe()
715 par->mapped_vram = par->gc_mode->max_vram; in of_platform_mb862xx_probe()
Dmb862xxfb.h81 struct mb862xx_gc_mode *gc_mode; /* GDC mode init data */ member
/Linux-v5.15/include/trace/events/
Df2fs.h762 __field(int, gc_mode)
776 __entry->gc_mode = p->gc_mode;
792 show_victim_policy(__entry->gc_mode),