Home
last modified time | relevance | path

Searched refs:alloc_context (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/include/linux/
Dcompaction.h58 struct alloc_context; /* in mm/internal.h */
89 const struct alloc_context *ac, enum compact_priority prio,
98 bool compaction_zonelist_suitable(struct alloc_context *ac, int order,
/linux-6.12.1/mm/
Dpage_alloc.c2084 static bool unreserve_highatomic_pageblock(const struct alloc_context *ac, in unreserve_highatomic_pageblock()
3336 const struct alloc_context *ac) in get_page_from_freelist()
3555 const struct alloc_context *ac) in __alloc_pages_cpuset_fallback()
3574 const struct alloc_context *ac, unsigned long *did_some_progress) in __alloc_pages_may_oom()
3669 unsigned int alloc_flags, const struct alloc_context *ac, in __alloc_pages_direct_compact()
3727 should_compact_retry(struct alloc_context *ac, int order, int alloc_flags, in should_compact_retry()
3794 unsigned int alloc_flags, const struct alloc_context *ac, in __alloc_pages_direct_compact()
3802 should_compact_retry(struct alloc_context *ac, unsigned int order, int alloc_flags, in should_compact_retry()
3915 const struct alloc_context *ac) in __perform_reclaim()
3941 unsigned int alloc_flags, const struct alloc_context *ac, in __alloc_pages_direct_reclaim()
[all …]
Dinternal.h512 struct alloc_context { struct
Dcompaction.c2452 bool compaction_zonelist_suitable(struct alloc_context *ac, int order, in compaction_zonelist_suitable()
2809 unsigned int alloc_flags, const struct alloc_context *ac, in try_to_compact_pages()
/linux-6.12.1/drivers/md/
Ddm-raid1.c888 static struct mirror_set *alloc_context(unsigned int nr_mirrors, in alloc_context() function
1105 ms = alloc_context(nr_mirrors, dl->type->get_region_size(dl), ti, dl); in mirror_ctr()
/linux-6.12.1/arch/sparc/mm/
Dsrmmu.c414 static inline void alloc_context(struct mm_struct *old_mm, struct mm_struct *mm) in alloc_context() function
479 alloc_context(old_mm, mm); in switch_mm()