Searched refs:sparsebit_free (Results 1 – 3 of 3) sorted by relevance
34 void sparsebit_free(struct sparsebit **sbitp);
368 sparsebit_free(®ion->unused_phy_pages); in kvm_vm_free()377 sparsebit_free(&vmp->vpages_valid); in kvm_vm_free()378 sparsebit_free(&vmp->vpages_mapped); in kvm_vm_free()
957 void sparsebit_free(struct sparsebit **sbitp) in sparsebit_free() function