Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/kvm/lib/
Dsparsebit.c1051 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(s)) in operate()
1972 if (sparsebit_any_set(s)) in operate()
1977 assert(!sparsebit_any_set(s)); in operate()
1997 else if (sparsebit_any_set(s)) in operate()
[all …]
/external/linux-kselftest/tools/testing/selftests/kvm/include/
Dsparsebit.h42 bool sparsebit_any_set(struct sparsebit *sbit);