Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/kvm/lib/
Dsparsebit.c501 struct node *nodep1, *nodep2; in node_split() local
511 nodep1 = node_find(s, idx); in node_split()
512 if (!nodep1) in node_split()
519 if (nodep1->idx == idx) in node_split()
520 return nodep1; in node_split()
531 offset = idx - (nodep1->idx + MASK_BITS); in node_split()
532 orig_num_after = nodep1->num_after; in node_split()
538 nodep1->num_after = offset; in node_split()
1104 struct node *nodep1, *nodep2; in sparsebit_first_clear() local
1110 nodep1 = node_first(s); in sparsebit_first_clear()
[all …]