Home
last modified time | relevance | path

Searched defs:alloc_context (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/mm/
H A Dinternal.h242 struct alloc_context { struct
243 struct zonelist *zonelist;
244 nodemask_t *nodemask;
245 struct zoneref *preferred_zoneref;
246 int migratetype;
258 enum zone_type highest_zoneidx;
259 bool spread_dirty_pages;
/openbmc/linux/drivers/md/
H A Ddm-raid1.c888 static struct mirror_set *alloc_context(unsigned int nr_mirrors, in alloc_context() function
/openbmc/linux/arch/sparc/mm/
H A Dsrmmu.c414 static inline void alloc_context(struct mm_struct *old_mm, struct mm_struct *mm) in alloc_context() function
/openbmc/u-boot/drivers/video/
H A Dstb_truetype.h2663 …*spc, unsigned char *pixels, int pw, int ph, int stride_in_bytes, int padding, void *alloc_context) in stbtt_PackBegin()