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

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

Completed in 125 milliseconds