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

/osnet-11/usr/src/lib/nsswitch/ad/common/
H A Dad_common.c287 * the queue at state.qtail and the LRU entry is
289 * from the qtail to the qhead. Everytime a config
290 * is accessed it is moved to qtail.
295 for (cp = state.qtail, prev = NULL; cp != NULL;
303 if (state.qtail != cp) {
312 cp->qnext = state.qtail;
313 state.qtail = cp;
345 if (state.qtail == NULL) {
346 state.qtail = state.qhead = cp;
351 cp->qnext = state.qtail;
[all...]
H A Dad_common.h104 nssad_cfg_t *qtail; member in struct:nssad_state

Completed in 22 milliseconds