Home
last modified time | relevance | path

Searched refs:p_depth (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/kern/
H A Dkern_plimit.c518 depth = p->p_depth; in plimit_getadjvalue()
H A Dkern_fork.c582 if ((p2->p_depth & 31) != 31) in fork1()
583 ++p2->p_depth; in fork1()
H A Dvfs_syscalls.c2055 if (p->p_depth <= 65535 - 32) in kern_chroot()
2056 p->p_depth += 32; in kern_chroot()
/dragonfly/sys/sys/
H A Dproc.h306 u_short p_depth; /* Used to downscale resource limits */ member
/dragonfly/contrib/gcc-8.0/gcc/
H A Dgenmatch.c2238 unsigned p_depth = 0; in walk_c_expr() local
2255 p_depth++; in walk_c_expr()
2257 && p_depth > 0) in walk_c_expr()
2258 p_depth--; in walk_c_expr()
2259 else if (p_depth == 0 in walk_c_expr()