Home | History | Annotate | Download | only in util

Lines Matching full:period

233 	  u64 period)
241 new->hit = period;
253 u64 idx_parents, u64 idx_local, u64 period)
280 add_child(parent, cursor, period);
281 parent->children_hit += period;
283 parent->hit = period;
290 u64 period);
295 u64 period)
301 unsigned int ret = append_chain(rnode, cursor, period);
307 add_child(root, cursor, period);
310 root->children_hit += period;
316 u64 period)
364 split_add_child(root, cursor, cnode, start, matches, period);
370 root->hit += period;
375 append_chain_children(root, cursor, period);
382 u64 period)
389 append_chain_children(&root->node, cursor, period);