Home
last modified time | relevance | path

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

123

/freebsd/sys/fs/nfsclient/
H A Dnfs_clsubs.c194 timeo = (time_second - np->n_mtime.tv_sec) / 10; in ncl_getattrcache()
221 (time_second - np->n_attrstamp), timeo); in ncl_getattrcache()
224 if ((time_second - np->n_attrstamp) >= timeo && in ncl_getattrcache()
/freebsd/sys/ufs/ufs/
H A Dufs_quota.c234 dq->dq_btime = time_second + ITOUMP(ip)->um_btime[i]; in chkdq()
284 if (time_second > dq->dq_btime) { in chkdqchg()
373 dq->dq_itime = time_second + ITOUMP(ip)->um_itime[i]; in chkiq()
422 if (time_second > dq->dq_itime) { in chkiqchg()
873 newlim.dqb_btime = time_second + ump->um_btime[type]; in _setquota()
877 newlim.dqb_itime = time_second + ump->um_itime[type]; in _setquota()
928 dq->dq_btime = time_second + ump->um_btime[type]; in _setuse()
931 dq->dq_itime = time_second + ump->um_itime[type]; in _setuse()
1468 dq->dq_btime = time_second + ump->um_btime[type]; in dqget()
1474 dq->dq_itime = time_second + ump->um_itime[type]; in dqget()
[all …]
H A Dufs_dirhash.c410 dh->dh_lastused = time_second; in ufsdirhash_build()
589 dh->dh_lastused = time_second; in ufsdirhash_lookup()
833 dh->dh_lastused = time_second; in ufsdirhash_add()
/freebsd/stand/libsa/
H A Dtime.c32 volatile time_t time_second = 1; variable
/freebsd/sys/i386/i386/
H A Dtrap.c440 if (time_second - lastalert > 10) { in trap()
443 lastalert = time_second; in trap()
697 if (time_second - lastalert > 10) { in trap()
700 lastalert = time_second; in trap()
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dtime.h75 #define gethrestime_sec() (time_second)
/freebsd/sys/dev/tws/
H A Dtws_services.h130 #define TWS_LOCAL_TIME (time_second - utc_offset())
H A Dtws_hdm.c515 TWS_TRACE_DEBUG(sc, "sync_time,ts", sync_time, time_second); in tws_aen_synctime_with_host()
/freebsd/sys/dev/led/
H A Dled.c69 if (sc->last_second == time_second) in led_timeout()
71 sc->last_second = time_second; in led_timeout()
/freebsd/sys/nfs/
H A Dbootp_subr.c662 (rtimo == 0 || time_second >= rtimo)) { in bootpc_call()
680 atimo = timo + time_second; in bootpc_call()
681 while (time_second < atimo) { in bootpc_call()
696 gctx->secs = time_second - gctx->starttime; in bootpc_call()
775 atimo = time_second + in bootpc_call()
782 rtimo = time_second + in bootpc_call()
809 if (rtimo != 0 && time_second >= rtimo) in bootpc_call()
1560 gctx->starttime = time_second; in bootpc_init()
/freebsd/sys/dev/mlx/
H A Dmlx.c911 sc->mlx_pause.mp_when = time_second + mp->mp_when; in mlx_ioctl()
1078 (time_second >= sc->mlx_pause.mp_when)){ in mlx_periodic()
1091 if (time_second >= sc->mlx_pause.mp_howlong) { in mlx_periodic()
1096 sysbeep((time_second % 5) * 100 + 500, SBT_1S / 8); in mlx_periodic()
1102 } else if (time_second > (sc->mlx_lastpoll + 10)) { in mlx_periodic()
1103 sc->mlx_lastpoll = time_second; in mlx_periodic()
1488 failsafe = ((sc->mlx_pause.mp_howlong - time_second) + 5) / 30; in mlx_pause_action()
1491 sc->mlx_pause.mp_howlong = time_second + (0xf * 30) - 5; in mlx_pause_action()
1538 channel, (long)(sc->mlx_pause.mp_howlong - time_second)); in mlx_pause_done()
2265 mc->mc_timeout = time_second + 60; in mlx_start()
/freebsd/sys/fs/smbfs/
H A Dsmbfs_node.c346 np->n_attrage = time_second; in smbfs_attr_cacheenter()
357 diff = time_second - np->n_attrage; in smbfs_attr_cachelookup()
/freebsd/sys/netpfil/pf/
H A Dpf_table.c252 long tzero = time_second; in pfr_add_addrs()
404 long tzero = time_second; in pfr_set_addrs()
591 long tzero = time_second; in pfr_get_astats()
1169 long tzero = time_second; in pfr_add_tables()
1314 long tzero = time_second; in pfr_get_tstats()
1371 long tzero = time_second; in pfr_clr_tstats()
1615 long tzero = time_second; in pfr_ina_commit()
2161 kt = pfr_create_ktable(&tbl, time_second, 1); in pfr_eth_attach_table()
2199 kt = pfr_create_ktable(&tbl, time_second, 1); in pfr_attach_table()
H A Dpf_if.c311 kif->pfik_tzero = time_second; in pf_kkif_zero()
350 kif->pfik_tzero = time_second > 1 ? time_second : 0; in pfi_kkif_attach()
900 p->pfik_tzero = time_second; in pfi_get_ifaces()
H A Dpflow.c672 flow1->flow_start = flow2->flow_start = htobe64((time_second - in copy_flow_ipfix_4_data()
711 flow1->flow_start = flow2->flow_start = htobe64((time_second - in copy_flow_ipfix_6_data()
1219 h10->time_sec = htonl(time_second); /* XXX 2038 */ in pflow_sendout_ipfix()
1255 h10->time_sec = htonl(time_second); /* XXX 2038 */ in pflow_sendout_ipfix_tmpl()
/freebsd/sys/dev/xen/control/
H A Dcontrol.c316 inittodr(time_second); in xctrl_suspend()
/freebsd/sys/dev/kvm_clock/
H A Dkvm_clock.c230 inittodr(time_second); in kvm_clock_resume()
/freebsd/sys/netlink/route/
H A Dneigh.c130 return (lle->la_expire + lle->lle_remtime / hz + time_second - time_uptime); in get_lle_next_ts()
431 lle->la_expire = attrs.ndaf_next_ts - time_second + time_uptime; in rtnl_handle_newneigh()
/freebsd/sys/vm/
H A Dvm_swapout.c348 if (!vm_swap_idle_enabled || time_second == lsec) in vm_swapout_run_idle()
351 lsec = time_second; in vm_swapout_run_idle()
/freebsd/sys/dev/ips/
H A Dips.c555 ts = time_second + command->timeout; in ips_morpheus_poll()
558 && (ts > time_second)) in ips_morpheus_poll()
/freebsd/sys/kern/
H A Dsysv_msg.c602 msqkptr->u.msg_ctime = time_second; in kern_msgctl()
739 msqkptr->u.msg_ctime = time_second; in sys_msgget()
1090 msqkptr->u.msg_stime = time_second; in kern_msgsnd()
1337 msqkptr->u.msg_rtime = time_second; in kern_msgrcv()
H A Dsysv_shm.c286 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()
764 shmseg->u.shm_ctime = time_second; in shmget_allocate_segment()
H A Dkern_tc.c104 volatile time_t time_second = 1; variable
1481 time_second = th->th_microtime.tv_sec; in tc_windup()
1486 time_second = fftimehands->tick_time_lerp.sec; in tc_windup()
/freebsd/sys/dev/xen/timer/
H A Dxen_timer.c485 inittodr(time_second); in xentimer_resume()
/freebsd/sys/ddb/
H A Ddb_textdump.c225 (unsigned long)time_second); in textdump_mkustar()

123