Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_change.c137 if (info->chg_w_first == NULL) { in waiting_list_add()
138 info->chg_w_first = wl; in waiting_list_add()
157 for (wl = info->chg_w_first; wl != NULL; wl = wl->next) { in waiting_list_delete()
161 info->chg_w_first = NULL; in waiting_list_delete()
170 info->chg_w_first = wl->next; in waiting_list_delete()
194 if (rc == CHG_SUCCESS && chg->chg_w_first == NULL) { in waiting_list_cleanup()
209 for (wl = info->chg_w_first; wl != NULL; wl = wl->next) { in waiting_list_set_cleanup()
416 if (chg.chg_w_first != NULL && chg.chg_wakeup == 0) { in chg_notify_statusChange()
H A Dcachemgr.h90 waiting_list_t *chg_w_first; /* the head of the linked list */ member