Searched refs:wm_next (Results 1 – 2 of 2) sorted by relevance
194 struct sd_w_map *wm_next; /* Forward pointed to sd_w_map */ member
29428 wmp->wm_next = un->un_wm;29430 if (wmp->wm_next)29431 wmp->wm_next->wm_prev = wmp;29503 for (wmp = un->un_wm; wmp != NULL; wmp = wmp->wm_next) {29534 un->un_wm = wmp->wm_next;29536 wmp->wm_prev->wm_next = wmp->wm_next;29539 if (wmp->wm_next) {29540 wmp->wm_next->wm_prev = wmp->wm_prev;29543 wmp->wm_next = wmp->wm_prev = NULL;