| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | clockid.c | 29 #ifndef CLOCK_BOOTTIME 30 #define CLOCK_BOOTTIME 7 macro 43 CLOCKID_MAP("boottime", CLOCK_BOOTTIME), 50 CLOCKID_MAP("boot", CLOCK_BOOTTIME),
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/timens/ |
| H A D | timerfd.c | 21 clockid = CLOCK_BOOTTIME; in tclock_gettime() 92 clock_gettime(CLOCK_BOOTTIME, &btime_now); in main() 99 CLOCK_BOOTTIME, 9 * 24 * 3600); in main() 116 ret |= run_test(CLOCK_BOOTTIME, btime_now); in main()
|
| H A D | gettime_perf.c | 69 test(CLOCK_BOOTTIME, "boottime", false); in main() 82 if (_settime(CLOCK_BOOTTIME, offset)) in main() 91 test(CLOCK_BOOTTIME, "boottime", true); in main()
|
| H A D | timer.c | 85 clock_gettime(CLOCK_BOOTTIME, &btime_now); in main() 92 CLOCK_BOOTTIME, 9 * 24 * 3600); in main() 109 ret |= run_test(CLOCK_BOOTTIME, btime_now); in main()
|
| H A D | timens.h | 42 case CLOCK_BOOTTIME: in check_skip()
|
| H A D | procfs.c | 64 if (_settime(CLOCK_BOOTTIME, TEN_DAYS_IN_SEC)) in init_namespaces()
|
| H A D | clock_nanosleep.c | 129 if (_settime(CLOCK_BOOTTIME, 9 * 24 * 3600)) in main()
|
| H A D | timens.c | 40 ct(CLOCK_BOOTTIME, -1),
|
| /OK3568_Linux_fs/kernel/kernel/time/ |
| H A D | posix-stubs.c | 83 case CLOCK_BOOTTIME: in do_clock_gettime() 118 case CLOCK_BOOTTIME: in SYSCALL_DEFINE2() 137 case CLOCK_BOOTTIME: in SYSCALL_DEFINE4() 211 case CLOCK_BOOTTIME: in SYSCALL_DEFINE2() 230 case CLOCK_BOOTTIME: in SYSCALL_DEFINE4()
|
| H A D | namespace.c | 32 case CLOCK_BOOTTIME: in do_timens_ktime_to_host() 191 offset[CLOCK_BOOTTIME] = boottime; in timens_setup_vdso_data() 339 case CLOCK_BOOTTIME: in show_offset() 363 show_offset(m, CLOCK_BOOTTIME, &time_ns->offsets.boottime); in proc_timens_show_offsets() 392 case CLOCK_BOOTTIME: in proc_timens_set_offset() 431 case CLOCK_BOOTTIME: in proc_timens_set_offset()
|
| H A D | vsyscall.c | 52 vdso_ts = &vdata[CS_HRES_COARSE].basetime[CLOCK_BOOTTIME]; in update_vdso_data()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/timers/ |
| H A D | nanosleep.c | 41 #define CLOCK_BOOTTIME 7 macro 67 case CLOCK_BOOTTIME: in clockstring()
|
| H A D | alarmtimer-suspend.c | 40 #define CLOCK_BOOTTIME 7 macro 74 case CLOCK_BOOTTIME: in clockstring()
|
| H A D | inconsistency-check.c | 43 #define CLOCK_BOOTTIME 7 macro 67 case CLOCK_BOOTTIME: in clockstring()
|
| H A D | nsleep-lat.c | 41 #define CLOCK_BOOTTIME 7 macro 67 case CLOCK_BOOTTIME: in clockstring()
|
| H A D | set-timer-lat.c | 40 #define CLOCK_BOOTTIME 7 macro 75 case CLOCK_BOOTTIME: in clockstring()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/ |
| H A D | time.h | 60 # define CLOCK_BOOTTIME 7 macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/ |
| H A D | time.h | 60 # define CLOCK_BOOTTIME 7 macro
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | time.h | 56 #define CLOCK_BOOTTIME 7 macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | time.h | 81 #define CLOCK_BOOTTIME 7 macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | time.h | 81 #define CLOCK_BOOTTIME 7 macro
|
| /OK3568_Linux_fs/kernel/include/vdso/ |
| H A D | datapage.h | 31 BIT(CLOCK_BOOTTIME) | \
|
| /OK3568_Linux_fs/buildroot/package/network-manager/ |
| H A D | Config.in | 10 depends on BR2_TOOLCHAIN_USES_GLIBC # CLOCK_BOOTTIME, IPTOS_CLASS_*
|
| /OK3568_Linux_fs/kernel/drivers/iio/common/cros_ec_sensors/ |
| H A D | cros_ec_sensors_core.c | 210 if (iio_device_get_clock(indio_dev) != CLOCK_BOOTTIME) in cros_ec_sensors_push_data() 358 ret = iio_device_set_clock(indio_dev, CLOCK_BOOTTIME); in cros_ec_sensors_core_init()
|
| /OK3568_Linux_fs/kernel/drivers/iio/ |
| H A D | industrialio-core.c | 266 case CLOCK_BOOTTIME: in iio_get_time_ns() 287 case CLOCK_BOOTTIME: in iio_get_time_res() 1378 case CLOCK_BOOTTIME: in iio_show_timestamp_clock() 1412 clk = CLOCK_BOOTTIME; in iio_store_timestamp_clock()
|