Home
last modified time | relevance | path

Searched refs:in_cache (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/net/atm/
H A Dmpoa_caches.c41 entry = client->in_cache; in in_cache_get()
62 entry = client->in_cache; in in_cache_get_with_mask()
83 entry = client->in_cache; in in_cache_get_by_vcc()
112 entry->next = client->in_cache; in in_cache_add_entry()
114 if (client->in_cache != NULL) in in_cache_add_entry()
115 client->in_cache->prev = entry; in in_cache_add_entry()
116 client->in_cache = entry; in in_cache_add_entry()
203 client->in_cache = entry->next; in in_cache_remove_entry()
234 entry = client->in_cache; in clear_count_and_expired()
260 entry = client->in_cache; in check_resolving_entries()
[all …]
H A Dmpc.h26 in_cache_entry *in_cache; /* the ingress cache of this MPC */ member
H A Dmpoa_proc.c149 for (in_entry = mpc->in_cache; in_entry; in_entry = in_entry->next) { in mpc_show()
/openbmc/linux/drivers/mtd/
H A Dsm_ftl.c1018 int error = 0, in_cache = 0; in sm_read() local
1033 in_cache = 1; in sm_read()
1051 if (in_cache) in sm_read()
/openbmc/qemu/contrib/plugins/
H A Dcache.c330 static int in_cache(Cache *cache, uint64_t addr) in in_cache() function
364 hit_blk = in_cache(cache, addr); in access_cache()