Searched refs:get_page_from_freelist (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.15/mm/ |
D | page_alloc.c | 4039 get_page_from_freelist(gfp_t gfp_mask, unsigned int order, int alloc_flags, in get_page_from_freelist() function 4237 page = get_page_from_freelist(gfp_mask, order, in __alloc_pages_cpuset_fallback() 4244 page = get_page_from_freelist(gfp_mask, order, in __alloc_pages_cpuset_fallback() 4282 page = get_page_from_freelist((gfp_mask | __GFP_HARDWALL) & in __alloc_pages_may_oom() 4379 page = get_page_from_freelist(gfp_mask, order, alloc_flags, ac); in __alloc_pages_direct_compact() 4620 page = get_page_from_freelist(gfp_mask, order, alloc_flags, ac); in __alloc_pages_direct_reclaim() 4926 page = get_page_from_freelist(gfp_mask, order, alloc_flags, ac); in __alloc_pages_slowpath() 5006 page = get_page_from_freelist(gfp_mask, order, alloc_flags, ac); in __alloc_pages_slowpath() 5381 page = get_page_from_freelist(alloc_gfp, order, alloc_flags, &ac); in __alloc_pages()
|
/Linux-v5.15/Documentation/trace/ |
D | ftrace.rst | 3419 bash-2044 [002] .... 10594.481032: _raw_spin_lock_irqsave <-get_page_from_freelist 3421 bash-2044 [002] d..1 10594.481032: __rmqueue <-get_page_from_freelist 3422 bash-2044 [002] d..1 10594.481033: _raw_spin_unlock <-get_page_from_freelist 3425 bash-2044 [002] d... 10594.481034: __mod_zone_page_state <-get_page_from_freelist 3426 bash-2044 [002] d... 10594.481034: zone_statistics <-get_page_from_freelist
|