wb_info_pool 1793 drivers/md/md-bitmap.c mempool_destroy(mddev->wb_info_pool); wb_info_pool 1794 drivers/md/md-bitmap.c mddev->wb_info_pool = NULL; wb_info_pool 2478 drivers/md/md-bitmap.c if (!backlog && mddev->wb_info_pool) { wb_info_pool 2480 drivers/md/md-bitmap.c mempool_destroy(mddev->wb_info_pool); wb_info_pool 2481 drivers/md/md-bitmap.c mddev->wb_info_pool = NULL; wb_info_pool 2482 drivers/md/md-bitmap.c } else if (backlog && !mddev->wb_info_pool) { wb_info_pool 154 drivers/md/md.c if (mddev->wb_info_pool == NULL) { wb_info_pool 160 drivers/md/md.c mddev->wb_info_pool = mempool_create_kmalloc_pool(NR_WB_INFOS, wb_info_pool 163 drivers/md/md.c if (!mddev->wb_info_pool) wb_info_pool 179 drivers/md/md.c if (mddev->wb_info_pool) { wb_info_pool 192 drivers/md/md.c mempool_destroy(mddev->wb_info_pool); wb_info_pool 193 drivers/md/md.c mddev->wb_info_pool = NULL; wb_info_pool 5779 drivers/md/md.c if (creat_pool && mddev->wb_info_pool == NULL) { wb_info_pool 5780 drivers/md/md.c mddev->wb_info_pool = wb_info_pool 5783 drivers/md/md.c if (!mddev->wb_info_pool) { wb_info_pool 6028 drivers/md/md.c mempool_destroy(mddev->wb_info_pool); wb_info_pool 6029 drivers/md/md.c mddev->wb_info_pool = NULL; wb_info_pool 490 drivers/md/md.h mempool_t *wb_info_pool; wb_info_pool 60 drivers/md/raid1.c wi = mempool_alloc(mddev->wb_info_pool, GFP_NOIO); wb_info_pool 76 drivers/md/raid1.c mempool_free(wi, mddev->wb_info_pool); wb_info_pool 93 drivers/md/raid1.c mempool_free(wi, mddev->wb_info_pool);