Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/mm/
H A Dz3fold.c135 * @c_handle: cache for z3fold_buddy_slots allocation
150 struct kmem_cache *c_handle; member
197 struct z3fold_buddy_slots *slots = kmem_cache_zalloc(pool->c_handle, in alloc_slots()
314 kmem_cache_free(pool->c_handle, slots); in free_handle()
916 pool->c_handle = kmem_cache_create("z3fold_handle", in z3fold_create_pool()
919 if (!pool->c_handle) in z3fold_create_pool()
950 kmem_cache_destroy(pool->c_handle); in z3fold_create_pool()
965 kmem_cache_destroy(pool->c_handle); in z3fold_destroy_pool()
/kernel/linux/linux-5.10/mm/
H A Dz3fold.c144 * @c_handle: cache for z3fold_buddy_slots allocation
163 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()

Completed in 5 milliseconds