Searched defs:cache_head (Results 1 – 1 of 1) sorted by relevance
46 struct cache_head { struct47 struct hlist_node cache_list;48 time_t expiry_time; /* After time time, don't use the data */49 time_t last_refresh; /* If CACHE_PENDING, this is when upcall was74 struct cache_head *); argument