Searched refs:UMA_ZONE_NOFREE (Results 1 – 20 of 20) sorted by relevance
| /freebsd-13-stable/sys/vm/ |
| HD | uma.h | 245 #define UMA_ZONE_NOFREE 0x0020 /* Do not free slabs of this type! */ macro 294 (UMA_ZONE_NOTOUCH | UMA_ZONE_MALLOC | UMA_ZONE_NOFREE | \
|
| HD | memguard.c | 492 zone->uz_flags & UMA_ZONE_NOFREE) in memguard_cmp_zone()
|
| HD | vm_pager.c | 206 UMA_ZONE_NOFREE); in vm_pager_bufferinit()
|
| HD | uma_core.c | 1645 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;
|
| HD | vm_object.c | 305 vm_object_zinit, NULL, UMA_ALIGN_PTR, UMA_ZONE_NOFREE); in vm_object_init()
|
| HD | vm_page.c | 197 NULL, NULL, UMA_ALIGN_PTR, UMA_ZONE_NOFREE); in vm_page_init()
|
| HD | vm_map.c | 286 vmspace_zinit, NULL, UMA_ALIGN_PTR, UMA_ZONE_NOFREE); in vm_map_startup()
|
| /freebsd-13-stable/tools/tools/umastat/ |
| HD | umastat.c | 125 { UMA_ZONE_NOFREE, "nofree" },
|
| /freebsd-13-stable/sys/kern/ |
| HD | subr_turnstile.c | 432 turnstile_init, turnstile_fini, UMA_ALIGN_CACHE, UMA_ZONE_NOFREE); in init_turnstile0()
|
| HD | kern_thread.c | 517 flags = UMA_ZONE_NOFREE; in threadinit()
|
| HD | kern_proc.c | 199 UMA_ALIGN_PTR, UMA_ZONE_NOFREE); in procinit() 201 pgrp_init, NULL, UMA_ALIGN_PTR, UMA_ZONE_NOFREE); in procinit()
|
| HD | vfs_mount.c | 152 NULL, mount_init, mount_fini, UMA_ALIGN_CACHE, UMA_ZONE_NOFREE); in vfs_mount_init()
|
| HD | uipc_socket.c | 326 NULL, NULL, UMA_ALIGN_PTR, UMA_ZONE_NOFREE); in socket_init()
|
| HD | kern_descrip.c | 5162 NULL, NULL, UMA_ALIGN_PTR, UMA_ZONE_NOFREE); in filelistinit()
|
| HD | vfs_subr.c | 772 UMA_ZONE_NOFREE | UMA_ZONE_SMR); in vntblinit()
|
| /freebsd-13-stable/sys/powerpc/aim/ |
| HD | mmu_oea.c | 1317 UMA_ZONE_VM | UMA_ZONE_NOFREE); in moea_init() 1320 UMA_ZONE_VM | UMA_ZONE_NOFREE); in moea_init()
|
| HD | mmu_oea64.c | 1959 UMA_ZONE_VM | UMA_ZONE_NOFREE); in moea64_init()
|
| /freebsd-13-stable/sys/ofed/drivers/infiniband/ulp/sdp/ |
| HD | sdp_main.c | 1913 NULL, NULL, NULL, NULL, UMA_ALIGN_PTR, UMA_ZONE_NOFREE); in sdp_init()
|
| /freebsd-13-stable/sys/powerpc/booke/ |
| HD | pmap.c | 1066 NULL, NULL, UMA_ALIGN_PTR, UMA_ZONE_VM | UMA_ZONE_NOFREE); in mmu_booke_init()
|
| /freebsd-13-stable/sys/i386/i386/ |
| HD | pmap.c | 1064 UMA_ZONE_CONTIG | UMA_ZONE_VM | UMA_ZONE_NOFREE); in __CONCAT()
|