Searched refs:detail (Results 1 – 4 of 4) sorted by relevance
| /include/linux/sunrpc/ |
| A D | cache.h | 180 sunrpc_cache_lookup_rcu(struct cache_detail *detail, 183 sunrpc_cache_update(struct cache_detail *detail, 187 sunrpc_cache_pipe_upcall(struct cache_detail *detail, struct cache_head *h); 189 sunrpc_cache_pipe_upcall_timeout(struct cache_detail *detail, 216 static inline bool cache_is_expired(struct cache_detail *detail, struct cache_head *h) in cache_is_expired() argument 222 return detail->flush_time >= h->last_refresh; in cache_is_expired() 225 extern int cache_check_rcu(struct cache_detail *detail, 227 extern int cache_check(struct cache_detail *detail, 230 extern void cache_purge(struct cache_detail *detail);
|
| /include/linux/ |
| A D | kmsg_dump.h | 63 void (*dump)(struct kmsg_dumper *dumper, struct kmsg_dump_detail *detail);
|
| A D | lru_cache.h | 256 void (*detail) (struct seq_file *, struct lc_element *));
|
| A D | uaccess.h | 573 void __noreturn usercopy_abort(const char *name, const char *detail,
|
Completed in 18 milliseconds