Home
last modified time | relevance | path

Searched refs:sparsebit_clear (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/testing/selftests/kvm/include/
H A Dsparsebit.h60 void sparsebit_clear(struct sparsebit *sbitp, sparsebit_idx_t idx);
/openbmc/linux/tools/testing/selftests/kvm/lib/
H A Dsparsebit.c1527 void sparsebit_clear(struct sparsebit *s, sparsebit_idx_t idx) in sparsebit_clear() function
1543 sparsebit_clear(s, 0); in sparsebit_clear_all()
1941 sparsebit_clear(s, first); in operate()
H A Dkvm_util.c1975 sparsebit_clear(region->unused_phy_pages, pg); in vm_phy_pages_alloc()