Home
last modified time | relevance | path

Searched refs:tv_sec (Results 1 – 25 of 568) sorted by path

12345678910>>...23

/linux/Documentation/admin-guide/
H A Dcpu-load.rst81 .it_interval = { .tv_sec = 0, .tv_usec = 1 },
82 .it_value = { .tv_sec = 0, .tv_usec = 1 } };
/linux/Documentation/core-api/
H A Dtimekeeping.rst151 been replaced because the tv_sec member overflows in year 2038 on 32-bit
/linux/Documentation/filesystems/
H A Dcoda.rst404 int64_t tv_sec; /* seconds */
/linux/Documentation/filesystems/ext4/
H A Dinodes.rst528 - Adjustment for signed 32-bit to 64-bit tv_sec
529 - Decoded 64-bit tv_sec
/linux/Documentation/input/
H A Duinput.rst56 ie.time.tv_sec = 0;
/linux/Documentation/translations/zh_CN/admin-guide/
H A Dcpu-load.rst69 struct itimerval it = { .it_interval = { .tv_sec = 0, .tv_usec = 1 },
70 .it_value = { .tv_sec = 0, .tv_usec = 1 } };
/linux/Documentation/translations/zh_TW/admin-guide/
H A Dcpu-load.rst75 struct itimerval it = { .it_interval = { .tv_sec = 0, .tv_usec = 1 },
76 .it_value = { .tv_sec = 0, .tv_usec = 1 } };
/linux/Documentation/userspace-api/media/v4l/
H A Dcapture.c.rst192 tv.tv_sec = 2;
H A Dv4l2grab.c.rst133 tv.tv_sec = 2;
/linux/Documentation/virt/uml/
H A Duser_mode_linux_howto_v2.rst1127 …timer_settime(0, 0, {it_interval={tv_sec=0, tv_nsec=0}, it_value={tv_sec=0, tv_nsec=2830912}}, NUL…
1129 …clock_nanosleep(CLOCK_MONOTONIC, 0, {tv_sec=1, tv_nsec=0}, NULL) = ? ERESTART_RESTARTBLOCK (Interr…
/linux/arch/alpha/kernel/
H A Dosf_sys.c294 tmp.st_atime = lstat->atime.tv_sec; in linux_to_osf_stat()
295 tmp.st_mtime = lstat->mtime.tv_sec; in linux_to_osf_stat()
296 tmp.st_ctime = lstat->ctime.tv_sec; in linux_to_osf_stat()
937 int tv_sec, tv_usec; member
952 o->tv_sec = tv.tv_sec; in get_tv32()
961 .tv_sec = i->tv_sec, in put_tv32()
970 .tv_sec = i->tv_sec, in put_tv_to_tv32()
979 value->tv_sec = jiffies / HZ; in jiffies_to_timeval32()
1046 if (tv.tv_sec < 0 || tv.tv_nsec < 0) in SYSCALL_DEFINE5()
1049 if (poll_select_set_timeout(to, tv.tv_sec, tv.tv_nsec)) in SYSCALL_DEFINE5()
[all …]
/linux/arch/arm/kernel/
H A Dsys_oabi-compat.c138 tmp.st_atime = stat->atime.tv_sec; in cp_oldabi_stat64()
140 tmp.st_mtime = stat->mtime.tv_sec; in cp_oldabi_stat64()
142 tmp.st_ctime = stat->ctime.tv_sec; in cp_oldabi_stat64()
H A Dtime.c65 ts->tv_sec = 0; in dummy_clock_access()
/linux/arch/arm/xen/
H A Denlighten.c89 now.tv_sec = ((uint64_t)wall_clock->sec_hi << 32) | wall_clock->sec; in xen_read_wallclock()
109 now.tv_sec = tk->xtime_sec; in xen_pvclock_gtod_notify()
122 op.u.settime64.secs = now.tv_sec; in xen_pvclock_gtod_notify()
133 next_sync.tv_sec += 11 * 60; in xen_pvclock_gtod_notify()
/linux/arch/m68k/kernel/
H A Dtime.c80 ts->tv_sec = 0; in read_persistent_clock64()
88 ts->tv_sec = mktime64(time.tm_year + 1900, time.tm_mon + 1, time.tm_mday, in read_persistent_clock64()
/linux/arch/mips/dec/
H A Dtime.c57 ts->tv_sec = mktime64(year, mon, day, hour, min, sec); in read_persistent_clock64()
70 time64_t nowtime = now.tv_sec; in update_persistent_clock64()
/linux/arch/mips/loongson2ef/common/
H A Dtime.c26 ts->tv_sec = mc146818_get_cmos_time(); in read_persistent_clock64()
/linux/arch/mips/mti-malta/
H A Dmalta-time.c122 ts->tv_sec = mc146818_get_cmos_time(); in read_persistent_clock64()
/linux/arch/mips/sibyte/swarm/
H A Dsetup.c95 ts->tv_sec = sec; in read_persistent_clock64()
101 time64_t sec = now.tv_sec; in update_persistent_clock64()
/linux/arch/nios2/kernel/
H A Dtime.c341 ts->tv_sec = mktime64(2007, 1, 1, 0, 0, 0); in read_persistent_clock64()
/linux/arch/parisc/kernel/
H A Dtime.c218 ts->tv_sec = tod_data.tod_sec; in read_persistent_clock64()
222 ts->tv_sec = 0; in read_persistent_clock64()
/linux/arch/powerpc/kernel/
H A Dnvram_64.c442 record->time.tv_sec = 0; in nvram_pstore_read()
449 record->time.tv_sec = last_rtas_event; in nvram_pstore_read()
457 record->time.tv_sec = 0; in nvram_pstore_read()
467 record->time.tv_sec = 0; in nvram_pstore_read()
509 record->time.tv_sec = 0; in nvram_pstore_read()
514 record->time.tv_sec = be64_to_cpu(oops_hdr->timestamp); in nvram_pstore_read()
H A Dtime.c743 rtc_time64_to_tm(now.tv_sec + 1 + timezone_offset, &tm); in update_persistent_clock64()
762 ts->tv_sec = ppc_md.get_boot_time() - timezone_offset; in __read_persistent_clock()
767 ts->tv_sec = 0; in __read_persistent_clock()
772 ts->tv_sec = rtc_tm_to_time64(&tm); in __read_persistent_clock()
780 if (ts->tv_sec < 0) { in read_persistent_clock64()
781 ts->tv_sec = 0; in read_persistent_clock64()
/linux/arch/powerpc/platforms/cell/spufs/
H A Dfile.c2340 (unsigned long long) p->tstamp.tv_sec, in switch_log_sprint()
/linux/arch/powerpc/xmon/
H A Dxmon.c1019 printf("Uptime: %lu.%.2lu seconds\n", (unsigned long)uptime.tv_sec, in show_uptime()

12345678910>>...23