Searched defs:maxalloc (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/contrib/openzfs/lib/libzpool/ |
H A D | taskq.c | 256 int minalloc, int maxalloc, uint_t flags) in taskq_create() 349 int minalloc, int maxalloc, uint_t flags, kthread_t ***ktpp) in taskq_create_synced()
|
/freebsd/sys/cddl/compat/opensolaris/kern/ |
H A D | opensolaris_taskq.c | 91 int maxalloc, proc_t *proc, uint_t flags) in taskq_create_proc()
|
/freebsd/sys/contrib/openzfs/module/os/linux/spl/ |
H A D | spl-taskq.c | 1325 int minalloc, int maxalloc, uint_t flags) in taskq_create() 1531 int minalloc, int maxalloc, uint_t flags, kthread_t ***ktpp) in taskq_create_synced()
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/ |
H A D | spl_taskq.c | 282 int minalloc, int maxalloc, uint_t flags, kthread_t ***ktpp) in taskq_create_synced()
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | vdev_removal.c | 1120 uint64_t maxalloc, uint64_t txg, in spa_vdev_copy_segment()
|
/freebsd/sys/netgraph/ |
H A D | ng_base.c | 2962 static int maxalloc = 4096;/* limit the damage of a leak */ variable
|