Home | History | Annotate | Download | only in util

Lines Matching refs:hit

52 			if (rnode->hit < chain->hit)
83 if (node->hit && node->hit >= min_hit)
89 * sort them by hit
241 new->hit = period;
271 new->hit = parent->hit;
279 parent->hit = 0;
283 parent->hit = period;
368 /* we match 100% of the path, increment the hit */
370 root->hit += period;
414 if (src->hit) {
416 append_chain_children(dst, cursor, src->hit);