Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/nscd/
H A Dnscd_selfcred.c100 static int open_tail; variable
143 open_tail = -1; in _nscd_free_cslots()
206 open_tail = -1; in _nscd_init_cslots()
280 open_tail = -1; in get_cslot()
300 if (open_tail != -1) { in return_cslot_nolock()
301 child[open_tail]->next_open = slot; in return_cslot_nolock()
302 open_tail = slot; in return_cslot_nolock()
305 open_head = open_tail = slot; in return_cslot_nolock()