Searched refs:tzcache (Results 1 – 1 of 1) sorted by relevance
305 static state_t *tzcache[HASHTABLE]; variable537 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()