Searched refs:alloc_context (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/include/linux/ |
D | compaction.h | 28 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/ |
D | tlb.c | 36 alloc_context(struct mm_struct *mm) in alloc_context() function 74 alloc_context(mm); in get_mmu_context()
|
/linux-4.1.27/drivers/md/ |
D | dm-stripe.c | 57 static inline struct stripe_c *alloc_context(unsigned int stripes) in alloc_context() function 142 sc = alloc_context(stripes); in stripe_ctr()
|
D | dm-raid1.c | 858 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/ |
D | internal.h | 125 struct alloc_context { struct
|
D | page_alloc.c | 2110 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()
|
D | compaction.c | 1480 int alloc_flags, const struct alloc_context *ac, in try_to_compact_pages()
|
/linux-4.1.27/arch/sparc/mm/ |
D | srmmu.c | 404 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()
|