[go: nahoru, domu]

Searched defs:hit_count (Results 1 - 1 of 1) sorted by relevance

/drivers/md/
H A Ddm-cache-policy-mq.c228 unsigned hit_count; member in struct:entry
375 unsigned hit_count; member in struct:mq_policy
469 return min((unsigned) ilog2(e->hit_count), NR_QUEUE_LEVELS - 1u);
550 if ((mq->hit_count >= mq->generation_period) && (epool_empty(&mq->cache_pool))) {
551 mq->hit_count = 0;
558 total += e->hit_count;
567 total += e->hit_count;
589 e->hit_count++;
590 mq->hit_count++;
595 /* e->hit_count
[all...]

Completed in 61 milliseconds