Searched full:utc (Results 1 – 25 of 145) sorted by relevance
123456
| /kernel/linux/linux-5.10/fs/ntfs/ |
| D | time.h | 19 * utc2ntfs - convert Linux UTC time to NTFS time 20 * @ts: Linux UTC time to convert to NTFS time 22 * Convert the Linux UTC time @ts to its corresponding NTFS time and return 27 * 1st January 1970, 00:00:00 UTC and tv_nsec is the number of 1-nano-second 32 * 00:00:00 UTC. 60 * @time: NTFS time (little endian) to convert to Linux UTC 62 * Convert the little endian NTFS time @time to its corresponding Linux UTC 67 * 1st January 1970, 00:00:00 UTC and tv_nsec is the number of 1-nano-second 72 * 00:00:00 UTC.
|
| /kernel/linux/linux-6.6/fs/ntfs/ |
| D | time.h | 19 * utc2ntfs - convert Linux UTC time to NTFS time 20 * @ts: Linux UTC time to convert to NTFS time 22 * Convert the Linux UTC time @ts to its corresponding NTFS time and return 27 * 1st January 1970, 00:00:00 UTC and tv_nsec is the number of 1-nano-second 32 * 00:00:00 UTC. 60 * @time: NTFS time (little endian) to convert to Linux UTC 62 * Convert the little endian NTFS time @time to its corresponding Linux UTC 67 * 1st January 1970, 00:00:00 UTC and tv_nsec is the number of 1-nano-second 72 * 00:00:00 UTC.
|
| /kernel/linux/linux-6.6/fs/fat/ |
| D | fat_test.c | 34 .name = "Earliest possible UTC (1980-01-01 00:00:00)", 42 .name = "Latest possible UTC (2107-12-31 23:59:58)", 50 .name = "Earliest possible (UTC-11) (== 1979-12-31 13:00:00 UTC)", 58 .name = "Latest possible (UTC+11) (== 2108-01-01 10:59:58 UTC)", 90 .name = "Leap year + timezone UTC+1 (== 2004-02-29 00:30:00 UTC)", 98 .name = "Leap year + timezone UTC-1 (== 2004-02-29 23:30:00 UTC)",
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
| D | pci_hw.h | 223 * 2: UTC - time_stamp[37:30] = Sec 225 * 3: Mirror_UTC. UTC time stamp of the original packet that has 232 * Note that Spectrum does not reveal FRC, UTC and Mirror_UTC 311 * 2: UTC 312 * 3: Mirror_UTC. UTC time stamp of the original packet that has 325 * 2: UTC - time_stamp[37:30] = Sec 327 * 3: Mirror_UTC. UTC time stamp of the original packet that has 334 * Note that Spectrum does not reveal FRC, UTC and Mirror_UTC
|
| D | spectrum_ptp.c | 459 dev_err(dev, "setting UTC time failed %d\n", err); in mlxsw_sp2_ptp_clock_init() 1393 /* Time stamp above the last bits of UTC (UTC & 0xff) means the in mlxsw_ptp_utc_time_stamp_sec_get() 1413 * representation of UTC time. Software should create the full time in mlxsw_sp2_ptp_hwtstamp_fill() 1414 * stamp using the global UTC clock. The seconds have only 8 bits in the in mlxsw_sp2_ptp_hwtstamp_fill() 1415 * CQE, to create the full time stamp, use the current UTC time and fix in mlxsw_sp2_ptp_hwtstamp_fill() 1416 * the seconds according to the relation between UTC seconds and CQE in mlxsw_sp2_ptp_hwtstamp_fill()
|
| /kernel/linux/linux-6.6/Documentation/filesystems/ |
| D | vfat.rst | 140 **tz=UTC** 141 Interpret timestamps as UTC rather than local time. 143 between local time (as used by Windows on FAT) and UTC 146 that are set to UTC in order to avoid the pitfalls of 151 used by FAT to UTC. I.e. <minutes> minutes will be subtracted 152 from each timestamp to convert it to UTC used internally by
|
| /kernel/linux/linux-5.10/Documentation/filesystems/ |
| D | vfat.rst | 140 **tz=UTC** 141 Interpret timestamps as UTC rather than local time. 143 between local time (as used by Windows on FAT) and UTC 146 that are set to UTC in order to avoid the pitfalls of 151 used by FAT to UTC. I.e. <minutes> minutes will be subtracted 152 from each timestamp to convert it to UTC used internally by
|
| /kernel/linux/linux-6.6/fs/smb/server/ |
| D | misc.c | 339 * Convert the NT UTC (based 1601-01-01, in hundred nanosecond units) 340 * into Unix UTC (based 1970-01-01, in seconds). 369 /* Convert the Unix UTC into NT UTC. */
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
| D | amdgpu_ras.h | 279 /* UTC VM L2 bank */ 281 /* UTC VM walker */ 283 /* UTC ATC L2 2MB cache */ 285 /* UTC ATC L2 4KB cache */
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
| D | amdgpu_ras.h | 295 /* UTC VM L2 bank */ 297 /* UTC VM walker */ 299 /* UTC ATC L2 2MB cache */ 301 /* UTC ATC L2 4KB cache */
|
| /kernel/liteos_m/kal/posix/src/ |
| D | time_internal.h | 64 #define TIME_ZONE_MAX 720 /* UTC-12:00 , the last time zone */ 65 #define TIME_ZONE_MIN (-840) /* UTC+14:00 , the first time zone */
|
| /kernel/linux/linux-6.6/include/uapi/linux/netfilter/ |
| D | xt_time.h | 18 /* Match against local time (instead of UTC) */
|
| /kernel/linux/linux-5.10/include/uapi/linux/netfilter/ |
| D | xt_time.h | 18 /* Match against local time (instead of UTC) */
|
| /kernel/linux/linux-5.10/arch/s390/include/asm/ |
| D | timex.h | 62 #define PTFF_QUI 0x04 /* query UTC information */ 84 /* Query UTC information result */
|
| /kernel/linux/linux-6.6/Documentation/core-api/ |
| D | timekeeping.rst | 36 using the Coordinated Universal Time (UTC), same as gettimeofday() 48 reference instead of UTC to avoid jumping on leap second updates.
|
| /kernel/linux/linux-5.10/Documentation/core-api/ |
| D | timekeeping.rst | 36 using the Coordinated Universal Time (UTC), same as gettimeofday() 48 reference instead of UTC to avoid jumping on leap second updates.
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/include/ivsrcid/vmc/ |
| D | irqsrcs_vmc_1_0.h | 34 #define UTCL2_1_0__SRCID__FAULT 0 /* UTC L2 has encountered a fau…
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/amd/include/ivsrcid/vmc/ |
| D | irqsrcs_vmc_1_0.h | 34 #define UTCL2_1_0__SRCID__FAULT 0 /* UTC L2 has encountered a fau…
|
| /kernel/linux/linux-5.10/fs/exfat/ |
| D | misc.c | 98 /* Convert from local time to UTC using time_offset. */ in exfat_get_entry_time() 123 * to indicate that local time and UTC are the same. in exfat_set_entry_time()
|
| /kernel/linux/linux-6.6/arch/s390/include/asm/ |
| D | timex.h | 96 #define PTFF_QUI 0x04 /* query UTC information */ 118 /* Query UTC information result */
|
| /kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/ |
| D | tsn_lib.sh | 159 --utc-tai-offset ${UTC_TAI_OFFSET} \ 236 --utc-tai-offset ${UTC_TAI_OFFSET} \
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | blackbox_common.h | 23 * event[eventName],time[seconds from 1970-01-01 00:00:00 UTC-tick],\
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | blackbox_common.h | 23 * event[eventName],time[seconds from 1970-01-01 00:00:00 UTC-tick],\
|
| /kernel/linux/linux-6.6/fs/xfs/libxfs/ |
| D | xfs_format.h | 698 * seconds and nanoseconds; time zero is the Unix epoch, Jan 1 00:00:00 UTC 707 * Dec 13 20:45:52 UTC 1901. Because the epochs are not the same, callers 721 * corresponds exactly with the incore timestamp Dec 13 20:45:52 UTC 1901. 727 * corresponds exactly with the incore timestamp Jan 19 03:14:07 UTC 2038. 734 * minimum timestamp of Dec 13 20:45:52 UTC 1901. 741 * of Jul 2 20:20:24 UTC 2486. 1195 * seconds counter; time zero is the Unix epoch, Jan 1 00:00:01 UTC 1970. 1213 * This corresponds exactly with the incore expiration Jan 1 00:00:01 UTC 1970. 1219 * This corresponds exactly with the incore expiration Feb 7 06:28:15 UTC 2106. 1226 * expiration of Jan 1 00:00:04 UTC 1970. [all …]
|
| /kernel/linux/linux-5.10/fs/xfs/libxfs/ |
| D | xfs_format.h | 864 * seconds and nanoseconds; time zero is the Unix epoch, Jan 1 00:00:00 UTC 873 * Dec 31 20:45:52 UTC 1901. Because the epochs are not the same, callers 887 * corresponds exactly with the incore timestamp Dec 13 20:45:52 UTC 1901. 893 * corresponds exactly with the incore timestamp Jan 19 03:14:07 UTC 2038. 900 * minimum timestamp of Dec 13 20:45:52 UTC 1901. 907 * of Jul 2 20:20:24 UTC 2486. 1282 * seconds counter; time zero is the Unix epoch, Jan 1 00:00:01 UTC 1970. 1300 * This corresponds exactly with the incore expiration Jan 1 00:00:01 UTC 1970. 1306 * This corresponds exactly with the incore expiration Feb 7 06:28:15 UTC 2106. 1313 * expiration of Jan 1 00:00:04 UTC 1970. [all …]
|
123456