Lines Matching refs:proc
112 struct proc;
118 void calccru(struct proc *p, struct timeval *up, struct timeval *sp);
119 void calcru(struct proc *p, struct timeval *up, struct timeval *sp);
126 int kern_proc_setrlimit(struct thread *td, struct proc *p, u_int which,
147 rlim_t lim_cur_proc(struct proc *p, int which);
148 void lim_fork(struct proc *p1, struct proc *p2);
154 rlim_t lim_max_proc(struct proc *p, int which);
156 void lim_rlimit_proc(struct proc *p, int which, struct rlimit *rlp);
160 void rufetch(struct proc *p, struct rusage *ru);
161 void rufetchcalc(struct proc *p, struct rusage *ru, struct timeval *up,
164 void ruxagg(struct proc *p, struct thread *td);
165 void ruxagg_locked(struct proc *p, struct thread *td);