Home
last modified time | relevance | path

Searched refs:sparsebit_any_set (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/kvm/lib/
H A Dsparsebit.c33 * sparsebit_any_set(s)
47 * if (sparsebit_any_set(s)) {
1042 * value. Use sparsebit_any_set(), instead of sparsebit_num_set() > 0,
1051 bool sparsebit_any_set(struct sparsebit *s) in sparsebit_any_set() function
1076 return !sparsebit_any_set(s); in sparsebit_all_clear()
1092 assert(sparsebit_any_set(s)); in sparsebit_first_set()
1546 assert(!sparsebit_any_set(s)); in sparsebit_clear_all()
1594 if (!sparsebit_any_set(s)) in sparsebit_dump()
1933 assert(sparsebit_any_set(s)); in operate()
1960 if (sparsebit_any_set( in operate()
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/lib/
H A Dsparsebit.c33 * sparsebit_any_set(s)
47 * if (sparsebit_any_set(s)) {
1041 * value. Use sparsebit_any_set(), instead of sparsebit_num_set() > 0,
1050 bool sparsebit_any_set(struct sparsebit *s) in sparsebit_any_set() function
1075 return !sparsebit_any_set(s); in sparsebit_all_clear()
1091 assert(sparsebit_any_set(s)); in sparsebit_first_set()
1545 assert(!sparsebit_any_set(s)); in sparsebit_clear_all()
1593 if (!sparsebit_any_set(s)) in sparsebit_dump()
1931 assert(sparsebit_any_set(s)); in operate()
1958 if (sparsebit_any_set( in operate()
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/include/
H A Dsparsebit.h42 bool sparsebit_any_set(struct sparsebit *sbit);
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/include/
H A Dsparsebit.h42 bool sparsebit_any_set(struct sparsebit *sbit);

Completed in 9 milliseconds