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.c91 static struct kmem_cache *btrfs_end_io_wq_cache; variable
95 btrfs_end_io_wq_cache = kmem_cache_create("btrfs_end_io_wq", in btrfs_end_io_wq_init()
100 if (!btrfs_end_io_wq_cache) in btrfs_end_io_wq_init()
107 if (btrfs_end_io_wq_cache) in btrfs_end_io_wq_exit()
108 kmem_cache_destroy(btrfs_end_io_wq_cache); in btrfs_end_io_wq_exit()
685 end_io_wq = kmem_cache_alloc(btrfs_end_io_wq_cache, GFP_NOFS); in btrfs_bio_wq_end_io()
1702 kmem_cache_free(btrfs_end_io_wq_cache, end_io_wq); in end_workqueue_fn()