Searched refs:linux_sched_setparam_args (Results 1 – 13 of 13) sorted by relevance
/freebsd-src/sys/arm64/linux/ |
H A D | linux_proto.h | 510 struct linux_sched_setparam_args { struct 1345 int linux_sched_setparam(struct thread *, struct linux_sched_setparam_args *);
|
H A D | linux_sysent.c | 135 { .sy_narg = AS(linux_sched_setparam_args), .sy_call = (sy_call_t *)linux_sched_setparam, .sy_auevent = AUE_SCHED_SETPARAM, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 118 = linux_sched_setparam */
|
H A D | linux_systrace_args.c | 944 struct linux_sched_setparam_args *p = params; in systrace_args()
|
/freebsd-src/sys/amd64/linux/ |
H A D | linux_proto.h | 538 struct linux_sched_setparam_args { struct 1550 int linux_sched_setparam(struct thread *, struct linux_sched_setparam_args *);
|
H A D | linux_sysent.c | 159 { .sy_narg = AS(linux_sched_setparam_args), .sy_call = (sy_call_t *)linux_sched_setparam, .sy_auevent = AUE_SCHED_SETPARAM, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 142 = linux_sched_setparam */
|
H A D | linux_systrace_args.c | 1179 struct linux_sched_setparam_args *p = params; in systrace_args()
|
/freebsd-src/sys/amd64/linux32/ |
H A D | linux32_proto.h | 478 struct linux_sched_setparam_args { struct 1849 int linux_sched_setparam(struct thread *, struct linux_sched_setparam_args *);
|
H A D | linux32_sysent.c | 172 { .sy_narg = AS(linux_sched_setparam_args), .sy_call = (sy_call_t *)linux_sched_setparam, .sy_auevent = AUE_SCHED_SETPARAM, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 154 = linux_sched_setparam */
|
H A D | linux32_systrace_args.c | 1038 struct linux_sched_setparam_args *p = params; in systrace_args()
|
/freebsd-src/sys/i386/linux/ |
H A D | linux_proto.h | 477 struct linux_sched_setparam_args { struct 1843 int linux_sched_setparam(struct thread *, struct linux_sched_setparam_args *);
|
H A D | linux_sysent.c | 171 { .sy_narg = AS(linux_sched_setparam_args), .sy_call = (sy_call_t *)linux_sched_setparam, .sy_auevent = AUE_SCHED_SETPARAM, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 154 = linux_sched_setparam */
|
H A D | linux_systrace_args.c | 1068 struct linux_sched_setparam_args *p = params; in systrace_args()
|
/freebsd-src/sys/compat/linux/ |
H A D | linux_misc.c | 1851 struct linux_sched_setparam_args *uap) in linux_sched_setparam()
|