Home
last modified time | relevance | path

Searched refs:maxalloc (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/compat/netbsd32/
H A Dnetbsd32_event.c100 const size_t maxalloc = KQ_NEVENTS; in netbsd32_kevent1() local
104 kmem_alloc(maxalloc * sizeof(struct netbsd32_kevent), KM_SLEEP); in netbsd32_kevent1()
109 kmem_free(kops->keo_private, maxalloc * sizeof(struct netbsd32_kevent)); in netbsd32_kevent1()
/netbsd-src/external/cddl/osnet/sys/kern/
H A Dtaskq.c257 int maxalloc, uint_t flags) in taskq_create() argument
294 int maxalloc, struct proc *proc, uint_t flags) in taskq_create_proc() argument
297 return taskq_create(name, nthreads, pri, minalloc, maxalloc, flags); in taskq_create_proc()
/netbsd-src/external/cddl/osnet/dist/lib/libzpool/common/
H A Dtaskq.c230 int minalloc, int maxalloc, uint_t flags) in taskq_create() argument
258 tq->tq_maxalloc = maxalloc; in taskq_create()
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/
H A Dmem.c198 unsigned int maxalloc; /*%< max number of items allowed */ member
1261 (unsigned long)pool->size, pool->maxalloc, in isc_mem_stats()
1672 mpctx->maxalloc = UINT_MAX; in isc_mempool_create()
1772 if (ISC_UNLIKELY(mpctx->allocated >= mpctx->maxalloc)) { in isc__mempool_get()
1814 if (ISC_UNLIKELY(mpctx->allocated >= mpctx->maxalloc)) { in isc__mempool_get()
1944 mpctx->maxalloc = limit; in isc_mempool_setmaxalloc()
1953 return (mpctx->maxalloc); in isc_mempool_getmaxalloc()
/netbsd-src/external/gpl2/grep/dist/
H A DChangeLog1263 newalloc == save and maxalloc == save. This can happen