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
29409 wmp->wm_next = un->un_wm;29411 if (wmp->wm_next)29412 wmp->wm_next->wm_prev = wmp;29483 for (wmp = un->un_wm; wmp != NULL; wmp = wmp->wm_next) {29514 un->un_wm = wmp->wm_next;29516 wmp->wm_prev->wm_next = wmp->wm_next;29519 if (wmp->wm_next) {29520 wmp->wm_next->wm_prev = wmp->wm_prev;29523 wmp->wm_next = wmp->wm_prev = NULL;