Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/f2fs/
A Dgc.c218 int gc_mode; in select_gc_type() local
222 gc_mode = GC_AT; in select_gc_type()
224 gc_mode = GC_CB; in select_gc_type()
226 gc_mode = GC_GREEDY; in select_gc_type()
229 switch (sbi->gc_mode) { in select_gc_type()
231 gc_mode = GC_CB; in select_gc_type()
235 gc_mode = GC_GREEDY; in select_gc_type()
238 gc_mode = GC_AT; in select_gc_type()
242 return gc_mode; in select_gc_type()
1952 int gc_mode, gc_type; in free_segment_range() local
[all …]
A Dsysfs.c521 sbi->gc_mode = GC_NORMAL; in __sbi_store()
523 sbi->gc_mode = GC_URGENT_HIGH; in __sbi_store()
531 sbi->gc_mode = GC_URGENT_LOW; in __sbi_store()
533 sbi->gc_mode = GC_URGENT_MID; in __sbi_store()
546 sbi->gc_mode = GC_IDLE_CB; in __sbi_store()
548 sbi->gc_mode = GC_IDLE_GREEDY; in __sbi_store()
552 sbi->gc_mode = GC_IDLE_AT; in __sbi_store()
554 sbi->gc_mode = GC_NORMAL; in __sbi_store()
849 F2FS_RW_ATTR(F2FS_SBI, f2fs_sb_info, gc_idle, gc_mode);
909 F2FS_GENERAL_RO_ATTR(gc_mode);
[all …]
A Dsuper.c2111 unsigned int gc_mode = sbi->gc_mode; in f2fs_disable_checkpoint() local
2129 sbi->gc_mode = GC_URGENT_HIGH; in f2fs_disable_checkpoint()
2176 sbi->gc_mode = gc_mode; in f2fs_disable_checkpoint()
3633 sbi->gc_mode = GC_NORMAL; in init_sb_info()
A Dsegment.h188 int gc_mode; /* GC_CB or GC_GREEDY */ member
A Df2fs.h1731 unsigned int gc_mode; /* current GC state */ member
2819 if (sbi->gc_mode == GC_URGENT_HIGH) in is_idle()
2825 if (sbi->gc_mode == GC_URGENT_MID) in is_idle()
2828 if (sbi->gc_mode == GC_URGENT_LOW && in is_idle()
A Dsegment.c179 if (sbi->gc_mode == GC_URGENT_HIGH) in f2fs_need_SSR()
1707 if (sbi->gc_mode == GC_URGENT_HIGH || in issue_discard_thread()
3158 (fio->sbi->gc_mode != GC_URGENT_HIGH)) in __get_segment_type_6()
/linux-6.3-rc2/drivers/video/fbdev/mb862xx/
A Dmb862xxfbdrv.c426 struct mb862xx_gc_mode *mode = par->gc_mode; in mb862xxfb_init_fbinfo()
652 ccf = par->gc_mode ? par->gc_mode->ccf : GC_CCF_COT_100; in mb862xx_gdc_init()
653 mmr = par->gc_mode ? par->gc_mode->mmr : 0x414fb7f2; in mb862xx_gdc_init()
711 par->gc_mode = &socrates_gc_mode; in of_platform_mb862xx_probe()
717 if (par->gc_mode) in of_platform_mb862xx_probe()
718 par->mapped_vram = par->gc_mode->max_vram; in of_platform_mb862xx_probe()
A Dmb862xxfb.h81 struct mb862xx_gc_mode *gc_mode; /* GDC mode init data */ member
/linux-6.3-rc2/include/trace/events/
A Df2fs.h774 __field(int, gc_mode)
788 __entry->gc_mode = p->gc_mode;
804 show_victim_policy(__entry->gc_mode),
/linux-6.3-rc2/Documentation/ABI/testing/
A Dsysfs-fs-f2fs652 What: /sys/fs/f2fs/<disk>/gc_mode
655 Description: Show the current gc_mode as a string.

Completed in 52 milliseconds