Home
last modified time | relevance | path

Searched refs:c_handle (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/mm/
H A Dz3fold.c163 struct kmem_cache *c_handle; member
215 slots = kmem_cache_zalloc(pool->c_handle, in alloc_slots()
344 kmem_cache_free(pool->c_handle, slots); in free_handle()
998 pool->c_handle = kmem_cache_create("z3fold_handle", in z3fold_create_pool()
1001 if (!pool->c_handle) in z3fold_create_pool()
1037 kmem_cache_destroy(pool->c_handle); in z3fold_create_pool()
1052 kmem_cache_destroy(pool->c_handle); in z3fold_destroy_pool()
1469 kmem_cache_free(pool->c_handle, slots); in z3fold_reclaim_page()