Searched refs:sparsebit_free (Results 1 – 3 of 3) sorted by relevance
32 void sparsebit_free(struct sparsebit **sbitp);
819 sparsebit_free(®ion->unused_phy_pages); in __vm_mem_region_delete() 820 sparsebit_free(®ion->protected_phy_pages); in __vm_mem_region_delete() 852 sparsebit_free(&vmp->vpages_valid); in kvm_vm_free() 853 sparsebit_free(&vmp->vpages_mapped); in kvm_vm_free()
10 * the use sparsebit_alloc() and free'd via sparsebit_free(),15 * sparsebit_free(&s);18 * Note that, sparsebit_free() takes a pointer to the sparsebit19 * structure. This is so that sparsebit_free() is able to poison24 * sparsebit_free(), there are multiple query and modifying operations955 void sparsebit_free(struct sparsebit **sbitp) in sparsebit_free() function