Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/vm/
HDuma.h245 #define UMA_ZONE_NOFREE 0x0020 /* Do not free slabs of this type! */ macro
294 (UMA_ZONE_NOTOUCH | UMA_ZONE_MALLOC | UMA_ZONE_NOFREE | \
HDmemguard.c492 zone->uz_flags & UMA_ZONE_NOFREE) in memguard_cmp_zone()
HDvm_pager.c206 UMA_ZONE_NOFREE); in vm_pager_bufferinit()
HDuma_core.c1645 if ((keg->uk_flags & UMA_ZONE_NOFREE) != 0) in keg_drain()
2789 if ((arg->flags & (UMA_ZONE_NOFREE | UMA_ZFLAG_CACHE)) != 0) in zone_ctor()
3254 UMA_ZONE_NOFREE))) && uminit == NULL && fini == NULL) { in uma_zcreate()
5096 keg->uk_flags |= UMA_ZFLAG_LIMIT | UMA_ZONE_NOFREE;
5097 zone->uz_flags |= UMA_ZFLAG_LIMIT | UMA_ZONE_NOFREE;
HDvm_object.c305 vm_object_zinit, NULL, UMA_ALIGN_PTR, UMA_ZONE_NOFREE); in vm_object_init()
HDvm_page.c197 NULL, NULL, UMA_ALIGN_PTR, UMA_ZONE_NOFREE); in vm_page_init()
HDvm_map.c286 vmspace_zinit, NULL, UMA_ALIGN_PTR, UMA_ZONE_NOFREE); in vm_map_startup()
/freebsd-13-stable/tools/tools/umastat/
HDumastat.c125 { UMA_ZONE_NOFREE, "nofree" },
/freebsd-13-stable/sys/kern/
HDsubr_turnstile.c432 turnstile_init, turnstile_fini, UMA_ALIGN_CACHE, UMA_ZONE_NOFREE); in init_turnstile0()
HDkern_thread.c517 flags = UMA_ZONE_NOFREE; in threadinit()
HDkern_proc.c199 UMA_ALIGN_PTR, UMA_ZONE_NOFREE); in procinit()
201 pgrp_init, NULL, UMA_ALIGN_PTR, UMA_ZONE_NOFREE); in procinit()
HDvfs_mount.c152 NULL, mount_init, mount_fini, UMA_ALIGN_CACHE, UMA_ZONE_NOFREE); in vfs_mount_init()
HDuipc_socket.c326 NULL, NULL, UMA_ALIGN_PTR, UMA_ZONE_NOFREE); in socket_init()
HDkern_descrip.c5162 NULL, NULL, UMA_ALIGN_PTR, UMA_ZONE_NOFREE); in filelistinit()
HDvfs_subr.c772 UMA_ZONE_NOFREE | UMA_ZONE_SMR); in vntblinit()
/freebsd-13-stable/sys/powerpc/aim/
HDmmu_oea.c1317 UMA_ZONE_VM | UMA_ZONE_NOFREE); in moea_init()
1320 UMA_ZONE_VM | UMA_ZONE_NOFREE); in moea_init()
HDmmu_oea64.c1959 UMA_ZONE_VM | UMA_ZONE_NOFREE); in moea64_init()
/freebsd-13-stable/sys/ofed/drivers/infiniband/ulp/sdp/
HDsdp_main.c1913 NULL, NULL, NULL, NULL, UMA_ALIGN_PTR, UMA_ZONE_NOFREE); in sdp_init()
/freebsd-13-stable/sys/powerpc/booke/
HDpmap.c1066 NULL, NULL, UMA_ALIGN_PTR, UMA_ZONE_VM | UMA_ZONE_NOFREE); in mmu_booke_init()
/freebsd-13-stable/sys/i386/i386/
HDpmap.c1064 UMA_ZONE_CONTIG | UMA_ZONE_VM | UMA_ZONE_NOFREE); in __CONCAT()