Searched defs:alloc_context (Results 1 – 4 of 4) sorted by relevance
287 struct alloc_context { struct288 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;
888 static struct mirror_set *alloc_context(unsigned int nr_mirrors, in alloc_context() function
414 static inline void alloc_context(struct mm_struct *old_mm, struct mm_struct *mm) in alloc_context() function
2663 …*spc, unsigned char *pixels, int pw, int ph, int stride_in_bytes, int padding, void *alloc_context) in stbtt_PackBegin()