Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dlocaltime.c305 static state_t *tzcache[HASHTABLE]; variable
537 cur = tzcache[hashid]; in find_zone()
561 cur = tzcache[hashid]; in reg_zone()
578 new->next = tzcache[hashid]; in reg_zone()
579 tzcache[hashid] = new; in reg_zone()
2363 for (p = tzcache[hashid]; p != NULL; p = n) { in purge_zone_cache()
2368 tzcache[hashid] = NULL; in purge_zone_cache()