Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dcompaction.h28 struct alloc_context; /* in mm/internal.h */
41 int alloc_flags, const struct alloc_context *ac,
57 const struct alloc_context *ac, in try_to_compact_pages()
/linux-4.1.27/arch/cris/mm/
Dtlb.c36 alloc_context(struct mm_struct *mm) in alloc_context() function
74 alloc_context(mm); in get_mmu_context()
/linux-4.1.27/drivers/md/
Ddm-stripe.c57 static inline struct stripe_c *alloc_context(unsigned int stripes) in alloc_context() function
142 sc = alloc_context(stripes); in stripe_ctr()
Ddm-raid1.c858 static struct mirror_set *alloc_context(unsigned int nr_mirrors, in alloc_context() function
1064 ms = alloc_context(nr_mirrors, dl->type->get_region_size(dl), ti, dl); in mirror_ctr()
/linux-4.1.27/mm/
Dinternal.h125 struct alloc_context { struct
Dpage_alloc.c2110 const struct alloc_context *ac) in get_page_from_freelist()
2397 const struct alloc_context *ac, unsigned long *did_some_progress) in __alloc_pages_may_oom()
2460 int alloc_flags, const struct alloc_context *ac, in __alloc_pages_direct_compact()
2516 int alloc_flags, const struct alloc_context *ac, in __alloc_pages_direct_compact()
2527 const struct alloc_context *ac) in __perform_reclaim()
2556 int alloc_flags, const struct alloc_context *ac, in __alloc_pages_direct_reclaim()
2593 const struct alloc_context *ac) in __alloc_pages_high_priority()
2609 static void wake_all_kswapds(unsigned int order, const struct alloc_context *ac) in wake_all_kswapds()
2675 struct alloc_context *ac) in __alloc_pages_slowpath()
2877 struct alloc_context ac = { in __alloc_pages_nodemask()
Dcompaction.c1480 int alloc_flags, const struct alloc_context *ac, in try_to_compact_pages()
/linux-4.1.27/arch/sparc/mm/
Dsrmmu.c404 static inline void alloc_context(struct mm_struct *old_mm, struct mm_struct *mm) in alloc_context() function
467 alloc_context(old_mm, mm); in switch_mm()