Searched refs:gc_mode (Results 1 – 8 of 8) sorted by relevance
87 if (sbi->gc_mode == GC_URGENT_HIGH) { in gc_thread_func()174 int gc_mode; in select_gc_type() local178 gc_mode = GC_AT; in select_gc_type()180 gc_mode = GC_CB; in select_gc_type()182 gc_mode = GC_GREEDY; in select_gc_type()185 switch (sbi->gc_mode) { in select_gc_type()187 gc_mode = GC_CB; in select_gc_type()191 gc_mode = GC_GREEDY; in select_gc_type()194 gc_mode = GC_AT; in select_gc_type()198 return gc_mode; in select_gc_type()[all …]
363 sbi->gc_mode = GC_NORMAL; in __sbi_store()365 sbi->gc_mode = GC_URGENT_HIGH; in __sbi_store()373 sbi->gc_mode = GC_URGENT_LOW; in __sbi_store()381 sbi->gc_mode = GC_IDLE_CB; in __sbi_store()383 sbi->gc_mode = GC_IDLE_GREEDY; in __sbi_store()387 sbi->gc_mode = GC_AT; in __sbi_store()389 sbi->gc_mode = GC_NORMAL; in __sbi_store()540 F2FS_RW_ATTR(F2FS_SBI, f2fs_sb_info, gc_idle, gc_mode);541 F2FS_RW_ATTR(F2FS_SBI, f2fs_sb_info, gc_urgent, gc_mode);
186 int gc_mode; /* GC_CB or GC_GREEDY */ member
1534 unsigned int gc_mode; /* current GC state */ member2482 if (sbi->gc_mode == GC_URGENT_HIGH) in is_idle()2500 if (sbi->gc_mode == GC_URGENT_LOW && in is_idle()
177 if (sbi->gc_mode == GC_URGENT_HIGH) in f2fs_need_SSR()1769 if (sbi->gc_mode == GC_URGENT_HIGH) in issue_discard_thread()
423 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()
81 struct mb862xx_gc_mode *gc_mode; /* GDC mode init data */ member
761 __field(int, gc_mode)775 __entry->gc_mode = p->gc_mode;791 show_victim_policy(__entry->gc_mode),