Home
last modified time | relevance | path

Searched refs:count_leafs (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/kernel/trace/
Dtrace_events_filter.c1473 static int count_leafs(struct filter_pred *preds, struct filter_pred *root) in count_leafs() function
1525 children = count_leafs(preds, &preds[root->left]); in fold_pred()
1526 children += count_leafs(preds, &preds[root->right]); in fold_pred()