Home
last modified time | relevance | path

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

/openbmc/linux/fs/orangefs/
H A Dorangefs-cache.c18 static struct kmem_cache *op_cache; variable
22 op_cache = kmem_cache_create("orangefs_op_cache", in op_cache_initialize()
28 if (!op_cache) { in op_cache_initialize()
42 kmem_cache_destroy(op_cache); in op_cache_finalize()
120 new_op = kmem_cache_zalloc(op_cache, GFP_KERNEL); in op_alloc()
160 kmem_cache_free(op_cache, orangefs_op); in op_release()