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

/opensolaris-onvv-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_change.c134 if (info->chg_w_first == NULL) {
135 info->chg_w_first = wl;
154 for (wl = info->chg_w_first; wl != NULL; wl = wl->next) {
158 info->chg_w_first = NULL;
167 info->chg_w_first = wl->next;
191 if (rc == CHG_SUCCESS && chg->chg_w_first == NULL) {
206 for (wl = info->chg_w_first; wl != NULL; wl = wl->next) {
413 if (chg.chg_w_first != NULL && chg.chg_wakeup == 0) {
H A Dcachemgr.h90 waiting_list_t *chg_w_first; /* the head of the linked list */ member in struct:chg_info

Completed in 162 milliseconds