Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/common/
A Dradix-tree.c426 unsigned long cur_index = first_index; in radix_tree_gang_lookup() local
448 if (cur_index > max_index) in radix_tree_gang_lookup()
450 slots_found = __lookup(node, (void ***)results + ret, cur_index, in radix_tree_gang_lookup()
465 cur_index = next_index; in radix_tree_gang_lookup()
495 unsigned long cur_index = first_index; in radix_tree_gang_lookup_slot() local
517 if (cur_index > max_index) in radix_tree_gang_lookup_slot()
519 slots_found = __lookup(node, results + ret, cur_index, in radix_tree_gang_lookup_slot()
524 cur_index = next_index; in radix_tree_gang_lookup_slot()
A Ddevice_tree.c1526 int rc = 0, cur_index = 0; in __dt_parse_phandle_with_args() local
1559 if ( cells_name || cur_index == index ) in __dt_parse_phandle_with_args()
1601 if ( cur_index == index ) in __dt_parse_phandle_with_args()
1625 cur_index++; in __dt_parse_phandle_with_args()
1634 rc = index < 0 ? cur_index : -ENOENT; in __dt_parse_phandle_with_args()

Completed in 7 milliseconds