Searched refs:flush_bio_pool (Results 1 – 2 of 2) sorted by relevance
474 mempool_t *flush_bio_pool; member
464 mempool_free(fb, mddev->flush_bio_pool); in md_end_flush()493 fb = mempool_alloc(mddev->flush_bio_pool, GFP_NOIO); in md_flush_request()5528 if (mddev->flush_bio_pool == NULL) { in md_run()5529 mddev->flush_bio_pool = mempool_create(NR_FLUSH_BIOS, flush_bio_alloc, in md_run()5531 if (!mddev->flush_bio_pool) { in md_run()5695 if (mddev->flush_bio_pool) { in md_run()5696 mempool_destroy(mddev->flush_bio_pool); in md_run()5697 mddev->flush_bio_pool = NULL; in md_run()5915 if (mddev->flush_bio_pool) { in md_stop()5916 mempool_destroy(mddev->flush_bio_pool); in md_stop()[all …]