Home
last modified time | relevance | path

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

/linux-4.4.14/fs/btrfs/
Ddisk-io.c90 static struct kmem_cache *btrfs_end_io_wq_cache; variable
94 btrfs_end_io_wq_cache = kmem_cache_create("btrfs_end_io_wq", in btrfs_end_io_wq_init()
99 if (!btrfs_end_io_wq_cache) in btrfs_end_io_wq_init()
106 if (btrfs_end_io_wq_cache) in btrfs_end_io_wq_exit()
107 kmem_cache_destroy(btrfs_end_io_wq_cache); in btrfs_end_io_wq_exit()
755 end_io_wq = kmem_cache_alloc(btrfs_end_io_wq_cache, GFP_NOFS); in btrfs_bio_wq_end_io()
1770 kmem_cache_free(btrfs_end_io_wq_cache, end_io_wq); in end_workqueue_fn()