Home
last modified time | relevance | path

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

/linux-6.1.9/net/atm/
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()
207 if (client->in_cache == NULL && client->eg_cache == NULL) { in in_cache_remove_entry()
234 entry = client->in_cache; in clear_count_and_expired()
[all …]
Dmpc.h26 in_cache_entry *in_cache; /* the ingress cache of this MPC */ member
Dmpoa_proc.c149 for (in_entry = mpc->in_cache; in_entry; in_entry = in_entry->next) { in mpc_show()
/linux-6.1.9/drivers/mtd/
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()