Searched defs:maxalloc (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/contrib/openzfs/lib/libzpool/ |
H A D | taskq.c | 255 int minalloc, int maxalloc, uint_t flags) in taskq_create() argument 348 int minalloc, int maxalloc, uint_t flags, kthread_t ***ktpp) in taskq_create_synced() argument
|
/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 | 1318 int minalloc, int maxalloc, uint_t flags) in taskq_create() 1524 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 | 281 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 | 1125 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
|