Searched defs:cache_head (Results 1 – 2 of 2) sorted by relevance
48 struct cache_head { struct49 struct cache_head * next; argument50 time_t expiry_time; /* After time time, don't use the data */51 time_t last_refresh; /* If CACHE_PENDING, this is when upcall 75 struct cache_head ** hash_table; argument
1139 int sunrpc_cache_pipe_upcall(struct cache_detail *detail, struct cache_head *h, in sunrpc_cache_pipe_upcall()