Searched refs:linux_timer_getoverrun_args (Results 1 – 13 of 13) sorted by relevance
/freebsd-src/sys/compat/linux/ |
H A D | linux_timer.c | 202 linux_timer_getoverrun(struct thread *td, struct linux_timer_getoverrun_args *uap) in linux_timer_getoverrun()
|
/freebsd-src/sys/arm64/linux/ |
H A D | linux_proto.h | 469 struct linux_timer_getoverrun_args { struct 1336 int linux_timer_getoverrun(struct thread *, struct linux_timer_getoverrun_args *);
|
H A D | linux_sysent.c | 126 { .sy_narg = AS(linux_timer_getoverrun_args), .sy_call = (sy_call_t *)linux_timer_getoverrun, .sy_auevent = AUE_NULL, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 109 = linux_timer_getoverrun */
|
H A D | linux_systrace_args.c | 867 struct linux_timer_getoverrun_args *p = params; in systrace_args()
|
/freebsd-src/sys/amd64/linux/ |
H A D | linux_proto.h | 796 struct linux_timer_getoverrun_args { struct 1611 int linux_timer_getoverrun(struct thread *, struct linux_timer_getoverrun_args *);
|
H A D | linux_sysent.c | 242 { .sy_narg = AS(linux_timer_getoverrun_args), .sy_call = (sy_call_t *)linux_timer_getoverrun, .sy_auevent = AUE_NULL, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 225 = linux_timer_getoverrun */
|
H A D | linux_systrace_args.c | 1705 struct linux_timer_getoverrun_args *p = params; in systrace_args()
|
/freebsd-src/sys/amd64/linux32/ |
H A D | linux32_proto.h | 862 struct linux_timer_getoverrun_args { struct 1930 int linux_timer_getoverrun(struct thread *, struct linux_timer_getoverrun_args *);
|
H A D | linux32_sysent.c | 280 { .sy_narg = AS(linux_timer_getoverrun_args), .sy_call = (sy_call_t *)linux_timer_getoverrun, .sy_auevent = AUE_NULL, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 262 = linux_timer_getoverrun */
|
H A D | linux32_systrace_args.c | 1820 struct linux_timer_getoverrun_args *p = params; in systrace_args()
|
/freebsd-src/sys/i386/linux/ |
H A D | linux_proto.h | 862 struct linux_timer_getoverrun_args { struct 1926 int linux_timer_getoverrun(struct thread *, struct linux_timer_getoverrun_args *);
|
H A D | linux_sysent.c | 279 { .sy_narg = AS(linux_timer_getoverrun_args), .sy_call = (sy_call_t *)linux_timer_getoverrun, .sy_auevent = AUE_NULL, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 262 = linux_timer_getoverrun */
|
H A D | linux_systrace_args.c | 1857 struct linux_timer_getoverrun_args *p = params; in systrace_args()
|