Home
last modified time | relevance | path

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

/linux/block/
H A Dblk-zoned.c582 mempool_free(zwplug, zwplug->disk->zone_wplugs_pool); in disk_free_zone_wplug_rcu()
683 zwplug = mempool_alloc(disk->zone_wplugs_pool, gfp_mask); in disk_get_or_alloc_zone_wplug()
704 mempool_free(zwplug, disk->zone_wplugs_pool); in disk_get_or_alloc_zone_wplug()
1891 disk->zone_wplugs_pool = mempool_create_kmalloc_pool(pool_size, in disk_alloc_zone_resources()
1893 if (!disk->zone_wplugs_pool) in disk_alloc_zone_resources()
1924 mempool_destroy(disk->zone_wplugs_pool); in disk_alloc_zone_resources()
1925 disk->zone_wplugs_pool = NULL; in disk_alloc_zone_resources()
1962 mempool_destroy(disk->zone_wplugs_pool); in disk_destroy_zone_wplugs_hash_table()
1963 disk->zone_wplugs_pool = NULL; in disk_destroy_zone_wplugs_hash_table()
2097 if (!disk->zone_wplugs_pool) in disk_update_zone_resources()
[all …]
/linux/include/linux/
H A Dblkdev.h205 struct mempool *zone_wplugs_pool; member