Searched refs:classzone_idx (Results 1 – 4 of 4) sorted by relevance
/linux-4.19.296/include/trace/events/ |
D | vmscan.h | 108 TP_PROTO(int order, int may_writepage, gfp_t gfp_flags, int classzone_idx), 110 TP_ARGS(order, may_writepage, gfp_flags, classzone_idx), 116 __field( int, classzone_idx ) 123 __entry->classzone_idx = classzone_idx; 130 __entry->classzone_idx) 135 TP_PROTO(int order, int may_writepage, gfp_t gfp_flags, int classzone_idx), 137 TP_ARGS(order, may_writepage, gfp_flags, classzone_idx) 143 TP_PROTO(int order, int may_writepage, gfp_t gfp_flags, int classzone_idx), 145 TP_ARGS(order, may_writepage, gfp_flags, classzone_idx) 150 TP_PROTO(int order, int may_writepage, gfp_t gfp_flags, int classzone_idx), [all …]
|
D | compaction.h | 320 TP_PROTO(int nid, int order, enum zone_type classzone_idx), 322 TP_ARGS(nid, order, classzone_idx), 327 __field(enum zone_type, classzone_idx) 333 __entry->classzone_idx = classzone_idx; 339 __print_symbolic(__entry->classzone_idx, ZONE_TYPE)) 344 TP_PROTO(int nid, int order, enum zone_type classzone_idx), 346 TP_ARGS(nid, order, classzone_idx) 351 TP_PROTO(int nid, int order, enum zone_type classzone_idx), 353 TP_ARGS(nid, order, classzone_idx)
|
/linux-4.19.296/include/linux/ |
D | compaction.h | 101 unsigned int alloc_flags, int classzone_idx); 179 extern void wakeup_kcompactd(pg_data_t *pgdat, int order, int classzone_idx); 187 int alloc_flags, int classzone_idx) in compaction_suitable() argument 224 static inline void wakeup_kcompactd(pg_data_t *pgdat, int order, int classzone_idx) in wakeup_kcompactd() argument
|
D | mmzone.h | 753 enum zone_type classzone_idx); 755 int classzone_idx, unsigned int alloc_flags, 758 unsigned long mark, int classzone_idx, 761 unsigned long mark, int classzone_idx);
|