Home
last modified time | relevance | path

Searched refs:cache_get (Results 1 – 9 of 9) sorted by relevance

/linux/scripts/gendwarfksyms/
H A Dgendwarfksyms.h215 int cache_get(struct cache *cache, unsigned long key);
226 return cache_get(cache, (unsigned long)addr) == 1; in cache_was_expanded()
H A Dcache.c24 int cache_get(struct cache *cache, unsigned long key) in cache_get() function
H A Ddwarf.c126 res = cache_get(&srcfile_cache, filenum); in is_definition_private()
/linux/fs/nfsd/
H A Dexport.h129 cache_get(&exp->h); in exp_get()
/linux/include/linux/sunrpc/
H A Dcache.h195 static inline struct cache_head *cache_get(struct cache_head *h) in cache_get() function
/linux/net/sunrpc/
H A Dcache.c130 cache_get(tmp); in sunrpc_cache_add_entry()
140 cache_get(new); in sunrpc_cache_add_entry()
237 cache_get(tmp); in sunrpc_cache_update()
1239 crq->item = cache_get(h); in cache_pipe_upcall()
H A Dsvcauth_unix.c359 cache_get(&ipm->h); in ip_map_cached_get()
/linux/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_rx.c67 static bool cache_get(struct funeth_rxq *q, struct funeth_rxbuf *rb) in cache_get() function
103 if (cache_get(q, rb)) in funeth_alloc_page()
/linux/drivers/md/
H A Ddm-bufio.c372 * cache_get() and cache_put() are threadsafe, you do not need to
605 static struct dm_buffer *cache_get(struct dm_buffer_cache *bc, sector_t block) in cache_get() function
1779 b = cache_get(&c->cache, block); in __bufio_new()
1870 b = cache_get(&c->cache, block); in new_read()
1985 b = cache_get(&c->cache, block); in __dm_bufio_prefetch()
2230 b = cache_get(&c->cache, block); in forget_buffer()