Searched defs:cache_head (Results 1 – 2 of 2) sorted by relevance
47 struct cache_head { struct48 struct hlist_node cache_list;49 time64_t expiry_time; /* After time expiry_time, don't use51 time64_t last_refresh; /* If CACHE_PENDING, this is when upcall was76 struct cache_head *); argument
378 unsigned int cache_head = cache->head; in write_sph() local
Completed in 5 milliseconds