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

/drivers/isdn/mISDN/
H A Ddsp_ecdis.h39 int hit; member in struct:ec_disable_detector_state
64 det->hit = 0;
94 det->hit = TRUE;
107 return det->hit;
/drivers/md/bcache/
H A Dstats.c27 * get a cache hit, we increment a single atomic_t in acc->collector, and when
184 bool hit, bool bypass)
187 if (hit)
192 if (hit)
199 bool hit, bool bypass)
202 mark_cache_stats(&dc->accounting.collector, hit, bypass);
203 mark_cache_stats(&c->accounting.collector, hit, bypass);
183 mark_cache_stats(struct cache_stat_collector *stats, bool hit, bool bypass) argument
198 bch_mark_cache_accounting(struct cache_set *c, struct bcache_device *d, bool hit, bool bypass) argument
/drivers/net/ethernet/sun/
H A Dsunvnet.h79 u8 hit; member in struct:vnet_mcast_entry
/drivers/block/
H A Dps3vram.c64 unsigned int hit; member in struct:ps3vram_cache
386 cache->hit++;
522 seq_printf(m, "hit:%u\nmiss:%u\n", priv->cache.hit, priv->cache.miss);
/drivers/staging/lustre/lustre/llite/
H A Drw.c976 unsigned hit)
983 ll_ra_stats_inc_sbi(sbi, hit ? RA_STAT_HIT : RA_STAT_MISS);
993 } else if (!hit && ras->ras_window_len &&
1050 /*If stride-RA hit cache miss, the stride dector
974 ras_update(struct ll_sb_info *sbi, struct inode *inode, struct ll_readahead_state *ras, unsigned long index, unsigned hit) argument
H A Dstatahead.c171 * (1) hit ratio less than 80%
174 * then means low hit.
1475 int hit; local
1478 hit = 1;
1480 hit = 0;
1483 if (hit) {
1494 CDEBUG(D_READA, "Statahead for dir "DFID" hit "
1495 "ratio too low: hit/miss %llu/%llu"

Completed in 180 milliseconds