Searched defs:handle (Results 1 – 8 of 8) sorted by relevance
/mm/ |
D | zbud.c | 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() 430 void zbud_free(struct zbud_pool *pool, unsigned long handle) in zbud_free() 584 void *zbud_map(struct zbud_pool *pool, unsigned long handle) in zbud_map() [all …]
|
D | page_owner.c | 26 depot_stack_handle_t handle; member 119 depot_stack_handle_t handle; in save_stack() local 146 depot_stack_handle_t handle = 0; in __reset_page_owner() local 163 struct page_ext *page_ext, depot_stack_handle_t handle, in __set_page_owner_handle() 186 depot_stack_handle_t handle; in __set_page_owner() local 340 depot_stack_handle_t handle) in print_page_owner() 406 depot_stack_handle_t handle; in __dump_page_owner() local 463 depot_stack_handle_t handle; in read_page_owner() local
|
D | z3fold.c | 217 static inline struct z3fold_buddy_slots *handle_to_slots(unsigned long handle) in handle_to_slots() 222 static inline void free_handle(unsigned long handle) in free_handle() 413 static unsigned short handle_to_chunks(unsigned long handle) in handle_to_chunks() 425 static enum buddy handle_to_buddy(unsigned long handle) in handle_to_buddy() 865 unsigned long *handle) in z3fold_alloc() 996 static void z3fold_free(struct z3fold_pool *pool, unsigned long handle) in z3fold_free() 1260 static void *z3fold_map(struct z3fold_pool *pool, unsigned long handle) in z3fold_map() 1306 static void z3fold_unmap(struct z3fold_pool *pool, unsigned long handle) in z3fold_unmap() 1469 static int z3fold_zpool_evict(struct z3fold_pool *pool, unsigned long handle) in z3fold_zpool_evict() 1502 unsigned long *handle) in z3fold_zpool_malloc() [all …]
|
D | zpool.c | 274 unsigned long *handle) in zpool_malloc() 293 void zpool_free(struct zpool *zpool, unsigned long handle) in zpool_free() 344 void *zpool_map_handle(struct zpool *zpool, unsigned long handle, in zpool_map_handle() 360 void zpool_unmap_handle(struct zpool *zpool, unsigned long handle) in zpool_unmap_handle()
|
D | zsmalloc.c | 248 unsigned long handle; member 357 static void cache_free_handle(struct zs_pool *pool, unsigned long handle) in cache_free_handle() 373 static void record_obj(unsigned long handle, unsigned long obj) in record_obj() 405 unsigned long *handle) in zs_zpool_malloc() 410 static void zs_zpool_free(void *pool, unsigned long handle) in zs_zpool_free() 415 static void *zs_zpool_map(void *pool, unsigned long handle, in zs_zpool_map() 435 static void zs_zpool_unmap(void *pool, unsigned long handle) in zs_zpool_unmap() 870 static unsigned long handle_to_obj(unsigned long handle) in handle_to_obj() 884 static inline int testpin_tag(unsigned long handle) in testpin_tag() 889 static inline int trypin_tag(unsigned long handle) in trypin_tag() [all …]
|
D | zswap.c | 158 unsigned long handle; member 840 static int zswap_writeback_entry(struct zpool *pool, unsigned long handle) in zswap_writeback_entry() 995 unsigned long handle, value; in zswap_frontswap_store() local
|
D | dmapool.c | 320 dma_addr_t *handle) in dma_pool_alloc()
|
D | memcontrol.c | 1953 bool mem_cgroup_oom_synchronize(bool handle) in mem_cgroup_oom_synchronize()
|