Searched refs:ts (Results 1 – 7 of 7) sorted by relevance
/Documentation/ptp/ |
D | testptp.c | 129 struct timespec ts; in main() local 256 if (clock_gettime(clkid, &ts)) { in main() 260 ts.tv_sec, ts.tv_nsec, ctime(&ts.tv_sec)); in main() 265 clock_gettime(CLOCK_REALTIME, &ts); in main() 266 if (clock_settime(clkid, &ts)) { in main() 274 clock_gettime(clkid, &ts); in main() 275 if (clock_settime(CLOCK_REALTIME, &ts)) { in main() 353 if (clock_gettime(clkid, &ts)) { in main() 359 perout_request.start.sec = ts.tv_sec + 2; in main()
|
/Documentation/laptops/ |
D | dslm.c | 60 char *ts = ctime(&time); in myctime() local 61 ts[strlen(ts) - 1] = 0; in myctime() 63 return ts; in myctime()
|
/Documentation/filesystems/ |
D | coda.txt | 557 AArrgguummeennttss 584 AArrgguummeennttss 630 AArrgguummeennttss 672 AArrgguummeennttss 704 AArrgguummeennttss 735 AArrgguummeennttss 794 AArrgguummeennttss 836 AArrgguummeennttss 864 AArrgguummeennttss 897 AArrgguummeennttss [all …]
|
/Documentation/networking/timestamping/ |
D | timestamping.c | 162 struct timespec ts; in printpacket() local 272 if (ioctl(sock, SIOCGSTAMPNS, &ts)) in printpacket() 276 (long)ts.tv_sec, in printpacket() 277 (long)ts.tv_nsec); in printpacket()
|
/Documentation/video4linux/ |
D | README.saa7134 | 14 Almost everything is working. video, sound, tuner, radio, mpeg ts, ...
|
/Documentation/pps/ |
D | pps.txt | 105 pps_event(source, &ts, PPS_CAPTUREASSERT, ptr) 107 where "ts" is the event's timestamp.
|
/Documentation/block/ |
D | ioprio.txt | 8 With the introduction of cfq v3 (aka cfq-ts or time sliced cfq), basic io
|