Lines Matching defs:handle
128 static int zbud_zpool_evict(struct zbud_pool *pool, unsigned long handle) in zbud_zpool_evict()
160 unsigned long *handle) in zbud_zpool_malloc()
164 static void zbud_zpool_free(void *pool, unsigned long handle) in zbud_zpool_free()
188 static void *zbud_zpool_map(void *pool, unsigned long handle, in zbud_zpool_map()
193 static void zbud_zpool_unmap(void *pool, unsigned long handle) in zbud_zpool_unmap()
261 unsigned long handle; in encode_handle() local
279 static struct zbud_header *handle_to_zbud_header(unsigned long handle) in handle_to_zbud_header()
354 unsigned long *handle) in zbud_alloc()
429 void zbud_free(struct zbud_pool *pool, unsigned long handle) in zbud_free()
586 void *zbud_map(struct zbud_pool *pool, unsigned long handle) in zbud_map()
596 void zbud_unmap(struct zbud_pool *pool, unsigned long handle) in zbud_unmap()