sparsebit_any_set   42 tools/testing/selftests/kvm/include/sparsebit.h bool sparsebit_any_set(struct sparsebit *sbit);
sparsebit_any_set 1076 tools/testing/selftests/kvm/lib/sparsebit.c 	return !sparsebit_any_set(s);
sparsebit_any_set 1092 tools/testing/selftests/kvm/lib/sparsebit.c 	assert(sparsebit_any_set(s));
sparsebit_any_set 1546 tools/testing/selftests/kvm/lib/sparsebit.c 	assert(!sparsebit_any_set(s));
sparsebit_any_set 1594 tools/testing/selftests/kvm/lib/sparsebit.c 	if (!sparsebit_any_set(s))
sparsebit_any_set 1933 tools/testing/selftests/kvm/lib/sparsebit.c 		assert(sparsebit_any_set(s));
sparsebit_any_set 1960 tools/testing/selftests/kvm/lib/sparsebit.c 		if (sparsebit_any_set(s))
sparsebit_any_set 1972 tools/testing/selftests/kvm/lib/sparsebit.c 		if (sparsebit_any_set(s))
sparsebit_any_set 1977 tools/testing/selftests/kvm/lib/sparsebit.c 		assert(!sparsebit_any_set(s));
sparsebit_any_set 1997 tools/testing/selftests/kvm/lib/sparsebit.c 			else if (sparsebit_any_set(s))
sparsebit_any_set 2025 tools/testing/selftests/kvm/lib/sparsebit.c 		assert(sparsebit_any_set(s));