Lines Matching defs:handle
124 static int zbud_zpool_evict(struct zbud_pool *pool, unsigned long handle) in zbud_zpool_evict()
145 unsigned long *handle) in zbud_zpool_malloc()
149 static void zbud_zpool_free(void *pool, unsigned long handle) in zbud_zpool_free()
173 static void *zbud_zpool_map(void *pool, unsigned long handle, in zbud_zpool_map()
178 static void zbud_zpool_unmap(void *pool, unsigned long handle) in zbud_zpool_unmap()
246 unsigned long handle; in encode_handle() local
264 static struct zbud_header *handle_to_zbud_header(unsigned long handle) in handle_to_zbud_header()
339 unsigned long *handle) in zbud_alloc()
414 void zbud_free(struct zbud_pool *pool, unsigned long handle) in zbud_free()
571 void *zbud_map(struct zbud_pool *pool, unsigned long handle) in zbud_map()
581 void zbud_unmap(struct zbud_pool *pool, unsigned long handle) in zbud_unmap()