Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_selfcred.c101 static int open_tail; variable
144 open_tail = -1; in _nscd_free_cslots()
207 open_tail = -1; in _nscd_init_cslots()
281 open_tail = -1; in get_cslot()
301 if (open_tail != -1) { in return_cslot_nolock()
302 child[open_tail]->next_open = slot; in return_cslot_nolock()
303 open_tail = slot; in return_cslot_nolock()
306 open_head = open_tail = slot; in return_cslot_nolock()