Searched refs:hit (Results 1 – 5 of 5) sorted by relevance
91 int hit; /* cache hit count */ member105 void ResetKeyCacheHitInfo(int *hit, int *try);
42 #define TRACE_HIT_CACHE(kc) do { kc->hit++; g_totalKeyCacheHit++; } while (0)44 void ResetKeyCacheHitInfo(int *hit, int *try) in ResetKeyCacheHitInfo() argument46 *hit = g_totalKeyCacheHit; in ResetKeyCacheHitInfo()
843 bool hit; in bcmdumplogent() local861 hit = FALSE; in bcmdumplogent()862 for (; (i != logi) && !hit; i = (i + 1) % LOGSIZE) { in bcmdumplogent()868 hit = TRUE; in bcmdumplogent()
36768 * or we hit an area that isn't mapped.68199 + * We shouldn't hit this anymore as cached cancelled TRBs are given back