Home
last modified time | relevance | path

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

/linux/block/
H A Dblk-zoned.c391 hlist_for_each_entry_rcu(zwplg, &disk->zone_wplugs_hash[idx], node) { in disk_insert_zone_wplug()
397 hlist_add_head_rcu(&zwplug->node, &disk->zone_wplugs_hash[idx]); in disk_insert_zone_wplug()
412 hlist_for_each_entry_rcu(zwplug, &disk->zone_wplugs_hash[idx], node) { in disk_get_zone_wplug()
1032 if (!bdev->bd_disk->zone_wplugs_hash) in blk_zone_plug_bio()
1402 disk->zone_wplugs_hash = in disk_alloc_zone_resources()
1405 if (!disk->zone_wplugs_hash) in disk_alloc_zone_resources()
1409 INIT_HLIST_HEAD(&disk->zone_wplugs_hash[i]); in disk_alloc_zone_resources()
1428 kfree(disk->zone_wplugs_hash); in disk_alloc_zone_resources()
1429 disk->zone_wplugs_hash = NULL; in disk_alloc_zone_resources()
1439 if (!disk->zone_wplugs_hash) in disk_destroy_zone_wplugs_hash_table()
[all …]
/linux/include/linux/
H A Dblkdev.h201 struct hlist_head *zone_wplugs_hash; member