Home
last modified time | relevance | path

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

/openbmc/linux/mm/
H A Dinternal.h287 struct alloc_context { struct
288 struct zonelist *zonelist;
289 nodemask_t *nodemask;
290 struct zoneref *preferred_zoneref;
291 int migratetype;
303 enum zone_type highest_zoneidx;
304 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()