Searched refs:ts3 (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/testing/selftests/timers/ |
| H A D | freq-step.c | 51 struct timespec ts1, ts2, ts3; in get_sample() local 57 clock_gettime(CLOCK_MONOTONIC_RAW, &ts3); in get_sample() 61 ts3.tv_sec -= mono_raw_base; in get_sample() 63 delay = diff_timespec(&ts3, &ts1); in get_sample()
|
| /OK3568_Linux_fs/kernel/drivers/pps/generators/ |
| H A D | pps_gen_parport.c | 59 struct timespec64 expire_time, ts1, ts2, ts3, dts; in hrtimer_event() local 108 ktime_get_real_ts64(&ts3); in hrtimer_event() 113 dts = timespec64_sub(ts3, ts2); in hrtimer_event()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/ |
| H A D | regression_2000.c | 670 struct sock_server ts3 = { }; in xtest_tee_test_2004() local 699 if (!ADBG_EXPECT_TRUE(c, sock_server_init_udp(&ts3, &cb))) in xtest_tee_test_2004() 849 port = ts3.bind->port; in xtest_tee_test_2004() 855 blen = strlen(ts3.bind->host) + 1; in xtest_tee_test_2004() 857 TEE_UDP_CHANGEADDR, ts3.bind->host, &blen, &ret_orig))) in xtest_tee_test_2004() 891 sock_server_uninit(&ts3); in xtest_tee_test_2004()
|