Lines Matching defs:handle
129 static int zbud_zpool_evict(struct zbud_pool *pool, unsigned long handle) in zbud_zpool_evict()
161 unsigned long *handle) in zbud_zpool_malloc()
165 static void zbud_zpool_free(void *pool, unsigned long handle) in zbud_zpool_free()
189 static void *zbud_zpool_map(void *pool, unsigned long handle, in zbud_zpool_map()
194 static void zbud_zpool_unmap(void *pool, unsigned long handle) in zbud_zpool_unmap()
262 unsigned long handle; in encode_handle() local
280 static struct zbud_header *handle_to_zbud_header(unsigned long handle) in handle_to_zbud_header()
355 unsigned long *handle) in zbud_alloc()
429 void zbud_free(struct zbud_pool *pool, unsigned long handle) in zbud_free()
583 void *zbud_map(struct zbud_pool *pool, unsigned long handle) in zbud_map()
593 void zbud_unmap(struct zbud_pool *pool, unsigned long handle) in zbud_unmap()