Searched refs:zone_dl_list (Results 1 – 2 of 2) sorted by relevance
2283 list_destroy(&zone->zone_dl_list); in zone_free()4304 list_create(&zone->zone_dl_list, sizeof (zone_dl_t), in zone_create()6806 for (zdl = list_head(&zone->zone_dl_list); zdl != NULL; in zone_find_dl()6807 zdl = list_next(&zone->zone_dl_list, zdl)) { in zone_find_dl()6853 list_insert_head(&thiszone->zone_dl_list, zdl); in zone_add_datalink()6874 list_remove(&zone->zone_dl_list, zdl); in zone_remove_datalink()6940 for (zdl = list_head(&zone->zone_dl_list); zdl != NULL; in zone_list_datalink()6941 zdl = list_next(&zone->zone_dl_list, zdl)) { in zone_list_datalink()7015 for (zdl = list_head(&zone->zone_dl_list); zdl != NULL; in zone_datalink_walk()7016 zdl = list_next(&zone->zone_dl_list, zdl)) { in zone_datalink_walk()[all …]
544 list_t zone_dl_list; member