Symbol: cache_head
fs/nfs/dns_resolve.c
121
static struct cache_head *nfs_dns_ent_alloc(void)
fs/nfs/dns_resolve.c
140
struct cache_head *ch,
fs/nfs/dns_resolve.c
150
struct cache_head *ch)
fs/nfs/dns_resolve.c
162
static int nfs_dns_match(struct cache_head *ca,
fs/nfs/dns_resolve.c
163
struct cache_head *cb)
fs/nfs/dns_resolve.c
177
struct cache_head *h)
fs/nfs/dns_resolve.c
205
struct cache_head *ch;
fs/nfs/dns_resolve.c
219
struct cache_head *ch;
fs/nfs/dns_resolve.c
60
struct cache_head h;
fs/nfs/dns_resolve.c
71
static void nfs_dns_ent_update(struct cache_head *cnew,
fs/nfs/dns_resolve.c
72
struct cache_head *ckey)
fs/nfs/dns_resolve.c
84
static void nfs_dns_ent_init(struct cache_head *cnew,
fs/nfs/dns_resolve.c
85
struct cache_head *ckey)
fs/nfsd/export.c
1467
struct cache_head *cp = p;
fs/nfsd/export.c
188
struct cache_head *h)
fs/nfsd/export.c
211
static inline int expkey_match (struct cache_head *a, struct cache_head *b)
fs/nfsd/export.c
223
static inline void expkey_init(struct cache_head *cnew,
fs/nfsd/export.c
224
struct cache_head *citem)
fs/nfsd/export.c
236
static inline void expkey_update(struct cache_head *cnew,
fs/nfsd/export.c
237
struct cache_head *citem)
fs/nfsd/export.c
246
static struct cache_head *expkey_alloc(void)
fs/nfsd/export.c
298
struct cache_head *ch;
fs/nfsd/export.c
312
struct cache_head *ch;
fs/nfsd/export.c
389
static int svc_export_upcall(struct cache_detail *cd, struct cache_head *h)
fs/nfsd/export.c
395
struct cache_head *h,
fs/nfsd/export.c
65
static int expkey_upcall(struct cache_detail *cd, struct cache_head *h)
fs/nfsd/export.c
71
struct cache_head *h,
fs/nfsd/export.c
781
struct cache_head *h)
fs/nfsd/export.c
829
static int svc_export_match(struct cache_head *a, struct cache_head *b)
fs/nfsd/export.c
837
static void svc_export_init(struct cache_head *cnew, struct cache_head *citem)
fs/nfsd/export.c
855
static void export_update(struct cache_head *cnew, struct cache_head *citem)
fs/nfsd/export.c
883
static struct cache_head *svc_export_alloc(void)
fs/nfsd/export.c
933
struct cache_head *ch;
fs/nfsd/export.c
946
struct cache_head *ch;
fs/nfsd/export.h
65
struct cache_head h;
fs/nfsd/export.h
89
struct cache_head h;
fs/nfsd/nfs4idmap.c
127
idtoname_upcall(struct cache_detail *cd, struct cache_head *h)
fs/nfsd/nfs4idmap.c
133
idtoname_request(struct cache_detail *cd, struct cache_head *ch, char **bpp,
fs/nfsd/nfs4idmap.c
148
idtoname_match(struct cache_head *ca, struct cache_head *cb)
fs/nfsd/nfs4idmap.c
158
idtoname_show(struct seq_file *m, struct cache_detail *cd, struct cache_head *h)
fs/nfsd/nfs4idmap.c
276
struct cache_head *ch = sunrpc_cache_lookup_rcu(cd, &item->h,
fs/nfsd/nfs4idmap.c
287
struct cache_head *ch = sunrpc_cache_update(cd, &new->h, &old->h,
fs/nfsd/nfs4idmap.c
307
nametoid_upcall(struct cache_detail *cd, struct cache_head *h)
fs/nfsd/nfs4idmap.c
313
nametoid_request(struct cache_detail *cd, struct cache_head *ch, char **bpp,
fs/nfsd/nfs4idmap.c
326
nametoid_match(struct cache_head *ca, struct cache_head *cb)
fs/nfsd/nfs4idmap.c
336
nametoid_show(struct seq_file *m, struct cache_detail *cd, struct cache_head *h)
fs/nfsd/nfs4idmap.c
441
struct cache_head *ch = sunrpc_cache_lookup_rcu(cd, &item->h,
fs/nfsd/nfs4idmap.c
452
struct cache_head *ch = sunrpc_cache_update(cd, &new->h, &old->h,
fs/nfsd/nfs4idmap.c
64
struct cache_head h;
fs/nfsd/nfs4idmap.c
78
ent_init(struct cache_head *cnew, struct cache_head *citm)
fs/nfsd/nfs4idmap.c
97
static struct cache_head *
include/linux/sunrpc/cache.h
145
struct cache_head *item; /* cache item we wait on */
include/linux/sunrpc/cache.h
179
extern struct cache_head *
include/linux/sunrpc/cache.h
181
struct cache_head *key, int hash);
include/linux/sunrpc/cache.h
182
extern struct cache_head *
include/linux/sunrpc/cache.h
184
struct cache_head *new, struct cache_head *old, int hash);
include/linux/sunrpc/cache.h
187
sunrpc_cache_pipe_upcall(struct cache_detail *detail, struct cache_head *h);
include/linux/sunrpc/cache.h
190
struct cache_head *h);
include/linux/sunrpc/cache.h
195
static inline struct cache_head *cache_get(struct cache_head *h)
include/linux/sunrpc/cache.h
201
static inline struct cache_head *cache_get_rcu(struct cache_head *h)
include/linux/sunrpc/cache.h
208
static inline void cache_put(struct cache_head *h, struct cache_detail *cd)
include/linux/sunrpc/cache.h
216
static inline bool cache_is_expired(struct cache_detail *detail, struct cache_head *h)
include/linux/sunrpc/cache.h
226
struct cache_head *h, struct cache_req *rqstp);
include/linux/sunrpc/cache.h
228
struct cache_head *h, struct cache_req *rqstp);
include/linux/sunrpc/cache.h
244
extern void sunrpc_cache_unhash(struct cache_detail *, struct cache_head *);
include/linux/sunrpc/cache.h
80
struct cache_head *);
include/linux/sunrpc/cache.h
83
struct cache_head *ch,
include/linux/sunrpc/cache.h
91
struct cache_head *h);
include/linux/sunrpc/cache.h
95
struct cache_head * (*alloc)(void);
include/linux/sunrpc/cache.h
97
int (*match)(struct cache_head *orig, struct cache_head *new);
include/linux/sunrpc/cache.h
98
void (*init)(struct cache_head *orig, struct cache_head *new);
include/linux/sunrpc/cache.h
99
void (*update)(struct cache_head *orig, struct cache_head *new);
include/trace/events/sunrpc.h
2416
const struct cache_head *h
include/trace/events/sunrpc.h
2422
__field(const struct cache_head *, h)
include/trace/events/sunrpc.h
2437
const struct cache_head *h \
net/sunrpc/auth_gss/svcauth_gss.c
138
static int rsi_match(struct cache_head *a, struct cache_head *b)
net/sunrpc/auth_gss/svcauth_gss.c
160
static void rsi_init(struct cache_head *cnew, struct cache_head *citem)
net/sunrpc/auth_gss/svcauth_gss.c
179
static void update_rsi(struct cache_head *cnew, struct cache_head *citem)
net/sunrpc/auth_gss/svcauth_gss.c
198
static struct cache_head *rsi_alloc(void)
net/sunrpc/auth_gss/svcauth_gss.c
207
static int rsi_upcall(struct cache_detail *cd, struct cache_head *h)
net/sunrpc/auth_gss/svcauth_gss.c
213
struct cache_head *h,
net/sunrpc/auth_gss/svcauth_gss.c
323
struct cache_head *ch;
net/sunrpc/auth_gss/svcauth_gss.c
335
struct cache_head *ch;
net/sunrpc/auth_gss/svcauth_gss.c
369
struct cache_head h;
net/sunrpc/auth_gss/svcauth_gss.c
413
rsc_match(struct cache_head *a, struct cache_head *b)
net/sunrpc/auth_gss/svcauth_gss.c
422
rsc_init(struct cache_head *cnew, struct cache_head *ctmp)
net/sunrpc/auth_gss/svcauth_gss.c
436
update_rsc(struct cache_head *cnew, struct cache_head *ctmp)
net/sunrpc/auth_gss/svcauth_gss.c
449
static struct cache_head *
net/sunrpc/auth_gss/svcauth_gss.c
459
static int rsc_upcall(struct cache_detail *cd, struct cache_head *h)
net/sunrpc/auth_gss/svcauth_gss.c
600
struct cache_head *ch;
net/sunrpc/auth_gss/svcauth_gss.c
612
struct cache_head *ch;
net/sunrpc/auth_gss/svcauth_gss.c
99
struct cache_head h;
net/sunrpc/cache.c
100
static struct cache_head *sunrpc_cache_add_entry(struct cache_detail *detail,
net/sunrpc/cache.c
101
struct cache_head *key,
net/sunrpc/cache.c
104
struct cache_head *new, *tmp, *freeme = NULL;
net/sunrpc/cache.c
1110
static void cache_dequeue(struct cache_detail *detail, struct cache_head *ch)
net/sunrpc/cache.c
1230
static int cache_pipe_upcall(struct cache_detail *detail, struct cache_head *h)
net/sunrpc/cache.c
1271
int sunrpc_cache_pipe_upcall(struct cache_detail *detail, struct cache_head *h)
net/sunrpc/cache.c
1280
struct cache_head *h)
net/sunrpc/cache.c
1370
struct cache_head *ch;
net/sunrpc/cache.c
1392
struct cache_head, cache_list);
net/sunrpc/cache.c
1397
struct cache_head *ch = p;
net/sunrpc/cache.c
1410
struct cache_head, cache_list);
net/sunrpc/cache.c
1423
struct cache_head, cache_list);
net/sunrpc/cache.c
1449
struct cache_head *cp = p;
net/sunrpc/cache.c
149
struct cache_head *sunrpc_cache_lookup_rcu(struct cache_detail *detail,
net/sunrpc/cache.c
150
struct cache_head *key, int hash)
net/sunrpc/cache.c
152
struct cache_head *ret;
net/sunrpc/cache.c
162
static void cache_dequeue(struct cache_detail *detail, struct cache_head *ch);
net/sunrpc/cache.c
164
static void cache_fresh_locked(struct cache_head *head, time64_t expiry,
net/sunrpc/cache.c
177
static void cache_fresh_unlocked(struct cache_head *head,
net/sunrpc/cache.c
187
struct cache_head *h)
net/sunrpc/cache.c
1920
void sunrpc_cache_unhash(struct cache_detail *cd, struct cache_head *h)
net/sunrpc/cache.c
194
struct cache_head *h,
net/sunrpc/cache.c
195
struct cache_head *new)
net/sunrpc/cache.c
205
struct cache_head *sunrpc_cache_update(struct cache_detail *detail,
net/sunrpc/cache.c
206
struct cache_head *new, struct cache_head *old, int hash)
net/sunrpc/cache.c
212
struct cache_head *tmp;
net/sunrpc/cache.c
249
static inline int cache_is_valid(struct cache_head *h)
net/sunrpc/cache.c
270
static int try_to_negate_entry(struct cache_detail *detail, struct cache_head *h)
net/sunrpc/cache.c
288
struct cache_head *h, struct cache_req *rqstp)
net/sunrpc/cache.c
348
struct cache_head *h, struct cache_req *rqstp)
net/sunrpc/cache.c
43
static bool cache_defer_req(struct cache_req *req, struct cache_head *item);
net/sunrpc/cache.c
44
static void cache_revisit_request(struct cache_head *item);
net/sunrpc/cache.c
46
static void cache_init(struct cache_head *h, struct cache_detail *detail)
net/sunrpc/cache.c
477
struct cache_head *ch = NULL;
net/sunrpc/cache.c
546
struct cache_head *ch = NULL;
net/sunrpc/cache.c
560
ch = hlist_entry(head->first, struct cache_head,
net/sunrpc/cache.c
59
static void cache_fresh_unlocked(struct cache_head *head,
net/sunrpc/cache.c
607
static void __hash_deferred_req(struct cache_deferred_req *dreq, struct cache_head *item)
net/sunrpc/cache.c
616
struct cache_head *item,
net/sunrpc/cache.c
62
static struct cache_head *sunrpc_cache_find_rcu(struct cache_detail *detail,
net/sunrpc/cache.c
63
struct cache_head *key,
net/sunrpc/cache.c
647
static void cache_wait_req(struct cache_req *req, struct cache_head *item)
net/sunrpc/cache.c
67
struct cache_head *tmp;
net/sunrpc/cache.c
720
static bool cache_defer_req(struct cache_req *req, struct cache_head *item)
net/sunrpc/cache.c
744
static void cache_revisit_request(struct cache_head *item)
net/sunrpc/cache.c
814
struct cache_head *item;
net/sunrpc/cache.c
84
static void sunrpc_begin_cache_remove_entry(struct cache_head *ch,
net/sunrpc/cache.c
93
static void sunrpc_end_cache_remove_entry(struct cache_head *ch,
net/sunrpc/svcauth_unix.c
108
struct cache_head *item = container_of(kref, struct cache_head, ref);
net/sunrpc/svcauth_unix.c
121
static int ip_map_match(struct cache_head *corig, struct cache_head *cnew)
net/sunrpc/svcauth_unix.c
128
static void ip_map_init(struct cache_head *cnew, struct cache_head *citem)
net/sunrpc/svcauth_unix.c
136
static void update(struct cache_head *cnew, struct cache_head *citem)
net/sunrpc/svcauth_unix.c
144
static struct cache_head *ip_map_alloc(void)
net/sunrpc/svcauth_unix.c
153
static int ip_map_upcall(struct cache_detail *cd, struct cache_head *h)
net/sunrpc/svcauth_unix.c
159
struct cache_head *h,
net/sunrpc/svcauth_unix.c
262
struct cache_head *h)
net/sunrpc/svcauth_unix.c
294
struct cache_head *ch;
net/sunrpc/svcauth_unix.c
312
struct cache_head *ch;
net/sunrpc/svcauth_unix.c
409
struct cache_head h;
net/sunrpc/svcauth_unix.c
423
struct cache_head *item = &ug->h;
net/sunrpc/svcauth_unix.c
433
struct cache_head *item = container_of(kref, struct cache_head, ref);
net/sunrpc/svcauth_unix.c
439
static int unix_gid_match(struct cache_head *corig, struct cache_head *cnew)
net/sunrpc/svcauth_unix.c
445
static void unix_gid_init(struct cache_head *cnew, struct cache_head *citem)
net/sunrpc/svcauth_unix.c
451
static void unix_gid_update(struct cache_head *cnew, struct cache_head *citem)
net/sunrpc/svcauth_unix.c
459
static struct cache_head *unix_gid_alloc(void)
net/sunrpc/svcauth_unix.c
468
static int unix_gid_upcall(struct cache_detail *cd, struct cache_head *h)
net/sunrpc/svcauth_unix.c
474
struct cache_head *h,
net/sunrpc/svcauth_unix.c
538
struct cache_head *ch;
net/sunrpc/svcauth_unix.c
560
struct cache_head *h)
net/sunrpc/svcauth_unix.c
632
struct cache_head *ch;
net/sunrpc/svcauth_unix.c
99
struct cache_head h;
sound/firewire/motu/amdtp-motu.c
378
unsigned int cache_head = cache->head;
sound/firewire/motu/amdtp-motu.c
383
unsigned int tick = (base_tick + event_offsets[cache_head]) % TICKS_PER_SECOND;
sound/firewire/motu/amdtp-motu.c
387
cache_head = (cache_head + 1) % cache_size;
sound/firewire/motu/amdtp-motu.c
391
cache->head = cache_head;