Searched refs:pr_childmax (Results 1 – 2 of 2) sorted by relevance
107 .pr_childmax = JAIL_MAX,589 if ((flags & JAIL_CREATE) && mypr->pr_childmax == 0) in kern_jail_set()1217 if (tpr->pr_childcount >= tpr->pr_childmax) { in kern_jail_set()1411 if (childmax >= ppr->pr_childmax) { in kern_jail_set()1697 pr->pr_childmax = childmax; in kern_jail_set()1700 if (tpr->pr_childmax > childmax - level) in kern_jail_set()1701 tpr->pr_childmax = childmax > level in kern_jail_set()2136 error = vfs_setopt(opts, "children.max", &pr->pr_childmax, in kern_jail_get()2137 sizeof(pr->pr_childmax)); in kern_jail_get()4778 db_printf(" children.max = %d\n", pr->pr_childmax); in db_show_prison()
175 int pr_childmax; /* (p) maximum child jails */ member