Searched refs:chg_w_last (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_change.c136 info->chg_w_last = wl;
138 info->chg_w_last->next = wl;
139 wl->prev = info->chg_w_last;
140 info->chg_w_last = wl;
159 info->chg_w_last = NULL;
162 info->chg_w_last = wl->prev;
H A Dcachemgr.h91 waiting_list_t *chg_w_last; /* the tail of the linked list */ member in struct:chg_info

Completed in 97 milliseconds