Searched refs:lru_tail (Results 1 – 4 of 4) sorted by relevance
68 unsigned short lru_tail; /* index of most-recently used script */ member
82 cache->lru_tail = 0; in flush_script_cache()205 cache->buckets[cache->lru_tail].lru_chain = head; in script_new()206 cache->lru_tail = head; in script_new()
502 cache->lru_tail = 0; in flush_rs_cache()612 cache->buckets[cache->lru_tail].lru_chain = head; in rs_new()613 cache->lru_tail = head; in rs_new()
337 unsigned short lru_tail; /* index of most-recently used rs */ member