Searched refs:pr_childmax (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/sys/
H A Djail.h175 int pr_childmax; /* (p) maximum child jails */ member in struct:prison
/freebsd-9.3-release/sys/kern/
H A Dkern_jail.c107 .pr_childmax = JAIL_MAX,
567 if ((flags & JAIL_CREATE) && mypr->pr_childmax == 0)
1173 if (tpr->pr_childcount >= tpr->pr_childmax) {
1359 if (childmax >= ppr->pr_childmax) {
1615 pr->pr_childmax = childmax;
1618 if (tpr->pr_childmax > childmax - level)
1619 tpr->pr_childmax = childmax > level
2051 error = vfs_setopt(opts, "children.max", &pr->pr_childmax,
2052 sizeof(pr->pr_childmax));
4592 db_printf(" children.max = %d\n", pr->pr_childmax);
[all...]

Completed in 30 milliseconds