Searched refs:alloc_context (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/include/linux/ |
D | compaction.h | 29 struct alloc_context; /* in mm/internal.h */ 42 int alloc_flags, const struct alloc_context *ac, 58 const struct alloc_context *ac, in try_to_compact_pages()
|
/linux-4.4.14/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.4.14/drivers/md/ |
D | dm-stripe.c | 57 static inline struct stripe_c *alloc_context(unsigned int stripes) in alloc_context() function 144 sc = alloc_context(stripes); in stripe_ctr()
|
D | dm-raid1.c | 880 static struct mirror_set *alloc_context(unsigned int nr_mirrors, in alloc_context() function 1099 ms = alloc_context(nr_mirrors, dl->type->get_region_size(dl), ti, dl); in mirror_ctr()
|
/linux-4.4.14/mm/ |
D | internal.h | 144 struct alloc_context { struct
|
D | page_alloc.c | 1704 static void unreserve_highatomic_pageblock(const struct alloc_context *ac) in unreserve_highatomic_pageblock() 2501 const struct alloc_context *ac) in get_page_from_freelist() 2704 const struct alloc_context *ac, unsigned long *did_some_progress) in __alloc_pages_may_oom() 2774 int alloc_flags, const struct alloc_context *ac, in __alloc_pages_direct_compact() 2830 int alloc_flags, const struct alloc_context *ac, in __alloc_pages_direct_compact() 2841 const struct alloc_context *ac) in __perform_reclaim() 2870 int alloc_flags, const struct alloc_context *ac, in __alloc_pages_direct_reclaim() 2905 const struct alloc_context *ac) in __alloc_pages_high_priority() 2921 static void wake_all_kswapds(unsigned int order, const struct alloc_context *ac) in wake_all_kswapds() 2991 struct alloc_context *ac) in __alloc_pages_slowpath() [all …]
|
D | compaction.c | 1520 int alloc_flags, const struct alloc_context *ac, in try_to_compact_pages()
|
/linux-4.4.14/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()
|