Home
last modified time | relevance | path

Searched refs:gc_type (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/fs/f2fs/
H A Dgc.c220 if (gc_type == BG_GC) { in select_gc_type()
277 if (gc_type != FG_GC && in select_policy()
729 if (gc_type != FG_GC) in f2fs_gc_pinned_control()
922 if (gc_type == FG_GC) in f2fs_get_victim()
1661 int gc_type) in __get_victim() argument
1761 gc_type); in do_garbage_collect()
1764 segno, gc_type, in do_garbage_collect()
1832 gc_type = FG_GC; in f2fs_gc()
1920 if (gc_type == FG_GC) in f2fs_gc()
1988 int gc_mode, gc_type; in free_segment_range() local
[all …]
H A Df2fs.h3638 int f2fs_move_node_page(struct page *node_page, int gc_type);
3877 int gc_type, int type, char alloc_mode,
4051 #define stat_inc_gc_sec_count(sbi, type, gc_type) \ argument
4052 (F2FS_STAT(sbi)->gc_secs[(type)][(gc_type)]++)
4053 #define stat_inc_gc_seg_count(sbi, type, gc_type) \ argument
4054 (F2FS_STAT(sbi)->gc_segs[(type)][(gc_type)]++)
4059 #define stat_inc_data_blk_count(sbi, blks, gc_type) \ argument
4064 si->bg_data_blks += ((gc_type) == BG_GC) ? (blks) : 0; \
4067 #define stat_inc_node_blk_count(sbi, blks, gc_type) \ argument
4072 si->bg_node_blks += ((gc_type) == BG_GC) ? (blks) : 0; \
[all …]
H A Dnode.c1708 int f2fs_move_node_page(struct page *node_page, int gc_type) in f2fs_move_node_page() argument
1712 if (gc_type == FG_GC) { in f2fs_move_node_page()
/openbmc/linux/include/trace/events/
H A Df2fs.h651 TP_PROTO(struct super_block *sb, int gc_type, bool no_bg_gc,
658 TP_ARGS(sb, gc_type, no_bg_gc, nr_free_secs, dirty_nodes,
664 __field(int, gc_type)
678 __entry->gc_type = gc_type;
694 show_gc_type(__entry->gc_type),
695 (__entry->gc_type == BG_GC) ? __entry->no_bg_gc : -1,
763 TP_PROTO(struct super_block *sb, int type, int gc_type,
767 TP_ARGS(sb, type, gc_type, p, pre_victim, prefree, free),
772 __field(int, gc_type)
786 __entry->gc_type = gc_type;
[all …]
/openbmc/linux/drivers/input/joystick/
H A Dgamecon.c48 enum gc_type { enum
66 enum gc_type type;