Home
last modified time | relevance | path

Searched refs:migratetype (Results 1 – 7 of 7) sorted by relevance

/linux/include/trace/events/
H A Dkmem.h183 gfp_t gfp_flags, int migratetype),
185 TP_ARGS(page, order, gfp_flags, migratetype),
191 __field( int, migratetype )
198 __entry->migratetype = migratetype;
205 __entry->migratetype,
211 TP_PROTO(struct page *page, unsigned int order, int migratetype,
214 TP_ARGS(page, order, migratetype, percpu_refill),
219 __field( int, migratetype )
226 __entry->migratetype = migratetype;
234 __entry->migratetype,
[all …]
/linux/mm/
H A Dpage_alloc.c426 __always_inline enum migratetype
512 enum migratetype migratetype) in set_pageblock_migratetype() argument
515 migratetype < MIGRATE_PCPTYPES)) in set_pageblock_migratetype()
516 migratetype = MIGRATE_UNMOVABLE; in set_pageblock_migratetype()
519 if (migratetype == MIGRATE_ISOLATE) { in set_pageblock_migratetype()
529 (unsigned long)migratetype, in set_pageblock_migratetype()
534 enum migratetype migratetype, in init_pageblock_migratetype() argument
540 migratetype < MIGRATE_PCPTYPES)) in init_pageblock_migratetype()
541 migratetype = MIGRATE_UNMOVABLE; in init_pageblock_migratetype()
543 flags = migratetype; in init_pageblock_migratetype()
[all …]
H A Dshuffle.c92 int migratetype, retry; in __shuffle_zone() local
129 migratetype = get_pageblock_migratetype(page_i); in __shuffle_zone()
130 if (get_pageblock_migratetype(page_j) != migratetype) { in __shuffle_zone()
H A Dmemory_hotplug.c742 struct vmem_altmap *altmap, int migratetype, in move_pfn_range_to_zone() argument
775 MEMINIT_HOTPLUG, altmap, migratetype, in move_pfn_range_to_zone()
H A Dmm_init.c861 struct vmem_altmap *altmap, int migratetype, in memmap_init_range() argument
919 init_pageblock_migratetype(page, migratetype, in memmap_init_range()
/linux/Documentation/trace/
H A Devents-kmem.rst49 mm_page_alloc page=%p pfn=%lu order=%d migratetype=%d gfp_flags=%s
50 mm_page_alloc_zone_locked page=%p pfn=%lu order=%u migratetype=%d cpu=%d percpu_refill=%d
78 mm_page_alloc_zone_locked page=%p pfn=%lu order=%u migratetype=%d cpu=%d percpu_refill=%d
79 mm_page_pcpu_drain page=%p pfn=%lu order=%d cpu=%d migratetype=%d
/linux/include/linux/
H A Dpageblock-flags.h84 enum migratetype get_pfnblock_migratetype(const struct page *page,