Searched refs:alloc_context (Results 1 – 6 of 6) sorted by relevance
/linux/include/linux/ |
A D | compaction.h | 58 struct alloc_context; /* in mm/internal.h */ 96 const struct alloc_context *ac, enum compact_priority prio, 177 bool compaction_zonelist_suitable(struct alloc_context *ac, int order,
|
/linux/mm/ |
A D | page_alloc.c | 4034 const struct alloc_context *ac) in get_page_from_freelist() 4227 const struct alloc_context *ac) in __alloc_pages_cpuset_fallback() 4340 unsigned int alloc_flags, const struct alloc_context *ac, in __alloc_pages_direct_compact() 4478 unsigned int alloc_flags, const struct alloc_context *ac, in __alloc_pages_direct_compact() 4575 const struct alloc_context *ac) in __perform_reclaim() 4632 const struct alloc_context *ac) in wake_all_kswapds() 4743 struct alloc_context *ac, int alloc_flags, in should_reclaim_retry() 4848 struct alloc_context *ac) in __alloc_pages_slowpath() 5121 struct alloc_context *ac, gfp_t *alloc_gfp, in prepare_alloc_pages() 5196 struct alloc_context ac; in __alloc_pages_bulk() [all …]
|
A D | internal.h | 182 struct alloc_context { struct
|
A D | compaction.c | 2242 bool compaction_zonelist_suitable(struct alloc_context *ac, int order, in compaction_zonelist_suitable() 2557 unsigned int alloc_flags, const struct alloc_context *ac, in try_to_compact_pages()
|
/linux/drivers/md/ |
A D | dm-raid1.c | 876 static struct mirror_set *alloc_context(unsigned int nr_mirrors, in alloc_context() function 1093 ms = alloc_context(nr_mirrors, dl->type->get_region_size(dl), ti, dl); in mirror_ctr()
|
/linux/arch/sparc/mm/ |
A D | srmmu.c | 413 static inline void alloc_context(struct mm_struct *old_mm, struct mm_struct *mm) in alloc_context() function 478 alloc_context(old_mm, mm); in switch_mm()
|
Completed in 29 milliseconds