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

123

/freebsd-13-stable/stand/libsa/
H A Dtime.c35 volatile time_t time_second = 1; variable
/freebsd-13-stable/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dtime.h77 #define gethrestime_sec() (time_second)
/freebsd-13-stable/sys/dev/tws/
H A Dtws_services.h130 #define TWS_LOCAL_TIME (time_second - utc_offset())
H A Dtws_hdm.c517 TWS_TRACE_DEBUG(sc, "sync_time,ts", sync_time, time_second);
/freebsd-13-stable/sys/fs/nfsclient/
H A Dnfs_clsubs.c197 timeo = (time_second - np->n_mtime.tv_sec) / 10;
224 (time_second - np->n_attrstamp), timeo);
227 if ((time_second - np->n_attrstamp) >= timeo &&
/freebsd-13-stable/sys/dev/twa/
H A Dtw_osl_inline.h241 (time_second - utc_offset())
/freebsd-13-stable/sys/ufs/ufs/
H A Dufs_quota.c238 dq->dq_btime = time_second + ITOUMP(ip)->um_btime[i];
283 dq->dq_btime = time_second + ITOUMP(ip)->um_btime[type];
288 if (time_second > dq->dq_btime) {
377 dq->dq_itime = time_second + ITOUMP(ip)->um_itime[i];
421 dq->dq_itime = time_second + ITOUMP(ip)->um_itime[type];
426 if (time_second > dq->dq_itime) {
883 newlim.dqb_btime = time_second + ump->um_btime[type];
887 newlim.dqb_itime = time_second + ump->um_itime[type];
938 dq->dq_btime = time_second + ump->um_btime[type];
941 dq->dq_itime = time_second
[all...]
H A Dufs_dirhash.c412 dh->dh_lastused = time_second;
591 dh->dh_lastused = time_second;
835 dh->dh_lastused = time_second;
/freebsd-13-stable/sys/dev/led/
H A Dled.c72 if (sc->last_second == time_second)
74 sc->last_second = time_second;
/freebsd-13-stable/sys/fs/smbfs/
H A Dsmbfs_node.c354 np->n_attrage = time_second;
365 diff = time_second - np->n_attrage;
/freebsd-13-stable/sys/dev/twe/
H A Dtwe.c1263 expiry = time_second + timeout;
1270 } while (time_second <= expiry);
1555 expiry = time_second + timeout;
1564 } while ((time_second <= expiry) && !found);
1734 if (time_second > (lastwarn[0] + 5)) {
1737 lastwarn[0] = time_second;
1743 if (time_second > (lastwarn[1] + 5)) {
1746 lastwarn[1] = time_second;
/freebsd-13-stable/sys/nfs/
H A Dbootp_subr.c666 (rtimo == 0 || time_second >= rtimo)) {
684 atimo = timo + time_second;
685 while (time_second < atimo) {
700 gctx->secs = time_second - gctx->starttime;
779 atimo = time_second +
786 rtimo = time_second +
813 if (rtimo != 0 && time_second >= rtimo)
1529 gctx->starttime = time_second;
/freebsd-13-stable/sys/dev/xen/control/
H A Dcontrol.c308 inittodr(time_second);
/freebsd-13-stable/sys/i386/i386/
H A Dtrap.c415 if (time_second - lastalert > 10) {
418 lastalert = time_second;
672 if (time_second - lastalert > 10) {
675 lastalert = time_second;
/freebsd-13-stable/sys/netpfil/pf/
H A Dpf_if.c280 kif->pfik_tzero = time_second;
313 * It seems that the value of time_second is in unintialzied state
317 * pfi_get_ifaces it uses time_second if it sees the time is 0.
319 kif->pfik_tzero = time_second > 1 ? time_second : 0;
859 p->pfik_tzero = time_second;
H A Dpf_table.c258 long tzero = time_second;
410 long tzero = time_second;
597 long tzero = time_second;
1159 long tzero = time_second;
1304 long tzero = time_second;
1361 long tzero = time_second;
1605 long tzero = time_second;
2138 kt = pfr_create_ktable(&tbl, time_second, 1);
/freebsd-13-stable/sys/dev/mlx/
H A Dmlx.c915 sc->mlx_pause.mp_when = time_second + mp->mp_when;
1082 (time_second >= sc->mlx_pause.mp_when)){
1095 if (time_second >= sc->mlx_pause.mp_howlong) {
1100 sysbeep((time_second % 5) * 100 + 500, hz/8);
1106 } else if (time_second > (sc->mlx_lastpoll + 10)) {
1107 sc->mlx_lastpoll = time_second;
1492 failsafe = ((sc->mlx_pause.mp_howlong - time_second) + 5) / 30;
1495 sc->mlx_pause.mp_howlong = time_second + (0xf * 30) - 5;
1542 channel, (long)(sc->mlx_pause.mp_howlong - time_second));
2269 mc->mc_timeout = time_second
[all...]
/freebsd-13-stable/sys/dev/mn/
H A Dif_mn.c413 (unsigned long)(time_second - sch->last_recv));
420 (unsigned long)(time_second - sch->last_rxerr));
427 (unsigned long)(time_second - sch->last_xmit));
1096 sc->ch[chan]->last_xmit = time_second;
1135 sch->last_recv = time_second;
1153 sch->last_rxerr = time_second;
/freebsd-13-stable/sys/dev/ips/
H A Dips.c558 ts = time_second + command->timeout;
561 && (ts > time_second))
/freebsd-13-stable/sys/vm/
H A Dvm_swapout.c347 if (!vm_swap_idle_enabled || time_second == lsec)
350 lsec = time_second;
/freebsd-13-stable/sys/ddb/
H A Ddb_textdump.c227 (unsigned long)time_second);
/freebsd-13-stable/sys/dev/xen/timer/
H A Dtimer.c490 inittodr(time_second);
/freebsd-13-stable/sys/fs/nfsserver/
H A Dnfs_nfsdkrpc.c522 nfsdev_time = time_second;
/freebsd-13-stable/sys/kern/
H A Dsysv_msg.c604 msqkptr->u.msg_ctime = time_second;
741 msqkptr->u.msg_ctime = time_second;
1092 msqkptr->u.msg_stime = time_second;
1339 msqkptr->u.msg_rtime = time_second;
H A Dsysv_shm.c288 shmseg->u.shm_dtime = time_second;
466 shmseg->u.shm_atime = time_second;
582 shmseg->u.shm_ctime = time_second;
766 shmseg->u.shm_ctime = time_second;

Completed in 241 milliseconds

123