Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/kvm/include/
Dsparsebit.h32 void sparsebit_free(struct sparsebit **sbitp);
/external/linux-kselftest/tools/testing/selftests/kvm/lib/
Dkvm_util.c465 sparsebit_free(&region->unused_phy_pages); in kvm_vm_free()
474 sparsebit_free(&vmp->vpages_valid); in kvm_vm_free()
475 sparsebit_free(&vmp->vpages_mapped); in kvm_vm_free()
Dsparsebit.c956 void sparsebit_free(struct sparsebit **sbitp) in sparsebit_free() function