Searched refs:cache_head (Results 1 – 2 of 2) sorted by relevance
47 struct cache_head { struct80 struct cache_head *);97 int (*match)(struct cache_head *orig, struct cache_head *new);98 void (*init)(struct cache_head *orig, struct cache_head *new);99 void (*update)(struct cache_head *orig, struct cache_head *new);179 extern struct cache_head *182 extern struct cache_head *184 struct cache_head *new, struct cache_head *old, int hash);190 struct cache_head *h);195 static inline struct cache_head *cache_get(struct cache_head *h) in cache_get()[all …]
2416 const struct cache_head *h2422 __field(const struct cache_head *, h)2437 const struct cache_head *h \
Completed in 8 milliseconds