Searched refs:linux_clock_getres (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/sys/compat/linux/ |
| H A D | linux_time.c | 101 LIN_SDT_PROBE_DEFINE2(time, linux_clock_getres, entry, "clockid_t", 103 LIN_SDT_PROBE_DEFINE0(time, linux_clock_getres, nullcall); 107 LIN_SDT_PROBE_DEFINE1(time, linux_clock_getres, return, "int"); 433 LIN_SDT_PROBE1(time, linux_clock_getres, conversion_error, in linux_clock_getres() 435 LIN_SDT_PROBE1(time, linux_clock_getres, return, error); in linux_clock_getres() 465 LIN_SDT_PROBE0(time, linux_clock_getres, nullcall); in linux_clock_getres() 466 LIN_SDT_PROBE1(time, linux_clock_getres, return, 0); in linux_clock_getres() 493 LIN_SDT_PROBE1(time, linux_clock_getres, getres_error, error); in linux_clock_getres() 494 LIN_SDT_PROBE1(time, linux_clock_getres, return, error); in linux_clock_getres() 502 LIN_SDT_PROBE1(time, linux_clock_getres, copyout_error, error); in linux_clock_getres() [all …]
|
| H A D | check_error.d | 70 linuxulator*:time:linux_clock_getres:conversion_error, 71 linuxulator*:time:linux_clock_getres:getres_error, 72 linuxulator*:time:linux_clock_getres:copyout_error, 104 linuxulator*:time:linux_clock_getres:nullcall
|
| /freebsd-12.1/sys/arm64/linux/ |
| H A D | linux_sysent.c | 134 …{ AS(linux_clock_getres_args), (sy_call_t *)linux_clock_getres, AUE_NULL, NULL, 0, 0, 0, SY_THR_ST…
|
| H A D | linux_proto.h | 1148 int linux_clock_getres(struct thread *, struct linux_clock_getres_args *);
|
| /freebsd-12.1/sys/amd64/linux/ |
| H A D | linux_sysent.c | 249 …{ AS(linux_clock_getres_args), (sy_call_t *)linux_clock_getres, AUE_NULL, NULL, 0, 0, 0, SY_THR_ST…
|
| H A D | linux_proto.h | 1408 int linux_clock_getres(struct thread *, struct linux_clock_getres_args *);
|
| /freebsd-12.1/sys/amd64/linux32/ |
| H A D | linux32_sysent.c | 286 …{ AS(linux_clock_getres_args), (sy_call_t *)linux_clock_getres, AUE_NULL, NULL, 0, 0, 0, SY_THR_ST…
|
| H A D | linux32_proto.h | 1704 int linux_clock_getres(struct thread *, struct linux_clock_getres_args *);
|
| /freebsd-12.1/sys/i386/linux/ |
| H A D | linux_sysent.c | 286 …{ AS(linux_clock_getres_args), (sy_call_t *)linux_clock_getres, AUE_NULL, NULL, 0, 0, 0, SY_THR_ST…
|
| H A D | linux_proto.h | 1724 int linux_clock_getres(struct thread *, struct linux_clock_getres_args *);
|