Searched refs:cache_get (Results 1 – 8 of 8) sorted by relevance
| /linux/scripts/gendwarfksyms/ |
| H A D | gendwarfksyms.h | 215 int cache_get(struct cache *cache, unsigned long key); 226 return cache_get(cache, (unsigned long)addr) == 1; in cache_was_expanded()
|
| H A D | cache.c | 24 int cache_get(struct cache *cache, unsigned long key) in cache_get() function
|
| H A D | dwarf.c | 126 res = cache_get(&srcfile_cache, filenum); in is_definition_private()
|
| /linux/net/sunrpc/ |
| H A D | cache.c | 133 cache_get(tmp); in sunrpc_cache_add_entry() 139 cache_get(new); in sunrpc_cache_add_entry() 238 cache_get(tmp); in sunrpc_cache_update() 1229 crq->item = cache_get(h); in cache_do_upcall() 1959 items[i] = cache_get(crq->item); in sunrpc_cache_requests_snapshot()
|
| H A D | svcauth_unix.c | 362 cache_get(&ipm->h); in ip_map_cached_get()
|
| /linux/drivers/net/ethernet/fungible/funeth/ |
| H A D | funeth_rx.c | 67 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 D | dm-bufio.c | 620 static struct dm_buffer *cache_get(struct dm_buffer_cache *bc, in cache_get() function 1795 b = cache_get(&c->cache, tree, block); in __bufio_new() 1888 b = cache_get(&c->cache, tree, block); in new_read() 2005 b = cache_get(&c->cache, tree, block); in __dm_bufio_prefetch() 2258 b = cache_get(&c->cache, tree, block); in forget_buffer()
|
| /linux/net/sunrpc/auth_gss/ |
| H A D | svcauth_gss.c | 1726 cache_get(&rsci->h); in svcauth_gss_accept()
|