Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dcompaction.h58 struct alloc_context; /* in mm/internal.h */
94 const struct alloc_context *ac, enum compact_priority prio,
103 bool compaction_zonelist_suitable(struct alloc_context *ac, int order,
/linux/mm/
H A Dpage_alloc.c2087 static bool unreserve_highatomic_pageblock(const struct alloc_context *ac, in unreserve_highatomic_pageblock()
3339 const struct alloc_context *ac) in get_page_from_freelist()
3558 const struct alloc_context *ac) in __alloc_pages_cpuset_fallback()
3576 const struct alloc_context *ac, unsigned long *did_some_progress) in __alloc_pages_may_oom()
3671 unsigned int alloc_flags, const struct alloc_context *ac, in __alloc_pages_direct_compact()
3729 should_compact_retry(struct alloc_context *ac, int order, int alloc_flags, in should_compact_retry()
3796 unsigned int alloc_flags, const struct alloc_context *ac, in __alloc_pages_direct_compact()
3804 should_compact_retry(struct alloc_context *ac, unsigned int order, int alloc_flags, in should_compact_retry()
3917 const struct alloc_context *ac) in __perform_reclaim()
3943 unsigned int alloc_flags, const struct alloc_context *ac, in __alloc_pages_direct_reclaim()
[all …]
H A Dcompaction.c2455 bool compaction_zonelist_suitable(struct alloc_context *ac, int order, in compaction_zonelist_suitable()
2831 unsigned int alloc_flags, const struct alloc_context *ac, in try_to_compact_pages()
H A Dinternal.h515 struct alloc_context { struct
/linux/drivers/md/
H A 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()