Home
last modified time | relevance | path

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

/linux/tools/perf/util/
A Dcallchain.c583 while (cursor_node) { in fill_node()
591 call->ip = cursor_node->ip; in fill_node()
592 call->ms = cursor_node->ms; in fill_node()
595 call->srcline = cursor_node->srcline; in fill_node()
597 if (cursor_node->branch) { in fill_node()
600 if (cursor_node->branch_from) { in fill_node()
618 if (cursor_node->branch_flags.abort) in fill_node()
622 &cursor_node->branch_flags, in fill_node()
623 cursor_node->branch_from, in fill_node()
624 cursor_node->ip); in fill_node()
[all …]
/linux/drivers/md/persistent-data/
A Ddm-btree.h190 struct cursor_node { struct
201 struct cursor_node nodes[DM_BTREE_CURSOR_MAX_DEPTH]; argument
A Ddm-btree.c1471 struct cursor_node *n = c->nodes + c->depth - 1; in prefetch_values()
1486 struct cursor_node *n = c->nodes + c->depth - 1; in leaf_node()
1495 struct cursor_node *n = c->nodes + c->depth; in push_node()
1523 struct cursor_node *n; in inc_or_backtrack()
1546 struct cursor_node *n; in find_leaf()
1624 struct cursor_node *n = c->nodes + c->depth - 1; in dm_btree_cursor_get_value()

Completed in 12 milliseconds