Searched refs:FOREGROUND (Results 1 – 8 of 8) sorted by relevance
/openbmc/openbmc/poky/meta/recipes-core/busybox/files/ |
H A D | syslog-startup.conf | 12 FOREGROUND=no # run in foreground (don't use!)
|
/openbmc/linux/fs/f2fs/ |
H A D | sysfs.c | 991 STAT_INFO_RO_ATTR(cp_foreground_calls, cp_call_count[FOREGROUND]); 993 STAT_INFO_RO_ATTR(gc_foreground_calls, gc_call_count[FOREGROUND]);
|
H A D | debug.c | 521 si->gc_call_count[FOREGROUND], in stat_show()
|
H A D | file.c | 1783 stat_inc_gc_call_count(sbi, FOREGROUND); in f2fs_expand_inode_data() 2578 stat_inc_gc_call_count(sbi, FOREGROUND); in f2fs_ioc_gc() 2622 stat_inc_gc_call_count(sbi, FOREGROUND); in __f2fs_ioc_gc_range() 3119 stat_inc_gc_call_count(sbi, FOREGROUND); in f2fs_ioc_flush_device()
|
H A D | f2fs.h | 1398 FOREGROUND, enumerator 1400 TOTAL_CALL = FOREGROUND,
|
H A D | gc.c | 125 FOREGROUND : BACKGROUND); in gc_thread_func()
|
H A D | super.c | 2211 stat_inc_gc_call_count(sbi, FOREGROUND); in f2fs_disable_checkpoint()
|
H A D | segment.c | 448 stat_inc_gc_call_count(sbi, FOREGROUND); in f2fs_balance_fs()
|