Searched refs:alloc_context (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/include/linux/ |
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-6.1.9/mm/ |
D | page_alloc.c | 2922 static bool unreserve_highatomic_pageblock(const struct alloc_context *ac, in unreserve_highatomic_pageblock() 4175 const struct alloc_context *ac) in get_page_from_freelist() 4371 const struct alloc_context *ac) in __alloc_pages_cpuset_fallback() 4390 const struct alloc_context *ac, unsigned long *did_some_progress) in __alloc_pages_may_oom() 4485 unsigned int alloc_flags, const struct alloc_context *ac, in __alloc_pages_direct_compact() 4543 should_compact_retry(struct alloc_context *ac, int order, int alloc_flags, in should_compact_retry() 4625 unsigned int alloc_flags, const struct alloc_context *ac, in __alloc_pages_direct_compact() 4633 should_compact_retry(struct alloc_context *ac, unsigned int order, int alloc_flags, in should_compact_retry() 4746 const struct alloc_context *ac) in __perform_reclaim() 4772 unsigned int alloc_flags, const struct alloc_context *ac, in __alloc_pages_direct_reclaim() [all …]
|
D | internal.h | 211 struct alloc_context { struct
|
D | compaction.c | 2257 bool compaction_zonelist_suitable(struct alloc_context *ac, int order, in compaction_zonelist_suitable() 2570 unsigned int alloc_flags, const struct alloc_context *ac, in try_to_compact_pages()
|
/linux-6.1.9/drivers/md/ |
D | dm-raid1.c | 874 static struct mirror_set *alloc_context(unsigned int nr_mirrors, in alloc_context() function 1091 ms = alloc_context(nr_mirrors, dl->type->get_region_size(dl), ti, dl); in mirror_ctr()
|
/linux-6.1.9/arch/sparc/mm/ |
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()
|