Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/include/
H A Dsparsebit.h32 void sparsebit_free(struct sparsebit **sbitp);
/linux/tools/testing/selftests/kvm/lib/
H A Dkvm_util.c812 sparsebit_free(&region->unused_phy_pages); in kvm_vm_free()
813 sparsebit_free(&region->protected_phy_pages); in kvm_vm_free()
843 sparsebit_free(&vmp->vpages_valid); in vm_userspace_mem_region_gpa_insert()
844 sparsebit_free(&vmp->vpages_mapped); in vm_userspace_mem_region_gpa_insert()
H A Dsparsebit.c955 void sparsebit_free(struct sparsebit **sbitp) in sparsebit_free() function