Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/kern/
HDkern_malloc.c491 vsetzoneslab((uintptr_t)ret, NULL, CONTIG_MALLOC_SLAB(size)); in contigmalloc()
508 vsetzoneslab((uintptr_t)ret, NULL, CONTIG_MALLOC_SLAB(size)); in contigmalloc_domainset()
624 vsetzoneslab((uintptr_t)kva, NULL, MALLOC_LARGE_SLAB(sz)); in malloc_large()
/freebsd-13-stable/sys/vm/
HDuma_int.h638 vsetzoneslab(vm_offset_t va, uma_zone_t zone, uma_slab_t slab) in vsetzoneslab() function
HDuma_core.c1760 vsetzoneslab((vm_offset_t)mem + (i * PAGE_SIZE), in keg_alloc_slab()