Searched refs:minalloc (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libfakekernel/common/ |
H A D | taskq.c | 282 taskq_create(const char *name, int nthr, pri_t pri, int minalloc, in taskq_create() argument 286 minalloc, maxalloc, NULL, flags)); in taskq_create() 291 taskq_create_sysdc(const char *name, int nthr, int minalloc, in taskq_create_sysdc() argument 295 minalloc, maxalloc, proc, flags)); in taskq_create_sysdc() 301 int minalloc, int maxalloc, proc_t *proc, uint_t flags) in taskq_create_proc() argument 327 tq->tq_minalloc = minalloc; in taskq_create_proc() 335 while (minalloc-- > 0) in taskq_create_proc()
|
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_taskq.c | 217 zfs_taskq_create(const char *name, int nthreads, pri_t pri, int minalloc, in zfs_taskq_create() argument 237 ztq->ztq_minalloc = minalloc; in zfs_taskq_create() 246 while (minalloc-- > 0) in zfs_taskq_create()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | taskq.c | 2509 taskq_create(const char *name, int nthreads, pri_t pri, int minalloc, in taskq_create() argument 2514 return (taskq_create_common(name, 0, nthreads, pri, minalloc, in taskq_create() 2529 int minalloc, int maxalloc, uint_t flags) in taskq_create_instance() argument 2539 pri, minalloc, maxalloc, &p0, 0, flags)); in taskq_create_instance() 2543 taskq_create_proc(const char *name, int nthreads, pri_t pri, int minalloc, in taskq_create_proc() argument 2549 return (taskq_create_common(name, 0, nthreads, pri, minalloc, in taskq_create_proc() 2554 taskq_create_sysdc(const char *name, int nthreads, int minalloc, in taskq_create_sysdc() argument 2560 return (taskq_create_common(name, 0, nthreads, minclsyspri, minalloc, in taskq_create_sysdc() 2566 int minalloc, int maxalloc, proc_t *proc, uint_t dc, uint_t flags) in taskq_create_common() argument 2651 tq->tq_minalloc = minalloc; in taskq_create_common() [all …]
|
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/ |
H A D | umem.c | 4081 size_t minalloc = 0; in umem_malloc_dist() local 4107 for (i = minalloc; i <= maxalloc; i++) in umem_malloc_dist() 4113 umem_malloc_print_dist(mi.um_bucket, minalloc, maxalloc, in umem_malloc_dist()
|