Searched defs:handle (Results 1 – 9 of 9) 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() 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() [all …]
|
D | page_owner.c | 27 depot_stack_handle_t handle; member 112 depot_stack_handle_t handle; in get_page_owner_handle() local 144 depot_stack_handle_t handle; in save_stack() local 171 depot_stack_handle_t handle = 0; in __reset_page_owner() local 191 struct page_ext *page_ext, depot_stack_handle_t handle, in __set_page_owner_handle() 216 depot_stack_handle_t handle; in __set_page_owner() local 389 depot_stack_handle_t handle) in print_page_owner() 456 depot_stack_handle_t handle; in __dump_page_owner() local 516 depot_stack_handle_t handle; in read_page_owner() local
|
D | z3fold.c | 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() [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 353 static void cache_free_handle(struct zs_pool *pool, unsigned long handle) in cache_free_handle() 369 static void record_obj(unsigned long handle, unsigned long obj) in record_obj() 401 unsigned long *handle) in zs_zpool_malloc() 406 static void zs_zpool_free(void *pool, unsigned long handle) in zs_zpool_free() 411 static void *zs_zpool_map(void *pool, unsigned long handle, in zs_zpool_map() 431 static void zs_zpool_unmap(void *pool, unsigned long handle) in zs_zpool_unmap() 866 static unsigned long handle_to_obj(unsigned long handle) in handle_to_obj() 880 static inline int testpin_tag(unsigned long handle) in testpin_tag() 885 static inline int trypin_tag(unsigned long handle) in trypin_tag() [all …]
|
D | page_pinner.c | 21 depot_stack_handle_t handle; member 27 depot_stack_handle_t handle; member 111 depot_stack_handle_t handle; in save_stack() local 192 struct page_ext *page_ext, depot_stack_handle_t handle, in __set_page_pinner_handle() 212 depot_stack_handle_t handle; in __set_page_pinner() local 288 depot_stack_handle_t handle; in __dump_page_pinner() local
|
D | zswap.c | 168 unsigned long handle; member 871 static int zswap_writeback_entry(struct zpool *pool, unsigned long handle) in zswap_writeback_entry() 1010 unsigned long handle, value; in zswap_frontswap_store() local
|
D | dmapool.c | 315 dma_addr_t *handle) in dma_pool_alloc()
|
D | memcontrol.c | 2031 bool mem_cgroup_oom_synchronize(bool handle) in mem_cgroup_oom_synchronize()
|