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.c1052 bool sparsebit_any_set(struct sparsebit *s) in sparsebit_any_set() function
1077 return !sparsebit_any_set(s); in sparsebit_all_clear()
1093 assert(sparsebit_any_set(s)); in sparsebit_first_set()
1547 assert(!sparsebit_any_set(s)); in sparsebit_clear_all()
1595 if (!sparsebit_any_set(s)) in sparsebit_dump()
1934 assert(sparsebit_any_set(s)); in operate()
1961 if (sparsebit_any_set(s)) in operate()
1973 if (sparsebit_any_set(s)) in operate()
1978 assert(!sparsebit_any_set(s)); in operate()
1998 else if (sparsebit_any_set(s)) in operate()
[all …]
/external/linux-kselftest/tools/testing/selftests/kvm/include/
Dsparsebit.h44 bool sparsebit_any_set(struct sparsebit *sbit);