Home
last modified time | relevance | path

Searched refs:rtprio_thread_args (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/sys/kern/
H A Dkern_resource.c294 struct rtprio_thread_args { struct
301 sys_rtprio_thread(struct thread *td, struct rtprio_thread_args *uap) in sys_rtprio_thread() argument
H A Dinit_sysent.c529 …{ .sy_narg = AS(rtprio_thread_args), .sy_call = (sy_call_t *)sys_rtprio_thread, .sy_auevent = AUE_…
H A Dsystrace_args.c2451 struct rtprio_thread_args *p = params; in systrace_args()
/freebsd-14.2/sys/sys/
H A Dsysproto.h1303 struct rtprio_thread_args { struct
2181 int sys_rtprio_thread(struct thread *, struct rtprio_thread_args *);
/freebsd-14.2/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c530 …{ .sy_narg = AS(rtprio_thread_args), .sy_call = (sy_call_t *)sys_rtprio_thread, .sy_auevent = AUE_…
H A Dfreebsd32_systrace_args.c2309 struct rtprio_thread_args *p = params; in systrace_args()