| /freebsd-12.1/sys/dev/tws/ |
| H A D | tws_services.h | 136 #define TWS_LOCAL_TIME (time_second - utc_offset()) 139 #define TWS_LOCAL_TIME (time_second - (tz_minuteswest * 60) - \
|
| /freebsd-12.1/sys/ufs/ufs/ |
| H A D | ufs_quota.c | 238 dq->dq_btime = time_second + ITOUMP(ip)->um_btime[i]; in chkdq() 288 if (time_second > dq->dq_btime) { in chkdqchg() 377 dq->dq_itime = time_second + ITOUMP(ip)->um_itime[i]; in chkiq() 426 if (time_second > dq->dq_itime) { in chkiqchg() 881 newlim.dqb_btime = time_second + ump->um_btime[type]; in _setquota() 885 newlim.dqb_itime = time_second + ump->um_itime[type]; in _setquota() 936 dq->dq_btime = time_second + ump->um_btime[type]; in _setuse() 939 dq->dq_itime = time_second + ump->um_itime[type]; in _setuse() 1475 dq->dq_btime = time_second + ump->um_btime[type]; in dqget() 1481 dq->dq_itime = time_second + ump->um_itime[type]; in dqget() [all …]
|
| H A D | ufs_dirhash.c | 413 dh->dh_lastused = time_second; in ufsdirhash_build() 592 dh->dh_lastused = time_second; in ufsdirhash_lookup() 836 dh->dh_lastused = time_second; in ufsdirhash_add()
|
| /freebsd-12.1/sys/fs/nfsclient/ |
| H A D | nfs_clsubs.c | 195 timeo = (time_second - np->n_mtime.tv_sec) / 10; in ncl_getattrcache() 222 (time_second - np->n_attrstamp), timeo); in ncl_getattrcache() 225 if ((time_second - np->n_attrstamp) >= timeo && in ncl_getattrcache()
|
| /freebsd-12.1/sys/dev/twe/ |
| H A D | twe.c | 1264 expiry = time_second + timeout; in twe_wait_status() 1271 } while (time_second <= expiry); in twe_wait_status() 1557 expiry = time_second + timeout; 1566 } while ((time_second <= expiry) && !found); 1736 if (time_second > (lastwarn[0] + 5)) { in twe_check_bits() 1739 lastwarn[0] = time_second; in twe_check_bits() 1745 if (time_second > (lastwarn[1] + 5)) { in twe_check_bits() 1748 lastwarn[1] = time_second; in twe_check_bits()
|
| /freebsd-12.1/sys/i386/i386/ |
| H A D | trap.c | 461 if (time_second - lastalert > 10) { in trap() 464 lastalert = time_second; in trap() 720 if (time_second - lastalert > 10) { in trap() 723 lastalert = time_second; in trap()
|
| /freebsd-12.1/sys/nfs/ |
| H A D | bootp_subr.c | 763 (rtimo == 0 || time_second >= rtimo)) { in bootpc_call() 781 atimo = timo + time_second; in bootpc_call() 782 while (time_second < atimo) { in bootpc_call() 797 gctx->secs = time_second - gctx->starttime; in bootpc_call() 876 atimo = time_second + in bootpc_call() 883 rtimo = time_second + in bootpc_call() 910 if (rtimo != 0 && time_second >= rtimo) in bootpc_call() 1613 gctx->starttime = time_second; in bootpc_init()
|
| /freebsd-12.1/sys/dev/led/ |
| H A D | led.c | 69 if (sc->last_second == time_second) in led_timeout() 71 sc->last_second = time_second; in led_timeout()
|
| /freebsd-12.1/sys/cddl/compat/opensolaris/sys/ |
| H A D | time.h | 74 #define gethrestime_sec() (time_second)
|
| /freebsd-12.1/sys/dev/mlx/ |
| H A D | mlx.c | 915 sc->mlx_pause.mp_when = time_second + mp->mp_when; in mlx_ioctl() 1082 (time_second >= sc->mlx_pause.mp_when)){ in mlx_periodic() 1095 if (time_second >= sc->mlx_pause.mp_howlong) { in mlx_periodic() 1100 sysbeep((time_second % 5) * 100 + 500, hz/8); in mlx_periodic() 1106 } else if (time_second > (sc->mlx_lastpoll + 10)) { in mlx_periodic() 1107 sc->mlx_lastpoll = time_second; in mlx_periodic() 1492 failsafe = ((sc->mlx_pause.mp_howlong - time_second) + 5) / 30; in mlx_pause_action() 1495 sc->mlx_pause.mp_howlong = time_second + (0xf * 30) - 5; in mlx_pause_action() 1542 channel, (long)(sc->mlx_pause.mp_howlong - time_second)); in mlx_pause_done() 2269 mc->mc_timeout = time_second + 60; in mlx_start()
|
| /freebsd-12.1/sys/netpfil/pf/ |
| H A D | pf_if.c | 233 kif->pfik_tzero = time_second > 1 ? time_second : 0; in pfi_kif_attach() 710 p->pfik_tzero = time_second; in pfi_update_status() 737 p->pfik_tzero = time_second; in pfi_get_ifaces()
|
| H A D | pf_table.c | 256 long tzero = time_second; in pfr_add_addrs() 407 long tzero = time_second; in pfr_set_addrs() 593 long tzero = time_second; in pfr_get_astats() 1186 long tzero = time_second; in pfr_add_tables() 1331 long tzero = time_second; in pfr_get_tstats() 1388 long tzero = time_second; in pfr_clr_tstats() 1631 long tzero = time_second; in pfr_ina_commit() 2160 kt = pfr_create_ktable(&tbl, time_second, 1); in pfr_attach_table()
|
| /freebsd-12.1/sys/fs/smbfs/ |
| H A D | smbfs_node.c | 360 np->n_attrage = time_second; in smbfs_attr_cacheenter() 371 diff = time_second - np->n_attrage; in smbfs_attr_cachelookup()
|
| /freebsd-12.1/sys/dev/mn/ |
| H A D | if_mn.c | 414 (unsigned long)(time_second - sch->last_recv)); in ngmn_rcvmsg() 421 (unsigned long)(time_second - sch->last_rxerr)); in ngmn_rcvmsg() 428 (unsigned long)(time_second - sch->last_xmit)); in ngmn_rcvmsg() 1099 sc->ch[chan]->last_xmit = time_second; in mn_tx_intr() 1138 sch->last_recv = time_second; in mn_rx_intr() 1156 sch->last_rxerr = time_second; in mn_rx_intr()
|
| /freebsd-12.1/sys/dev/twa/ |
| H A D | tw_osl_inline.h | 267 (time_second - utc_offset())
|
| /freebsd-12.1/sys/dev/xen/control/ |
| H A D | control.c | 313 inittodr(time_second); in xctrl_suspend()
|
| /freebsd-12.1/sys/vm/ |
| H A D | vm_swapout.c | 363 if (!vm_swap_idle_enabled || time_second == lsec) in vm_swapout_run_idle() 366 lsec = time_second; in vm_swapout_run_idle()
|
| /freebsd-12.1/sys/dev/ips/ |
| H A D | ips.c | 553 ts = time_second + command->timeout; in ips_morpheus_poll() 556 && (ts > time_second)) in ips_morpheus_poll()
|
| /freebsd-12.1/sys/ufs/ffs/ |
| H A D | ffs_vfsops.c | 388 fs->fs_mtime = time_second; in ffs_mount() 469 fs->fs_mtime = time_second; in ffs_mount() 571 fs->fs_mtime = time_second; in ffs_mount() 1036 fs->fs_mtime = time_second; 2218 cgp->cg_old_time = cgp->cg_time = time_second; in ffs_bufwrite()
|
| /freebsd-12.1/sys/kern/ |
| H A D | sysv_msg.c | 607 msqkptr->u.msg_ctime = time_second; in kern_msgctl() 737 msqkptr->u.msg_ctime = time_second; in sys_msgget() 1088 msqkptr->u.msg_stime = time_second; in kern_msgsnd() 1335 msqkptr->u.msg_rtime = time_second; in kern_msgrcv()
|
| H A D | sysv_shm.c | 286 shmseg->u.shm_dtime = time_second; in shm_delete_mapping() 464 shmseg->u.shm_atime = time_second; in kern_shmat_locked() 580 shmseg->u.shm_ctime = time_second; in kern_shmctl_locked() 772 shmseg->u.shm_ctime = time_second; in shmget_allocate_segment()
|
| H A D | kern_shutdown.c | 861 printf("time = %jd\n", (intmax_t )time_second); in vpanic() 1558 kdh->dumptime = htod64(time_second); in dump_init_header()
|
| /freebsd-12.1/sys/dev/xen/timer/ |
| H A D | timer.c | 490 inittodr(time_second); in xentimer_resume()
|
| /freebsd-12.1/sys/ddb/ |
| H A D | db_textdump.c | 226 (unsigned long)time_second); in textdump_mkustar()
|
| /freebsd-12.1/sys/fs/nfsserver/ |
| H A D | nfs_nfsdkrpc.c | 503 nfsdev_time = time_second; in nfsrvd_nfsd()
|