Searched refs:vm_source_free (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/libumem/common/sys/ |
H A D | vmem_impl_user.h | 120 vmem_free_t *vm_source_free; member
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | vmem_impl.h | 125 void (*vm_source_free)(vmem_t *, void *, size_t); member
|
/titanic_41/usr/src/uts/common/os/ |
H A D | vmem.c | 794 vmp->vm_source_free != NULL && in vmem_advance() 803 vmp->vm_source_free(vmp->vm_source, vaddr, size); in vmem_advance() 1130 vmp->vm_source_free != NULL && in vmem_xalloc() 1181 vmp->vm_source_free(vmp->vm_source, xvaddr, xsize); in vmem_xalloc() 1240 if (vsp->vs_aprev->vs_import && vmp->vm_source_free != NULL && in vmem_xfree() 1248 vmp->vm_source_free(vmp->vm_source, vaddr, size); in vmem_xfree() 1515 vmp->vm_source_free = ffunc; in vmem_create_common()
|
/titanic_41/usr/src/lib/libumem/common/ |
H A D | vmem.c | 689 if (vsp != NULL && vsp->vs_import && vmp->vm_source_free != NULL && in vmem_advance() 698 vmp->vm_source_free(vmp->vm_source, vaddr, size); in vmem_advance() 1043 if (vsp->vs_import && vmp->vm_source_free != NULL && in vmem_xfree() 1051 vmp->vm_source_free(vmp->vm_source, vaddr, size); in vmem_xfree() 1493 vmp->vm_source_free = ffunc; in vmem_create()
|