Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/kvm/include/
H A Dsparsebit.h47 sparsebit_idx_t sparsebit_first_clear(struct sparsebit *sbit);
/openbmc/linux/tools/testing/selftests/kvm/lib/
H A Dsparsebit.c1100 sparsebit_idx_t sparsebit_first_clear(struct sparsebit *s) in sparsebit_first_clear() function
1961 assert(!get_value(sparsebit_first_clear(s))); in operate()
1973 assert(!get_value(sparsebit_first_clear(s))); in operate()
2011 next = sparsebit_first_clear(s); in operate()