Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/kvm/lib/
H A Dsparsebit.c1050 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(s)) in operate()
1970 if (sparsebit_any_set(s)) in operate()
1975 assert(!sparsebit_any_set(s)); in operate()
1995 else if (sparsebit_any_set(s)) in operate()
[all …]
/openbmc/linux/tools/testing/selftests/kvm/include/
H A Dsparsebit.h42 bool sparsebit_any_set(struct sparsebit *sbit);