Home | History | Annotate | Download | only in util

Lines Matching refs:hit

53 			if (rnode->hit < chain->hit)
84 if (node->hit && node->hit >= min_hit)
90 * sort them by hit
242 new->hit = period;
272 new->hit = parent->hit;
280 parent->hit = 0;
284 parent->hit = period;
367 /* we match 100% of the path, increment the hit */
369 root->hit += period;
413 if (src->hit) {
415 append_chain_children(dst, cursor, src->hit);