/external/linux-kselftest/tools/testing/selftests/timers/ |
D | set-2038.c | 48 int settime(long long time) in settime() function 91 if (!settime(YEAR_1901)) { in main() 95 if (!settime(YEAR_MAX)) { in main() 99 if (!is32bits() && !settime(YEAR_2262)) { in main() 105 settime(YEAR_1970); in main() 110 settime(YEAR_2038 - 600); in main() 119 settime(YEAR_2038 - 10); in main() 124 settime(YEAR_2262 - 600); in main() 129 settime(start); in main()
|
D | leap-a-day.c | 182 int settime = 1; in main() local 193 settime = 0; in main() 249 if (settime) { in main()
|
/external/ltp/testcases/kernel/syscalls/timerfd/ |
D | timerfd01.c | 55 static void settime(int tfd, struct tst_its *tmr, int tflags, in settime() function 107 settime(tfd, &tmr, 0, 100 * 1000, 0); in run() 112 settime(tfd, &tmr, TFD_TIMER_ABSTIME, tnow + 100 * 1000, 0); in run() 117 settime(tfd, &tmr, TFD_TIMER_ABSTIME, tnow + 50 * 1000, 50 * 1000); in run() 135 settime(tfd, &tmr, 0, 100 * 1000, 0); in run()
|
/external/linux-kselftest/tools/testing/selftests/ptp/ |
D | testptp.c | 176 int settime = 0; in main() local 224 settime = 1; in main() 227 settime = 2; in main() 233 settime = 3; in main() 315 if (settime == 1) { in main() 324 if (settime == 2) { in main() 333 if (settime == 3) { in main()
|
D | phc.sh | 132 settime() function
|
/external/rust/crates/libz-sys/src/zlib/contrib/untgz/ |
D | untgz.c | 243 struct utimbuf settime; in setfiletime() 245 settime.actime = settime.modtime = ftime; in setfiletime() 246 return utime(fname,&settime); in setfiletime()
|
/external/bcc/libbpf-tools/powerpc/ |
D | vmlinux_510.h | 79880 int (*settime)(const struct timespec64 *, const struct timezone *); member 80113 struct hlist_head settime; member
|
D | vmlinux.h | 79880 int (*settime)(const struct timespec64 *, const struct timezone *); member 80113 struct hlist_head settime; member
|
/external/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 34053 struct hlist_head settime; member 50689 int (*settime)(const struct timespec64 *, const struct timezone *); member
|
/external/bcc/libbpf-tools/arm64/ |
D | vmlinux.h | 46331 int (*settime)(const struct timespec64 *, const struct timezone *); member 46564 struct hlist_head settime; member
|
D | vmlinux_510.h | 46331 int (*settime)(const struct timespec64 *, const struct timezone *); member 46564 struct hlist_head settime; member
|
/external/bcc/libbpf-tools/x86/ |
D | vmlinux.h | 54679 int (*settime)(const struct timespec64 *, const struct timezone *); member 54885 struct hlist_head settime; member
|
D | vmlinux_505.h | 54679 int (*settime)(const struct timespec64 *, const struct timezone *); member 54885 struct hlist_head settime; member
|