Searched refs:gc_mode (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/f2fs/ |
| H A D | gc.c | 93 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 …]
|
| H A D | sysfs.c | 458 sbi->gc_mode = GC_NORMAL; in __sbi_store() 460 sbi->gc_mode = GC_URGENT_HIGH; in __sbi_store() 468 sbi->gc_mode = GC_URGENT_LOW; in __sbi_store() 476 sbi->gc_mode = GC_IDLE_CB; in __sbi_store() 478 sbi->gc_mode = GC_IDLE_GREEDY; in __sbi_store() 482 sbi->gc_mode = GC_IDLE_AT; in __sbi_store() 484 sbi->gc_mode = GC_NORMAL; in __sbi_store() 705 F2FS_RW_ATTR(F2FS_SBI, f2fs_sb_info, gc_idle, gc_mode); 706 F2FS_RW_ATTR(F2FS_SBI, f2fs_sb_info, gc_urgent, gc_mode);
|
| H A D | segment.h | 185 int gc_mode; /* GC_CB or GC_GREEDY */ member
|
| H A D | f2fs.h | 1686 unsigned int gc_mode; /* current GC state */ member 2755 if (sbi->gc_mode == GC_URGENT_HIGH) in is_idle() 2761 if (sbi->gc_mode == GC_URGENT_LOW && in is_idle()
|
| H A D | segment.c | 176 if (sbi->gc_mode == GC_URGENT_HIGH) in f2fs_need_SSR() 1772 if (sbi->gc_mode == GC_URGENT_HIGH || in issue_discard_thread() 3330 (fio->sbi->gc_mode != GC_URGENT_HIGH)) in __get_segment_type_6()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/mb862xx/ |
| H A D | mb862xxfbdrv.c | 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()
|
| H A D | mb862xxfb.h | 81 struct mb862xx_gc_mode *gc_mode; /* GDC mode init data */ member
|
| /OK3568_Linux_fs/kernel/include/trace/events/ |
| H A D | f2fs.h | 769 __field(int, gc_mode) 783 __entry->gc_mode = p->gc_mode; 799 show_victim_policy(__entry->gc_mode),
|
| /OK3568_Linux_fs/u-boot/drivers/rknand/ |
| H A D | rk_zftl_arm_v8.S | 27296 .global gc_mode symbol 28078 .section .bss.gc_mode,"aw",@nobits 28080 .type gc_mode, %object 28081 .size gc_mode, 1 28082 gc_mode: label
|
| H A D | rk_zftl_spl_arm_v8.S | 26887 .global gc_mode symbol 27669 .section .bss.gc_mode,"aw",@nobits 27671 .type gc_mode, %object 27672 .size gc_mode, 1 27673 gc_mode: label
|
| H A D | rk_zftl_arm_v7.S | 30361 .global gc_mode symbol 31141 .section .bss.gc_mode,"aw",%nobits 31143 .type gc_mode, %object 31144 .size gc_mode, 1 31145 gc_mode: label
|
| /OK3568_Linux_fs/kernel/drivers/rk_nand/ |
| H A D | rk_zftl_arm32.S | 30988 .global gc_mode symbol 35957 .type gc_mode, %object 35958 .size gc_mode, 1 35959 gc_mode: label
|
| H A D | rk_zftl_arm64.S | 29055 .global gc_mode symbol 32548 .type gc_mode, %object 32549 .size gc_mode, 1 32550 gc_mode: label
|