Searched refs:node_next (Results 1 – 1 of 1) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/kvm/lib/ |
D | sparsebit.c | 220 static struct node *node_next(struct sparsebit *s, struct node *np) in node_next() function 633 tmp = node_next(s, nodep); in node_reduce() 747 next = node_next(s, nodep); in node_reduce() 1123 nodep2 = node_next(s, nodep1); in sparsebit_first_clear() 1239 candidate = node_next(s, candidate); in sparsebit_next_set() 1278 nodep2 = node_next(s, nodep1); in sparsebit_next_clear() 1422 for (next = node_next(s, nodep); in sparsebit_set_num() 1424 next = node_next(s, nodep)) { in sparsebit_set_num() 1485 for (next = node_next(s, nodep); in sparsebit_clear_num() 1487 next = node_next(s, nodep)) { in sparsebit_clear_num() [all …]
|