Lines Matching refs:proc
115 struct proc;
121 void calccru(struct proc *p, struct timeval *up, struct timeval *sp);
122 void calcru(struct proc *p, struct timeval *up, struct timeval *sp);
130 int kern_proc_setrlimit(struct thread *td, struct proc *p, u_int which,
136 rlim_t lim_cur_proc(struct proc *p, int which);
137 void lim_fork(struct proc *p1, struct proc *p2);
142 rlim_t lim_max_proc(struct proc *p, int which);
144 void lim_rlimit_proc(struct proc *p, int which, struct rlimit *rlp);
148 void rufetch(struct proc *p, struct rusage *ru);
149 void rufetchcalc(struct proc *p, struct rusage *ru, struct timeval *up,
152 void ruxagg(struct proc *p, struct thread *td);