Searched refs:ts_now (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/testing/selftests/rseq/ |
| H A D | slice_test.c | 109 struct timespec ts_start, ts_now; in noise_thread() local 113 clock_gettime(CLOCK_MONOTONIC, &ts_now); in noise_thread() 114 } while (!elapsed(&ts_start, &ts_now, p->noise_nsecs)); in noise_thread() 165 struct timespec ts_start, ts_now; in TEST_F() local 179 clock_gettime(CLOCK_MONOTONIC, &ts_now); in TEST_F() 180 } while (!elapsed(&ts_cs, &ts_now, variant->slice_nsecs)); in TEST_F() 210 clock_gettime(CLOCK_MONOTONIC, &ts_now); in TEST_F() 211 } while (!elapsed(&ts_start, &ts_now, variant->total_nsecs)); in TEST_F()
|
| /linux/drivers/net/can/usb/peak_usb/ |
| H A D | pcan_usb_core.h | 142 void peak_usb_update_ts_now(struct peak_time_ref *time_ref, u32 ts_now); 143 void peak_usb_set_ts_now(struct peak_time_ref *time_ref, u32 ts_now);
|
| H A D | pcan_usb_core.c | 105 void peak_usb_update_ts_now(struct peak_time_ref *time_ref, u32 ts_now) in peak_usb_update_ts_now() argument 107 time_ref->ts_dev_2 = ts_now; in peak_usb_update_ts_now() 123 void peak_usb_set_ts_now(struct peak_time_ref *time_ref, u32 ts_now) in peak_usb_set_ts_now() argument 149 peak_usb_update_ts_now(time_ref, ts_now); in peak_usb_set_ts_now()
|