Searched refs:gc_type (Results 1 – 2 of 2) sorted by relevance
| /linux/include/trace/events/ |
| H A D | f2fs.h | 719 TP_PROTO(struct super_block *sb, int gc_type, bool no_bg_gc, 726 TP_ARGS(sb, gc_type, no_bg_gc, nr_free_secs, dirty_nodes, 732 __field(int, gc_type) 746 __entry->gc_type = gc_type; 758 TP_printk("dev = (%d,%d), gc_type = %s, no_background_GC = %d, nr_free_secs = %u, " 762 show_gc_type(__entry->gc_type), 763 (__entry->gc_type == BG_GC) ? __entry->no_bg_gc : -1, 831 TP_PROTO(struct super_block *sb, int type, int gc_type, 835 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;
|