Searched refs:maxalloc (Results 1 - 5 of 5) sorted by last modified time

/freebsd-11-stable/sys/netgraph/
H A Dng_base.c2963 static int maxalloc = 4096;/* limit the damage of a leak */ variable
2968 SYSCTL_INT(_net_graph, OID_AUTO, maxalloc, CTLFLAG_RDTUN, &maxalloc,
3225 uma_zone_set_max(ng_qzone, maxalloc);
/freebsd-11-stable/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_taskq.c67 int maxalloc __unused, uint_t flags)
84 int maxalloc, proc_t *proc __unused, uint_t flags)
87 return (taskq_create(name, nthreads, pri, minalloc, maxalloc, flags));
83 taskq_create_proc(const char *name, int nthreads, pri_t pri, int minalloc, int maxalloc, proc_t *proc __unused, uint_t flags) argument
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzpool/common/
H A Dtaskq.c241 int minalloc, int maxalloc, uint_t flags)
269 tq->tq_maxalloc = maxalloc;
240 taskq_create(const char *name, int nthreads, pri_t pri, int minalloc, int maxalloc, uint_t flags) argument
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_removal.c910 uint64_t maxalloc, uint64_t txg,
920 ASSERT3U(maxalloc, <=, SPA_MAXBLOCKSIZE);
923 if (range_tree_span(segs) > maxalloc) {
931 search.rs_start = start + maxalloc;
943 * There are no segments that end before maxalloc.
944 * I.e. the first segment is larger than maxalloc,
947 size = maxalloc;
950 ASSERT3U(size, <=, maxalloc);
909 spa_vdev_copy_segment(vdev_t *vd, range_tree_t *segs, uint64_t maxalloc, uint64_t txg, vdev_copy_arg_t *vca, zio_alloc_list_t *zal) argument
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dmem.c185 unsigned int maxalloc; /*%< max number of items allowed */ member in struct:isc__mempool
1466 ISC_MSG_POOLMAXALLOC, "maxalloc"),
1481 pool->name, (unsigned long) pool->size, pool->maxalloc,
1851 mpctx->maxalloc = UINT_MAX;
1986 if (mpctx->allocated >= mpctx->maxalloc) {
2172 mpctx->maxalloc = limit;
2181 unsigned int maxalloc; local
2188 maxalloc = mpctx->maxalloc;
2193 return (maxalloc);
[all...]

Completed in 104 milliseconds