mlh              2013 dev/softraid.c 	struct sr_metadata_list_head mlh;
mlh              2023 dev/softraid.c 	SLIST_INIT(&mlh);
mlh              2118 dev/softraid.c 				SLIST_INSERT_HEAD(&mlh, mle, sml_link);
mlh              2138 dev/softraid.c 	SLIST_FOREACH(mle, &mlh, sml_link) {
mlh              2145 dev/softraid.c 		SLIST_FOREACH(mle2, &mlh, sml_link) {
mlh              2192 dev/softraid.c 	for (mle = SLIST_FIRST(&mlh); mle != SLIST_END(&mlh); mle = mle2) {
mlh              2198 dev/softraid.c 	SLIST_INIT(&mlh);