Searched refs:isolate_mode (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/include/trace/events/ |
H A D | vmscan.h | 288 isolate_mode_t isolate_mode, 291 TP_ARGS(highest_zoneidx, order, nr_requested, nr_scanned, nr_skipped, nr_taken, isolate_mode, lru), 300 __field(unsigned int, isolate_mode) 311 __entry->isolate_mode = (__force unsigned int)isolate_mode; 320 __entry->isolate_mode,
|
/openbmc/linux/Documentation/trace/postprocess/ |
H A D | trace-vmscan-postprocess.pl | 384 my $isolate_mode = $1; 393 if ($isolate_mode != 2) {
|
/openbmc/linux/mm/ |
H A D | compaction.c | 1973 const isolate_mode_t isolate_mode = in isolate_migratepages() local 2054 isolate_mode)) in isolate_migratepages()
|