Home
last modified time | relevance | path

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

/freebsd-head/sys/kern/
HDkern_resource.c291 struct rtprio_thread_args { struct
298 sys_rtprio_thread(struct thread *td, struct rtprio_thread_args *uap) in sys_rtprio_thread() argument
HDinit_sysent.c535 …{ .sy_narg = AS(rtprio_thread_args), .sy_call = (sy_call_t *)sys_rtprio_thread, .sy_auevent = AUE_…
HDsystrace_args.c2438 struct rtprio_thread_args *p = params; in systrace_args()
/freebsd-head/sys/sys/
HDsysproto.h1297 struct rtprio_thread_args { struct
2177 int sys_rtprio_thread(struct thread *, struct rtprio_thread_args *);
/freebsd-head/sys/compat/freebsd32/
HDfreebsd32_sysent.c536 …{ .sy_narg = AS(rtprio_thread_args), .sy_call = (sy_call_t *)sys_rtprio_thread, .sy_auevent = AUE_…
HDfreebsd32_systrace_args.c2296 struct rtprio_thread_args *p = params; in systrace_args()