Searched refs:vsd_list (Results 1 – 1 of 1) sorted by relevance
139 static list_t *vsd_list = NULL; variable4287 if (vsd_list == NULL) { in vsd_create()4288 vsd_list = kmem_alloc(sizeof (list_t), KM_SLEEP); in vsd_create()4289 list_create(vsd_list, sizeof (struct vsd_node), in vsd_create()4326 for (vsd = list_head(vsd_list); vsd != NULL; in vsd_destroy()4327 vsd = list_next(vsd_list, vsd)) { in vsd_destroy()4410 list_insert_head(vsd_list, vsd); in vsd_set()4461 list_remove(vsd_list, vsd); in vsd_free()