[go: nahoru, domu]

Searched refs:in_cache (Results 1 - 3 of 3) sorted by relevance

/drivers/md/
H A Ddm-cache-policy-mq.c472 static bool in_cache(struct mq_policy *mq, struct entry *e) function
487 if (in_cache(mq, e))
682 if (in_cache(mq, e)) {
839 if (e && in_cache(mq, e))
925 if (e && in_cache(mq, e)) {
941 BUG_ON(!e || !in_cache(mq, e));
1023 BUG_ON(!e || !in_cache(mq, e));
1097 if (e && in_cache(mq, e)) {
/drivers/mtd/
H A Dsm_ftl.c1015 int error = 0, in_cache = 0; local
1030 in_cache = 1;
1048 if (in_cache)
/drivers/staging/lustre/lustre/obdclass/
H A Dcl_lock.c795 bool in_cache; local
803 in_cache = !list_empty(&lock->cll_linkage);
804 if (in_cache)
808 if (in_cache) /* coh_locks cache holds a refcount. */

Completed in 103 milliseconds