Searched refs:maxalloc (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/sys/compat/netbsd32/ |
| D | netbsd32_event.c | 100 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/ |
| D | taskq.c | 257 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/ |
| D | taskq.c | 230 int minalloc, int maxalloc, uint_t flags) in taskq_create() argument 258 tq->tq_maxalloc = maxalloc; in taskq_create()
|