| /freebsd-13.1/sys/fs/nfsclient/ |
| H A D | nfs_clsubs.c | 197 timeo = (time_second - np->n_mtime.tv_sec) / 10; in ncl_getattrcache() 224 (time_second - np->n_attrstamp), timeo); in ncl_getattrcache() 227 if ((time_second - np->n_attrstamp) >= timeo && in ncl_getattrcache()
|
| /freebsd-13.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() 883 newlim.dqb_btime = time_second + ump->um_btime[type]; in _setquota() 887 newlim.dqb_itime = time_second + ump->um_itime[type]; in _setquota() 938 dq->dq_btime = time_second + ump->um_btime[type]; in _setuse() 941 dq->dq_itime = time_second + ump->um_itime[type]; in _setuse() 1476 dq->dq_btime = time_second + ump->um_btime[type]; in dqget() 1482 dq->dq_itime = time_second + ump->um_itime[type]; in dqget() [all …]
|
| H A D | ufs_dirhash.c | 412 dh->dh_lastused = time_second; in ufsdirhash_build() 591 dh->dh_lastused = time_second; in ufsdirhash_lookup() 835 dh->dh_lastused = time_second; in ufsdirhash_add()
|
| /freebsd-13.1/stand/libsa/ |
| H A D | time.c | 35 volatile time_t time_second = 1; variable
|
| /freebsd-13.1/sys/dev/twe/ |
| H A D | twe.c | 1263 expiry = time_second + timeout; in twe_wait_status() 1270 } while (time_second <= expiry); in twe_wait_status() 1555 expiry = time_second + timeout; 1564 } while ((time_second <= expiry) && !found); 1734 if (time_second > (lastwarn[0] + 5)) { in twe_check_bits() 1737 lastwarn[0] = time_second; in twe_check_bits() 1743 if (time_second > (lastwarn[1] + 5)) { in twe_check_bits() 1746 lastwarn[1] = time_second; in twe_check_bits()
|
| /freebsd-13.1/sys/i386/i386/ |
| H A D | trap.c | 415 if (time_second - lastalert > 10) { in trap() 418 lastalert = time_second; in trap() 672 if (time_second - lastalert > 10) { in trap() 675 lastalert = time_second; in trap()
|
| /freebsd-13.1/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | time.h | 77 #define gethrestime_sec() (time_second)
|
| /freebsd-13.1/sys/dev/tws/ |
| H A D | tws_services.h | 130 #define TWS_LOCAL_TIME (time_second - utc_offset())
|
| /freebsd-13.1/sys/dev/led/ |
| H A D | led.c | 72 if (sc->last_second == time_second) in led_timeout() 74 sc->last_second = time_second; in led_timeout()
|
| /freebsd-13.1/sys/nfs/ |
| H A D | bootp_subr.c | 668 (rtimo == 0 || time_second >= rtimo)) { in bootpc_call() 686 atimo = timo + time_second; in bootpc_call() 687 while (time_second < atimo) { in bootpc_call() 702 gctx->secs = time_second - gctx->starttime; in bootpc_call() 781 atimo = time_second + in bootpc_call() 788 rtimo = time_second + in bootpc_call() 815 if (rtimo != 0 && time_second >= rtimo) in bootpc_call() 1536 gctx->starttime = time_second; in bootpc_init()
|
| /freebsd-13.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, SBT_1S / 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-13.1/sys/dev/twa/ |
| H A D | tw_osl_inline.h | 241 (time_second - utc_offset())
|
| /freebsd-13.1/sys/fs/smbfs/ |
| H A D | smbfs_node.c | 354 np->n_attrage = time_second; in smbfs_attr_cacheenter() 365 diff = time_second - np->n_attrage; in smbfs_attr_cachelookup()
|
| /freebsd-13.1/sys/dev/kvm_clock/ |
| H A D | kvm_clock.c | 196 inittodr(time_second); in kvm_clock_resume()
|
| /freebsd-13.1/sys/dev/mn/ |
| H A D | if_mn.c | 413 (unsigned long)(time_second - sch->last_recv)); in ngmn_rcvmsg() 420 (unsigned long)(time_second - sch->last_rxerr)); in ngmn_rcvmsg() 427 (unsigned long)(time_second - sch->last_xmit)); in ngmn_rcvmsg() 1096 sc->ch[chan]->last_xmit = time_second; in mn_tx_intr() 1135 sch->last_recv = time_second; in mn_rx_intr() 1153 sch->last_rxerr = time_second; in mn_rx_intr()
|
| /freebsd-13.1/sys/netpfil/pf/ |
| H A D | pf_if.c | 312 kif->pfik_tzero = time_second; in pf_kkif_zero() 351 kif->pfik_tzero = time_second > 1 ? time_second : 0; in pfi_kkif_attach() 891 p->pfik_tzero = time_second; in pfi_get_ifaces()
|
| H A D | pf_table.c | 260 long tzero = time_second; in pfr_add_addrs() 412 long tzero = time_second; in pfr_set_addrs() 599 long tzero = time_second; in pfr_get_astats() 1177 long tzero = time_second; in pfr_add_tables() 1322 long tzero = time_second; in pfr_get_tstats() 1379 long tzero = time_second; in pfr_clr_tstats() 1623 long tzero = time_second; in pfr_ina_commit() 2169 kt = pfr_create_ktable(&tbl, time_second, 1); in pfr_attach_table()
|
| /freebsd-13.1/sys/dev/xen/control/ |
| H A D | control.c | 308 inittodr(time_second); in xctrl_suspend()
|
| /freebsd-13.1/sys/vm/ |
| H A D | vm_swapout.c | 352 if (!vm_swap_idle_enabled || time_second == lsec) in vm_swapout_run_idle() 355 lsec = time_second; in vm_swapout_run_idle()
|
| /freebsd-13.1/sys/dev/ips/ |
| H A D | ips.c | 558 ts = time_second + command->timeout; in ips_morpheus_poll() 561 && (ts > time_second)) in ips_morpheus_poll()
|
| /freebsd-13.1/sys/kern/ |
| H A D | sysv_msg.c | 604 msqkptr->u.msg_ctime = time_second; in kern_msgctl() 741 msqkptr->u.msg_ctime = time_second; in sys_msgget() 1092 msqkptr->u.msg_stime = time_second; in kern_msgsnd() 1339 msqkptr->u.msg_rtime = time_second; in kern_msgrcv()
|
| H A D | sysv_shm.c | 288 shmseg->u.shm_dtime = time_second; in shm_delete_mapping() 466 shmseg->u.shm_atime = time_second; in kern_shmat_locked() 582 shmseg->u.shm_ctime = time_second; in kern_shmctl_locked() 766 shmseg->u.shm_ctime = time_second; in shmget_allocate_segment()
|
| /freebsd-13.1/sys/dev/xen/timer/ |
| H A D | timer.c | 490 inittodr(time_second); in xentimer_resume()
|
| /freebsd-13.1/sys/ddb/ |
| H A D | db_textdump.c | 227 (unsigned long)time_second); in textdump_mkustar()
|
| /freebsd-13.1/sys/sys/ |
| H A D | time.h | 488 extern volatile time_t time_second;
|