Home
last modified time | relevance | path

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

1234

/netbsd/src/sys/arch/vax/vax/
Dka650.c217 cache1data = time_second; in ka650_mchk()
222 cache1tag = time_second; in ka650_mchk()
227 cdalerr = time_second; in ka650_mchk()
229 if (time_second - i < 7) { in ka650_mchk()
/netbsd/src/sys/ufs/lfs/
Dulfs_quota1.c146 time_second + ip->i_ump->umq1_btime[type]; in chkdqchg()
153 if (time_second > dq->dq_btime) { in chkdqchg()
253 time_second + ip->i_ump->umq1_itime[type]; in chkiqchg()
260 if (time_second > dq->dq_itime) { in chkiqchg()
619 dqb.dqb_btime = time_second + ump->umq1_btime[key->qk_idtype]; in lfsquota1_handle_cmd_put()
623 dqb.dqb_itime = time_second + ump->umq1_itime[key->qk_idtype]; in lfsquota1_handle_cmd_put()
671 dqb->dqb_btime = time_second + ump->umq1_btime[type];
675 dqb->dqb_itime = time_second + ump->umq1_itime[type];
717 dq->dq_btime = time_second + ump->umq1_btime[type];
720 dq->dq_itime = time_second + ump->umq1_itime[type];
[all …]
/netbsd/src/sys/ufs/ufs/
Dufs_quota1.c145 time_second + ip->i_ump->umq1_btime[type]; in chkdqchg()
152 if (time_second > dq->dq_btime) { in chkdqchg()
253 time_second + ip->i_ump->umq1_itime[type]; in chkiqchg()
260 if (time_second > dq->dq_itime) { in chkiqchg()
629 dqb.dqb_btime = time_second + ump->umq1_btime[key->qk_idtype]; in quota1_handle_cmd_put()
633 dqb.dqb_itime = time_second + ump->umq1_itime[key->qk_idtype]; in quota1_handle_cmd_put()
681 dqb->dqb_btime = time_second + ump->umq1_btime[type];
685 dqb->dqb_itime = time_second + ump->umq1_itime[type];
727 dq->dq_btime = time_second + ump->umq1_btime[type];
730 dq->dq_itime = time_second + ump->umq1_itime[type];
[all …]
/netbsd/src/sys/dist/pf/netinet/
Dtcp_rndiss.c109 tcp_rndiss_reseed = time_second + TCP_RNDISS_OUT; in tcp_rndiss_init()
118 time_second > tcp_rndiss_reseed) in tcp_rndiss_next()
/netbsd/src/sys/arch/sgimips/hpc/
Dbutton.c137 if (time_second == sc->sc_last) in button_intr()
139 sc->sc_last = time_second; in button_intr()
/netbsd/src/sys/fs/nfs/client/
Dnfs_clsubs.c192 timeo = (time_second - np->n_mtime.tv_sec) / 10; in ncl_getattrcache()
219 (time_second - np->n_attrstamp), timeo); in ncl_getattrcache()
222 if ((time_second - np->n_attrstamp) >= timeo && in ncl_getattrcache()
/netbsd/src/sys/arch/macppc/dev/
Dobiofan.c130 sc->sc_stamp = time_second; in obiofan_attach()
154 time_t now = time_second, diff; in obiofan_update()
Dpsoc.c174 if ((time_second - sc->sc_last) > 2) { in psoc_sensors_refresh()
180 sc->sc_last = time_second; in psoc_sensors_refresh()
Dbattery.c159 if (sc->sc_timestamp == time_second) in battery_update()
161 sc->sc_timestamp = time_second; in battery_update()
Dlmu.c266 if (time_second == sc->sc_last) in lmu_get_brightness()
274 sc->sc_last = time_second; in lmu_get_brightness()
/netbsd/src/sys/nfs/
Dnfs_clntsubs.c298 np->n_attrstamp = time_second; in nfs_loadattrcache()
324 (time_second - np->n_attrstamp) >= nfs_attrtimeo(nmp, np)) { in nfs_getattrcache()
393 time_t now = time_second; in nfs_check_wccdata()
542 timeo = (time_second - np->n_mtime.tv_sec) / 10; in nfs_attrtimeo()
Dnfs_iod.c355 if (!nuidp || nuidp->nu_expire < time_second) in nfs_getnickauth()
433 deltasec = time_second - ktvout.tv_sec; in nfs_savenickauth()
451 nuidp->nu_expire = time_second + NFS_KERBTTL; in nfs_savenickauth()
/netbsd/src/sys/dev/ic/
Dmlx.c797 mlx->mlx_pause.mp_when = time_second + mp->mp_when; in mlxioctl()
977 (time_second >= mlx->mlx_pause.mp_when)) { in mlx_periodic()
988 if (time_second >= mlx->mlx_pause.mp_howlong) { in mlx_periodic()
992 } else if (time_second > (mlx->mlx_lastpoll + 10)) { in mlx_periodic()
996 mlx->mlx_lastpoll = time_second; in mlx_periodic()
1040 if (mc->mc_expiry > time_second) { in mlx_periodic()
1465 failsafe = ((mlx->mlx_pause.mp_howlong - time_second) + 5) / 30; in mlx_pause_action()
1470 time_second + (0xf * 30) - 5; in mlx_pause_action()
1513 (long)(mlx->mlx_pause.mp_howlong - time_second)); in mlx_pause_done()
2055 mc->mc_expiry = time_second + MLX_TIMEOUT; in mlx_ccb_submit()
/netbsd/src/sys/kern/
Dkern_ntptime.c650 time_reftime = time_second; in hardupdate()
654 time_reftime = time_second; in hardupdate()
655 mtemp = time_second - time_reftime; in hardupdate()
668 time_reftime = time_second; in hardupdate()
/netbsd/src/sys/fs/sysvbfs/
Dsysvbfs_vnops.c226 attr.atime = time_second; in sysvbfs_close()
228 attr.ctime = time_second; in sysvbfs_close()
230 attr.mtime = time_second; in sysvbfs_close()
896 attr.atime = acc ? acc->tv_sec : time_second; in sysvbfs_update()
900 attr.ctime = time_second; in sysvbfs_update()
904 attr.mtime = mod ? mod->tv_sec : time_second; in sysvbfs_update()
/netbsd/src/sys/netatalk/
Dat_control.c459 time_second % (nnets - 1); in at_ifinit()
498 AA_SAT(aa)->sat_addr.s_node = time_second; in at_ifinit()
517 for (j = 0, nodeinc = time_second | 1; j < 256; in at_ifinit()
561 AA_SAT(aa)->sat_addr.s_node = time_second; in at_ifinit()
/netbsd/src/sys/dist/pf/net/
Dpf_if.c203 kif->pfik_tzero = (time_second > 7200) ? time_second : 0; in pfi_kif_get()
205 kif->pfik_tzero = time_second; in pfi_kif_get()
745 p->pfik_tzero = time_second; in pfi_clr_istats()
765 p->pfik_tzero = time_second; in pfi_get_ifaces()
/netbsd/src/sys/ufs/ffs/
Dffs_alloc.c1003 cgp->cg_old_time = ufs_rw32(time_second, UFS_FSNEEDSWAP(fs)); in ffs_fragextend()
1006 cgp->cg_time = ufs_rw64(time_second, UFS_FSNEEDSWAP(fs)); in ffs_fragextend()
1079 cgp->cg_old_time = ufs_rw32(time_second, needswap); in ffs_alloccg()
1082 cgp->cg_time = ufs_rw64(time_second, needswap); in ffs_alloccg()
1333 cgp->cg_old_time = ufs_rw32(time_second, needswap); in ffs_nodealloccg()
1336 cgp->cg_time = ufs_rw64(time_second, needswap); in ffs_nodealloccg()
1481 cgp->cg_old_time = ufs_rw32(time_second, needswap); in ffs_blkalloc_ump()
1482 cgp->cg_time = ufs_rw64(time_second, needswap); in ffs_blkalloc_ump()
1884 cgp->cg_old_time = ufs_rw32(time_second, needswap); in ffs_blkfree_common()
1887 cgp->cg_time = ufs_rw64(time_second, needswap); in ffs_blkfree_common()
[all …]
/netbsd/src/sys/arch/sparc64/sparc64/
Dintr.c115 timesince = time_second - straytime; in strayintr()
120 straytime = time_second; in strayintr()
/netbsd/src/sys/ufs/ext2fs/
Dext2fs_vfsops.c303 fs->e2fs.e2fs_mtime = time_second; in ext2fs_sb_setmountinfo()
536 fs->e2fs.e2fs_wtime = time_second; in ext2fs_mount()
1013 fs->e2fs.e2fs_wtime = time_second; in ext2fs_sync()
1112 if (++ext2gennumber < (u_long)time_second) in ext2fs_loadvnode()
1113 ext2gennumber = time_second; in ext2fs_loadvnode()
1178 if (++ext2gennumber < time_second) in ext2fs_newvnode()
1179 ext2gennumber = time_second; in ext2fs_newvnode()
/netbsd/src/sys/arch/vax/uba/
Duba_sbi.c344 u_long dt = time_second - vc->uh_zvtime; in ubaerror()
348 vc->uh_zvtime = time_second; in ubaerror()
/netbsd/src/sys/fs/nfs/common/
Dbootp_subr.c768 (rtimo == 0 || time_second >= rtimo)) { in bootpc_call()
786 atimo = timo + time_second; in bootpc_call()
787 while (time_second < atimo) { in bootpc_call()
802 gctx->secs = time_second - gctx->starttime; in bootpc_call()
881 atimo = time_second + in bootpc_call()
888 rtimo = time_second + in bootpc_call()
915 if (rtimo != 0 && time_second >= rtimo) in bootpc_call()
1615 gctx->starttime = time_second; in bootpc_init()
/netbsd/src/sys/net/
Dif_sl.c639 time_second >= sc->sc_starttime + ABT_WINDOW) in slinput()
645 if (time_second >= sc->sc_lasttime + ABT_IDLE) { in slinput()
647 sc->sc_starttime = time_second; in slinput()
655 sc->sc_lasttime = time_second; in slinput()
/netbsd/src/sys/external/bsd/drm2/include/linux/
Dtime.h58 return time_second; in get_seconds()
/netbsd/src/external/cddl/osnet/sys/sys/
Dtime.h78 #define gethrestime_sec() (time_second)

1234