Searched refs:zbud_alloc (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | zbud.h | 15 int zbud_alloc(struct zbud_pool *pool, size_t size, gfp_t gfp,
|
/kernel/linux/linux-6.6/mm/ |
H A D | zbud.c | 38 * 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, in zbud_alloc() function 309 * @handle: handle associated with the allocation returned by zbud_alloc() 396 return zbud_alloc(pool, size, gfp, handle); in zbud_zpool_malloc()
|
/kernel/linux/linux-5.10/mm/ |
H A D | zbud.c | 38 * allocation function, zbud_alloc(), returns an opaque handle to the user, 163 return zbud_alloc(pool, size, gfp, handle); in zbud_zpool_malloc() 337 * zbud_alloc() - allocates a region of a given size 355 int zbud_alloc(struct zbud_pool *pool, size_t size, gfp_t gfp, in zbud_alloc() function 423 * @handle: handle associated with the allocation returned by zbud_alloc()
|
Completed in 2 milliseconds