Searched refs:gc_type (Results 1 – 2 of 2) sorted by relevance
/linux/include/trace/events/ |
H A D | f2fs.h | 669 TP_PROTO(struct super_block *sb, int gc_type, bool no_bg_gc, 676 TP_ARGS(sb, gc_type, no_bg_gc, nr_free_secs, dirty_nodes, 682 __field(int, gc_type) 696 __entry->gc_type = gc_type; 708 TP_printk("dev = (%d,%d), gc_type = %s, no_background_GC = %d, nr_free_secs = %u, " 712 show_gc_type(__entry->gc_type), 713 (__entry->gc_type == BG_GC) ? __entry->no_bg_gc : -1, 781 TP_PROTO(struct super_block *sb, int type, int gc_type, 785 TP_ARGS(sb, type, gc_type, [all...] |
/linux/drivers/input/joystick/ |
H A D | gamecon.c | 48 enum gc_type { enum 66 enum gc_type type;
|