Home
last modified time | relevance | path

Searched refs:centiseconds (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/fs/udf/
Dudftime.c54 if (src.centiseconds < 100 && src.hundredsOfMicroseconds < 100 && in udf_disk_stamp_to_time()
56 dest->tv_nsec = 1000 * (src.centiseconds * 10000 + in udf_disk_stamp_to_time()
82 dest->centiseconds = ts.tv_nsec / 10000000; in udf_time_to_disk_stamp()
84 dest->centiseconds * 10000) / 100; in udf_time_to_disk_stamp()
85 dest->microseconds = (ts.tv_nsec / 1000 - dest->centiseconds * 10000 - in udf_time_to_disk_stamp()
Decma_167.h78 uint8_t centiseconds; member
/linux-6.12.1/Documentation/ABI/testing/
Dsysfs-tty90 Show the closing delay time for this port in centiseconds.
99 Show the close wait time for this port in centiseconds.