Home
last modified time | relevance | path

Searched refs:UMA_ZONE_NOFREE (Results 1 – 22 of 22) sorted by relevance

/freebsd-12-stable/sys/vm/
Duma.h257 #define UMA_ZONE_NOFREE 0x0020 /* Do not free slabs of this type! */ macro
299 (UMA_ZONE_OFFPAGE | UMA_ZONE_MALLOC | UMA_ZONE_NOFREE | \
Dmemguard.c494 zone->uz_flags & UMA_ZONE_NOFREE) in memguard_cmp_zone()
Duma_core.c983 if (keg->uk_flags & UMA_ZONE_NOFREE || keg->uk_freef == NULL) in keg_drain()
2220 if ((!(flags & (UMA_ZONE_ZINIT | UMA_ZONE_NOFREE))) && in uma_zcreate()
3682 keg->uk_flags |= UMA_ZONE_NOFREE;
Dvm_object.c323 vm_object_zinit, NULL, UMA_ALIGN_PTR, UMA_ZONE_NOFREE); in vm_object_init()
Dvm_map.c207 vm_map_zinit, NULL, UMA_ALIGN_PTR, UMA_ZONE_NOFREE); in vm_map_startup()
220 vmspace_zinit, NULL, UMA_ALIGN_PTR, UMA_ZONE_NOFREE); in vm_map_startup()
Dvm_page.c182 NULL, NULL, UMA_ALIGN_PTR, UMA_ZONE_NOFREE | UMA_ZONE_VM); in vm_page_init()
/freebsd-12-stable/tools/tools/umastat/
Dumastat.c127 { UMA_ZONE_NOFREE, "nofree" },
/freebsd-12-stable/sys/kern/
Dvfs_aio.c415 NULL, NULL, UMA_ALIGN_PTR, UMA_ZONE_NOFREE); in aio_onceonly()
417 NULL, NULL, NULL, UMA_ALIGN_PTR, UMA_ZONE_NOFREE); in aio_onceonly()
419 NULL, NULL, UMA_ALIGN_PTR, UMA_ZONE_NOFREE); in aio_onceonly()
421 NULL, NULL, NULL, UMA_ALIGN_PTR, UMA_ZONE_NOFREE); in aio_onceonly()
Dkern_thread.c344 32 - 1, UMA_ZONE_NOFREE); in threadinit()
Dsubr_turnstile.c411 turnstile_init, turnstile_fini, UMA_ALIGN_CACHE, UMA_ZONE_NOFREE); in init_turnstile0()
Dsubr_vmem.c714 UMA_ALIGN_PTR, UMA_ZONE_VM | UMA_ZONE_NOFREE); in vmem_startup()
Dkern_proc.c195 UMA_ALIGN_PTR, UMA_ZONE_NOFREE); in procinit()
197 pgrp_init, NULL, UMA_ALIGN_PTR, UMA_ZONE_NOFREE); in procinit()
Dvfs_mount.c144 NULL, mount_init, mount_fini, UMA_ALIGN_PTR, UMA_ZONE_NOFREE); in vfs_mount_init()
Duipc_socket.c304 NULL, NULL, UMA_ALIGN_PTR, UMA_ZONE_NOFREE); in socket_init()
Dkern_descrip.c4163 NULL, NULL, UMA_ALIGN_PTR, UMA_ZONE_NOFREE); in filelistinit()
Dvfs_subr.c571 UMA_ZONE_NOFREE | UMA_ZONE_VM); in vntblinit()
/freebsd-12-stable/sys/arm/arm/
Dpmap-v4.c1546 NULL, NULL, NULL, UMA_ALIGN_PTR, UMA_ZONE_VM | UMA_ZONE_NOFREE); in pmap_init()
1548 NULL, NULL, NULL, UMA_ALIGN_PTR, UMA_ZONE_VM | UMA_ZONE_NOFREE); in pmap_init()
1554 NULL, NULL, UMA_ALIGN_PTR, UMA_ZONE_VM | UMA_ZONE_NOFREE); in pmap_init()
/freebsd-12-stable/sys/powerpc/aim/
Dmmu_oea.c1300 UMA_ZONE_VM | UMA_ZONE_NOFREE); in moea_init()
1303 UMA_ZONE_VM | UMA_ZONE_NOFREE); in moea_init()
Dmmu_oea64.c1632 UMA_ZONE_VM | UMA_ZONE_NOFREE); in moea64_init()
/freebsd-12-stable/sys/ofed/drivers/infiniband/ulp/sdp/
Dsdp_main.c1900 NULL, NULL, NULL, NULL, UMA_ALIGN_PTR, UMA_ZONE_NOFREE); in sdp_init()
/freebsd-12-stable/sys/powerpc/booke/
Dpmap.c2154 NULL, NULL, UMA_ALIGN_PTR, UMA_ZONE_VM | UMA_ZONE_NOFREE); in mmu_booke_init()
/freebsd-12-stable/sys/i386/i386/
Dpmap.c1032 UMA_ZONE_VM | UMA_ZONE_NOFREE); in pmap_init()