Lines Matching defs:td

87 sys_getpriority(struct thread *td, struct getpriority_args *uap)  in sys_getpriority()
94 kern_getpriority(struct thread *td, int which, int who) in kern_getpriority()
176 sys_setpriority(struct thread *td, struct setpriority_args *uap) in sys_setpriority()
183 kern_setpriority(struct thread *td, int which, int who, int prio) in kern_setpriority()
263 donice(struct thread *td, struct proc *p, int n) in donice()
296 sys_rtprio_thread(struct thread *td, struct rtprio_thread_args *uap) in sys_rtprio_thread()
377 sys_rtprio(struct thread *td, struct rtprio_args *uap) in sys_rtprio()
471 rtp_to_pri(struct rtprio *rtp, struct thread *td) in rtp_to_pri()
514 pri_to_rtp(struct thread *td, struct rtprio *rtp) in pri_to_rtp()
543 osetrlimit(struct thread *td, struct osetrlimit_args *uap) in osetrlimit()
564 ogetrlimit(struct thread *td, struct ogetrlimit_args *uap) in ogetrlimit()
597 sys_setrlimit(struct thread *td, struct setrlimit_args *uap) in sys_setrlimit()
612 struct thread *td; in lim_cb() local
644 kern_setrlimit(struct thread *td, u_int which, struct rlimit *limp) in kern_setrlimit()
651 kern_proc_setrlimit(struct thread *td, struct proc *p, u_int which, in kern_proc_setrlimit()
795 sys_getrlimit(struct thread *td, struct getrlimit_args *uap) in sys_getrlimit()
827 struct thread *td; in calcru() local
857 rufetchtd(struct thread *td, struct rusage *ru) in rufetchtd()
1050 sys_getrusage(struct thread *td, struct getrusage_args *uap) in sys_getrusage()
1062 kern_getrusage(struct thread *td, int who, struct rusage *rup) in kern_getrusage()
1129 ruxagg_ext_locked(struct rusage_ext *rux, struct thread *td) in ruxagg_ext_locked()
1139 ruxagg_locked(struct proc *p, struct thread *td) in ruxagg_locked()
1153 ruxagg(struct proc *p, struct thread *td) in ruxagg()
1168 struct thread *td; in rufetch() local
1222 struct thread *td; in lim_cowsync() local
1270 limbatch_add(struct limbatch *lb, struct thread *td) in limbatch_add()
1313 lim_max(struct thread *td, int which) in lim_max()
1357 lim_rlimit(struct thread *td, int which, struct rlimit *rlp) in lim_rlimit()