Searched refs:zbud_alloc (Results 1 - 1 of 1) sorted by relevance

/linux-master/mm/
H A Dzbud.c38 * allocation function, zbud_alloc(), returns an opaque handle to the user,
228 * zbud_alloc() - allocates a region of a given size
246 static int zbud_alloc(struct zbud_pool *pool, size_t size, gfp_t gfp, function
309 * @handle: handle associated with the allocation returned by zbud_alloc()
396 return zbud_alloc(pool, size, gfp, handle);

Completed in 125 milliseconds