Home
last modified time | relevance | path

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

/fs/btrfs/
Ddisk-io.c82 static struct kmem_cache *btrfs_end_io_wq_cache; variable
86 btrfs_end_io_wq_cache = kmem_cache_create("btrfs_end_io_wq", in btrfs_end_io_wq_init()
91 if (!btrfs_end_io_wq_cache) in btrfs_end_io_wq_init()
98 kmem_cache_destroy(btrfs_end_io_wq_cache); in btrfs_end_io_wq_exit()
709 end_io_wq = kmem_cache_alloc(btrfs_end_io_wq_cache, GFP_NOFS); in btrfs_bio_wq_end_io()
1783 kmem_cache_free(btrfs_end_io_wq_cache, end_io_wq); in end_workqueue_fn()