Searched refs:cur_index (Results 1 – 2 of 2) sorted by relevance
426 unsigned long cur_index = first_index; in radix_tree_gang_lookup() local448 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() local517 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()
1526 int rc = 0, cur_index = 0; in __dt_parse_phandle_with_args() local1559 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