Home
last modified time | relevance | path

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

/linux-4.4.14/net/atm/
Dmpoa_caches.c40 entry = client->in_cache; in in_cache_get()
61 entry = client->in_cache; in in_cache_get_with_mask()
82 entry = client->in_cache; in in_cache_get_by_vcc()
111 entry->next = client->in_cache; in in_cache_add_entry()
113 if (client->in_cache != NULL) in in_cache_add_entry()
114 client->in_cache->prev = entry; in in_cache_add_entry()
115 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.h25 in_cache_entry *in_cache; /* the ingress cache of this MPC */ member
Dmpoa_proc.c152 for (in_entry = mpc->in_cache; in_entry; in_entry = in_entry->next) { in mpc_show()
/linux-4.4.14/drivers/md/
Ddm-cache-policy-mq.c551 static bool in_cache(struct mq_policy *mq, struct entry *e) in in_cache() function
565 if (in_cache(mq, e)) in push()
577 if (in_cache(mq, e)) in del()
793 if (in_cache(mq, e)) { in cache_entry_found()
950 if (e && in_cache(mq, e)) in map()
1063 if (e && in_cache(mq, e)) { in mq_lookup()
1079 BUG_ON(!e || !in_cache(mq, e)); in __mq_set_clear_dirty()
1165 BUG_ON(!e || !in_cache(mq, e)); in __remove_mapping()
1256 if (e && in_cache(mq, e)) { in __force_mapping()
/linux-4.4.14/arch/cris/boot/rescue/
Dhead_v10.S129 jump in_cache ; enter cached area instead
130 in_cache: label
/linux-4.4.14/drivers/mtd/
Dsm_ftl.c1015 int error = 0, in_cache = 0; in sm_read() local
1030 in_cache = 1; in sm_read()
1048 if (in_cache) in sm_read()
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dcl_lock.c794 bool in_cache; in cl_lock_delete0() local
802 in_cache = !list_empty(&lock->cll_linkage); in cl_lock_delete0()
803 if (in_cache) in cl_lock_delete0()
807 if (in_cache) /* coh_locks cache holds a refcount. */ in cl_lock_delete0()