Searched refs:CLOCK_BOOTTIME (Results 1 – 24 of 24) sorted by relevance
/Linux-v4.19/kernel/time/ |
D | posix-stubs.c | 83 case CLOCK_BOOTTIME: in do_clock_gettime() 117 case CLOCK_BOOTTIME: in SYSCALL_DEFINE2() 135 case CLOCK_BOOTTIME: in SYSCALL_DEFINE4() 203 case CLOCK_BOOTTIME: in COMPAT_SYSCALL_DEFINE2() 221 case CLOCK_BOOTTIME: in COMPAT_SYSCALL_DEFINE4()
|
D | hrtimer.c | 95 .clockid = CLOCK_BOOTTIME, 115 .clockid = CLOCK_BOOTTIME, 132 [CLOCK_BOOTTIME] = HRTIMER_BASE_BOOTTIME,
|
D | alarmtimer.c | 876 alarm_bases[ALARM_BOOTTIME].base_clockid = CLOCK_BOOTTIME; in alarmtimer_init()
|
D | posix-timers.c | 1351 [CLOCK_BOOTTIME] = &clock_boottime,
|
/Linux-v4.19/tools/testing/selftests/timers/ |
D | nanosleep.c | 41 #define CLOCK_BOOTTIME 7 macro 67 case CLOCK_BOOTTIME: in clockstring()
|
D | alarmtimer-suspend.c | 40 #define CLOCK_BOOTTIME 7 macro 74 case CLOCK_BOOTTIME: in clockstring()
|
D | inconsistency-check.c | 43 #define CLOCK_BOOTTIME 7 macro 67 case CLOCK_BOOTTIME: in clockstring()
|
D | nsleep-lat.c | 41 #define CLOCK_BOOTTIME 7 macro 67 case CLOCK_BOOTTIME: in clockstring()
|
D | set-timer-lat.c | 40 #define CLOCK_BOOTTIME 7 macro 75 case CLOCK_BOOTTIME: in clockstring()
|
/Linux-v4.19/include/uapi/linux/ |
D | time.h | 81 #define CLOCK_BOOTTIME 7 macro
|
/Linux-v4.19/tools/perf/ |
D | builtin-record.c | 1311 #ifndef CLOCK_BOOTTIME 1312 #define CLOCK_BOOTTIME 7 macro 1325 CLOCKID_MAP("boottime", CLOCK_BOOTTIME), 1332 CLOCKID_MAP("boot", CLOCK_BOOTTIME),
|
/Linux-v4.19/drivers/iio/ |
D | industrialio-core.c | 227 case CLOCK_BOOTTIME: in iio_get_time_ns() 248 case CLOCK_BOOTTIME: in iio_get_time_res() 1291 case CLOCK_BOOTTIME: in iio_show_timestamp_clock() 1325 clk = CLOCK_BOOTTIME; in iio_store_timestamp_clock()
|
/Linux-v4.19/include/trace/events/ |
D | timer.h | 143 { CLOCK_BOOTTIME, "CLOCK_BOOTTIME" }, \
|
/Linux-v4.19/net/sched/ |
D | sch_etf.c | 370 case CLOCK_BOOTTIME: in etf_init()
|
/Linux-v4.19/Documentation/core-api/ |
D | timekeeping.rst | 25 CLOCK_BOOTTIME
|
/Linux-v4.19/fs/ |
D | timerfd.c | 400 clockid != CLOCK_BOOTTIME && in SYSCALL_DEFINE2()
|
/Linux-v4.19/tools/bpf/bpftool/ |
D | prog.c | 88 clock_gettime(CLOCK_BOOTTIME, &boot_time_ts)) { in print_boot_time()
|
/Linux-v4.19/drivers/input/ |
D | evdev.c | 204 case CLOCK_BOOTTIME: in evdev_set_clk_type()
|
/Linux-v4.19/tools/perf/Documentation/ |
D | perf-record.txt | 405 CLOCK_BOOTTIME, CLOCK_REALTIME and CLOCK_TAI.
|
/Linux-v4.19/tools/testing/selftests/bpf/ |
D | test_progs.c | 510 err = clock_gettime(CLOCK_BOOTTIME, &boot_time_ts); in test_bpf_obj_id()
|
/Linux-v4.19/net/xfrm/ |
D | xfrm_state.c | 578 CLOCK_BOOTTIME, HRTIMER_MODE_ABS); in xfrm_state_alloc()
|
/Linux-v4.19/init/ |
D | Kconfig | 1244 CLOCK_REALTIME, CLOCK_MONOTONIC and CLOCK_BOOTTIME only.
|
/Linux-v4.19/Documentation/trace/ |
D | ftrace.rst | 469 This is the boot clock (CLOCK_BOOTTIME) and is based on the
|
/Linux-v4.19/kernel/events/ |
D | core.c | 10334 case CLOCK_BOOTTIME: in perf_event_set_clock()
|