Searched defs:handle (Results 1 – 6 of 6) sorted by relevance
/mm/ |
D | zbud.c | 124 static int zbud_zpool_evict(struct zbud_pool *pool, unsigned long handle) in zbud_zpool_evict() 145 unsigned long *handle) in zbud_zpool_malloc() 149 static void zbud_zpool_free(void *pool, unsigned long handle) in zbud_zpool_free() 173 static void *zbud_zpool_map(void *pool, unsigned long handle, in zbud_zpool_map() 178 static void zbud_zpool_unmap(void *pool, unsigned long handle) in zbud_zpool_unmap() 246 unsigned long handle; in encode_handle() local 264 static struct zbud_header *handle_to_zbud_header(unsigned long handle) in handle_to_zbud_header() 339 unsigned long *handle) in zbud_alloc() 414 void zbud_free(struct zbud_pool *pool, unsigned long handle) in zbud_free() 571 void *zbud_map(struct zbud_pool *pool, unsigned long handle) in zbud_map() [all …]
|
D | zpool.c | 84 int zpool_evict(void *pool, unsigned long handle) in zpool_evict() 247 unsigned long *handle) in zpool_malloc() 266 void zpool_free(struct zpool *zpool, unsigned long handle) in zpool_free() 316 void *zpool_map_handle(struct zpool *zpool, unsigned long handle, in zpool_map_handle() 332 void zpool_unmap_handle(struct zpool *zpool, unsigned long handle) in zpool_unmap_handle()
|
D | zsmalloc.c | 245 unsigned long handle; member 302 static void free_handle(struct zs_pool *pool, unsigned long handle) in free_handle() 307 static void record_obj(unsigned long handle, unsigned long obj) in record_obj() 327 unsigned long *handle) in zs_zpool_malloc() 332 static void zs_zpool_free(void *pool, unsigned long handle) in zs_zpool_free() 343 static void *zs_zpool_map(void *pool, unsigned long handle, in zs_zpool_map() 363 static void zs_zpool_unmap(void *pool, unsigned long handle) in zs_zpool_unmap() 826 static unsigned long handle_to_obj(unsigned long handle) in handle_to_obj() 852 static inline int trypin_tag(unsigned long handle) in trypin_tag() 859 static void pin_tag(unsigned long handle) in pin_tag() [all …]
|
D | zswap.c | 185 unsigned long handle; member 533 static int zswap_writeback_entry(struct zpool *pool, unsigned long handle) in zswap_writeback_entry() 647 unsigned long handle; in zswap_frontswap_store() local
|
D | dmapool.c | 319 dma_addr_t *handle) in dma_pool_alloc()
|
D | memcontrol.c | 2148 bool mem_cgroup_oom_synchronize(bool handle) in mem_cgroup_oom_synchronize()
|