Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Diostat.c18 static mempool_t *bio_iostat_ctx_pool; variable
255 mempool_free(iostat_ctx, bio_iostat_ctx_pool); in iostat_update_and_unbind_ctx()
263 iostat_ctx = mempool_alloc(bio_iostat_ctx_pool, GFP_NOFS); in iostat_alloc_and_bind_ctx()
278 bio_iostat_ctx_pool = in f2fs_init_iostat_processing()
281 if (!bio_iostat_ctx_pool) in f2fs_init_iostat_processing()
293 mempool_destroy(bio_iostat_ctx_pool); in f2fs_destroy_iostat_processing()