Searched refs:prealloc (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libzpool/common/
H A Dtaskq.c157 * Mark it as a prealloc'd task. This is important
195 boolean_t prealloc; local
210 prealloc = t->tqent_flags & TQENT_FLAG_PREALLOC;
218 if (!prealloc)
/illumos-gate/usr/src/lib/libfakekernel/common/
H A Dtaskq.c187 * Mark it as a prealloc'd task. This is important
225 boolean_t prealloc; local
240 prealloc = t->tqent_flags & TQENT_FLAG_PREALLOC;
248 if (!prealloc)
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_anon.c1997 int prealloc = 1; local
2064 prealloc = 0;
2069 VM_STAT_COND_ADD(prealloc == 0, anonvmstats.getpages[5]);
2070 VM_STAT_COND_ADD(prealloc != 0, anonvmstats.getpages[6]);
2077 if (prealloc) {
2156 if (prealloc == 0)
2157 panic("anon_map_getpages: prealloc = 0");
2168 if (prealloc) {
2172 ASSERT(prealloc || conpp == NULL);
2195 ASSERT(prealloc
2559 int prealloc = 1; local
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dsunddi.c1226 caddr_t prealloc = NULL; local
1272 if (prealloc)
1273 kmem_free(prealloc, plength);
1282 ASSERT(prealloc == NULL);
1302 if (prealloc)
1303 kmem_free(prealloc, plength);
1316 if (prealloc && (propp->prop_len != plength)) {
1317 kmem_free(prealloc, plength);
1318 prealloc = NULL;
1320 if (prealloc
[all...]

Completed in 261 milliseconds