Home
last modified time | relevance | path

Searched refs:time_second (Results 1 – 25 of 59) sorted by relevance

123

/freebsd-13.1/sys/fs/nfsclient/
H A Dnfs_clsubs.c197 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 Dufs_quota.c238 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 Dufs_dirhash.c412 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 Dtime.c35 volatile time_t time_second = 1; variable
/freebsd-13.1/sys/dev/twe/
H A Dtwe.c1263 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 Dtrap.c415 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 Dtime.h77 #define gethrestime_sec() (time_second)
/freebsd-13.1/sys/dev/tws/
H A Dtws_services.h130 #define TWS_LOCAL_TIME (time_second - utc_offset())
/freebsd-13.1/sys/dev/led/
H A Dled.c72 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 Dbootp_subr.c668 (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 Dmlx.c915 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 Dtw_osl_inline.h241 (time_second - utc_offset())
/freebsd-13.1/sys/fs/smbfs/
H A Dsmbfs_node.c354 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 Dkvm_clock.c196 inittodr(time_second); in kvm_clock_resume()
/freebsd-13.1/sys/dev/mn/
H A Dif_mn.c413 (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 Dpf_if.c312 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 Dpf_table.c260 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 Dcontrol.c308 inittodr(time_second); in xctrl_suspend()
/freebsd-13.1/sys/vm/
H A Dvm_swapout.c352 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 Dips.c558 ts = time_second + command->timeout; in ips_morpheus_poll()
561 && (ts > time_second)) in ips_morpheus_poll()
/freebsd-13.1/sys/kern/
H A Dsysv_msg.c604 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 Dsysv_shm.c288 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 Dtimer.c490 inittodr(time_second); in xentimer_resume()
/freebsd-13.1/sys/ddb/
H A Ddb_textdump.c227 (unsigned long)time_second); in textdump_mkustar()
/freebsd-13.1/sys/sys/
H A Dtime.h488 extern volatile time_t time_second;

123