Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/kvm/include/
Dsparsebit.h60 void sparsebit_clear(struct sparsebit *sbitp, sparsebit_idx_t idx);
/linux-6.12.1/tools/testing/selftests/kvm/lib/
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()
Dkvm_util.c2048 sparsebit_clear(region->unused_phy_pages, pg); in __vm_phy_pages_alloc()