Lines Matching defs:handle
233 static inline struct z3fold_buddy_slots *handle_to_slots(unsigned long handle) in handle_to_slots()
257 static inline struct z3fold_header *__get_z3fold_header(unsigned long handle, in __get_z3fold_header()
306 static inline void free_handle(unsigned long handle, struct z3fold_header *zhdr) in free_handle()
487 static unsigned short handle_to_chunks(unsigned long handle) in handle_to_chunks()
503 static enum buddy handle_to_buddy(unsigned long handle) in handle_to_buddy()
1090 unsigned long *handle) in z3fold_alloc()
1212 static void z3fold_free(struct z3fold_pool *pool, unsigned long handle) in z3fold_free()
1502 static void *z3fold_map(struct z3fold_pool *pool, unsigned long handle) in z3fold_map()
1547 static void z3fold_unmap(struct z3fold_pool *pool, unsigned long handle) in z3fold_unmap()
1715 static int z3fold_zpool_evict(struct z3fold_pool *pool, unsigned long handle) in z3fold_zpool_evict()
1748 unsigned long *handle) in z3fold_zpool_malloc()
1752 static void z3fold_zpool_free(void *pool, unsigned long handle) in z3fold_zpool_free()
1776 static void *z3fold_zpool_map(void *pool, unsigned long handle, in z3fold_zpool_map()
1781 static void z3fold_zpool_unmap(void *pool, unsigned long handle) in z3fold_zpool_unmap()