Home
last modified time | relevance | path

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

/linux-6.1.9/fs/f2fs/
Diostat.c19 static mempool_t *bio_iostat_ctx_pool; variable
260 mempool_free(iostat_ctx, bio_iostat_ctx_pool); in iostat_update_and_unbind_ctx()
268 iostat_ctx = mempool_alloc(bio_iostat_ctx_pool, GFP_NOFS); in iostat_alloc_and_bind_ctx()
283 bio_iostat_ctx_pool = in f2fs_init_iostat_processing()
286 if (!bio_iostat_ctx_pool) in f2fs_init_iostat_processing()
298 mempool_destroy(bio_iostat_ctx_pool); in f2fs_destroy_iostat_processing()