Searched refs:node_next (Results 1 – 1 of 1) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/kvm/lib/ |
D | sparsebit.c | 219 static struct node *node_next(struct sparsebit *s, struct node *np) in node_next() function 632 tmp = node_next(s, nodep); in node_reduce() 746 next = node_next(s, nodep); in node_reduce() 1122 nodep2 = node_next(s, nodep1); in sparsebit_first_clear() 1238 candidate = node_next(s, candidate); in sparsebit_next_set() 1277 nodep2 = node_next(s, nodep1); in sparsebit_next_clear() 1421 for (next = node_next(s, nodep); in sparsebit_set_num() 1423 next = node_next(s, nodep)) { in sparsebit_set_num() 1484 for (next = node_next(s, nodep); in sparsebit_clear_num() 1486 next = node_next(s, nodep)) { in sparsebit_clear_num() [all …]
|