Searched refs:M_NODUMP (Results 1 – 9 of 9) sorted by relevance
94 return (malloc(n * sz, M_COMPRESS, M_WAITOK | M_ZERO | M_NODUMP)); in gz_alloc()289 M_WAITOK | M_NODUMP); in zstdio_init()315 buffer = malloc(buf_size, M_COMPRESS, M_WAITOK | M_NODUMP); in zstdio_init()317 s = malloc(sizeof(*s), M_COMPRESS, M_NODUMP | M_WAITOK); in zstdio_init()
1151 kdcomp->kdc_buf = malloc(di->maxiosize, M_DUMPER, M_WAITOK | M_NODUMP); in kerneldumpcomp_create()
54 if ((wait & M_NODUMP) == 0) in uma_small_alloc()
56 if ((wait & M_NODUMP) == 0) in uma_small_alloc()
74 if ((wait & M_NODUMP) == 0) in uma_small_alloc()
53 #define M_NODUMP 0x0800 /* don't dump pages in this allocation */ macro
60 #define M_NODUMP 0x0800 /* don't dump pages in this allocation */ macro
567 if ((malloc_flags & M_NODUMP) != 0) in malloc2vm_flags()
1575 aflags |= M_NODUMP; in keg_alloc_slab()1676 if ((wait & M_NODUMP) == 0) in startup_alloc()