Home
last modified time | relevance | path

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

12

/dragonfly/sys/vfs/ufs/
HDufs_quota.c172 dq->dq_btime = time_second + in ufs_chkdq()
209 dq->dq_btime = time_second + in ufs_chkdqchg()
217 if (time_second > dq->dq_btime) { in ufs_chkdqchg()
297 dq->dq_itime = time_second + in ufs_chkiq()
334 dq->dq_itime = time_second + in ufs_chkiqchg()
342 if (time_second > dq->dq_itime) { in ufs_chkiqchg()
604 newlim.dqb_btime = time_second + ump->um_btime[type]; in ufs_setquota()
608 newlim.dqb_itime = time_second + ump->um_itime[type]; in ufs_setquota()
653 dq->dq_btime = time_second + ump->um_btime[type]; in ufs_setuse()
656 dq->dq_itime = time_second + ump->um_itime[type]; in ufs_setuse()
[all …]
HDffs_alloc.c946 cgp->cg_time = time_second; in ffs_fragextend()
1024 cgp->cg_time = time_second; in ffs_alloccg()
1460 cgp->cg_time = time_second; in ffs_nodealloccg()
1530 cgp->cg_time = time_second; in ffs_blkfree_cg()
1790 cgp->cg_time = time_second; in ffs_freefile()
/dragonfly/sys/net/ipfw3_basic/
HDip_fw3_basic.c170 (*f)->timestamp = time_second; in check_count()
180 (*f)->timestamp = time_second; in check_skipto()
201 (*f)->timestamp = time_second; in check_forward()
477 (*f)->timestamp = time_second; in check_tag()
492 (*f)->timestamp = time_second; in check_untag()
HDip_fw3_basic.h80 (state->timestamp + state->lifetime) < time_second) || \
81 ((state->expiry != 0) && (state->expiry < time_second))
HDip_fw3_state.c209 (*f)->timestamp = time_second; in check_check_state()
224 (*f)->timestamp = time_second; in check_check_state()
/dragonfly/sys/kern/
HDkern_clock.c240 __read_mostly time_t time_second; /* read-only 'passive' rt in seconds */ variable
256 __uint32_t time_second; member
351 hardtime[0].time_second = gd->gd_time_seconds; in initclocks_pcpu()
592 hardtime[ni].time_second = gd->gd_time_seconds; in hardclock()
599 gd->gd_time_seconds = hardtime[ni].time_second; in hardclock()
723 if (time_second != nts.tv_sec) { in hardclock()
746 leap = ntp_update_second(time_second, &nsec_adj); in hardclock()
754 time_second = nts.tv_sec; in hardclock()
HDsysv_shm.c210 shmseg->shm_dtime = time_second; in shm_delete_mapping()
387 shmseg->shm_atime = time_second; in sys_shmat()
436 shmseg->shm_ctime = time_second; in sys_shmctl()
559 shmseg->shm_ctime = time_second; in shmget_allocate_segment()
HDsysv_msg.c313 msqptr->msg_ctime = time_second; in sys_msgctl()
436 msqptr->msg_ctime = time_second; in sys_msgget()
773 msqptr->msg_stime = time_second; in sys_msgsnd()
996 msqptr->msg_rtime = time_second; in sys_msgrcv()
HDkern_proc.c673 if (pid_doms[pgrp->pg_id % PIDSEL_DOMAINS] != (uint8_t)time_second) in pgrel()
674 pid_doms[pgrp->pg_id % PIDSEL_DOMAINS] = (uint8_t)time_second; in pgrel()
927 if (pid_doms[sess->s_sid % PIDSEL_DOMAINS] != (uint8_t)time_second) in sess_rele()
928 pid_doms[sess->s_sid % PIDSEL_DOMAINS] = (uint8_t)time_second; in sess_rele()
1106 delta8 = (int8_t)time_second - in proc_makepid()
1222 if (pid_doms[p->p_pid % PIDSEL_DOMAINS] != (uint8_t)time_second) in proc_remove_zombie()
1223 pid_doms[p->p_pid % PIDSEL_DOMAINS] = (uint8_t)time_second; in proc_remove_zombie()
HDvfs_vnops.c913 sb->st_atimespec.tv_sec = time_second + in vn_stat()
919 sb->st_mtimespec.tv_sec = time_second + in vn_stat()
HDsysv_sem.c422 semaptr->ds.sem_ctime = time_second; in sys___semctl()
697 sema[semid].ds.sem_ctime = time_second; in sys_semget()
HDkern_shutdown.c640 kdh->dumptime = htod64(time_second); in mkdumpheader()
/dragonfly/sys/vfs/hammer2/
HDhammer2_subr.c391 if (*timep != time_second) { in hammer2_signal_check()
392 *timep = time_second; in hammer2_signal_check()
/dragonfly/usr.sbin/makefs/hammer2/
HDhammer2_subr.c430 if (*timep != time_second) { in hammer2_signal_check()
431 *timep = time_second; in hammer2_signal_check()
/dragonfly/sys/net/pf/
HDif_pfsync.c272 sp->creation = htonl(time_second - st->creation); in pfsync_state_export()
274 if (sp->expire <= time_second) in pfsync_state_export()
277 sp->expire = htonl(sp->expire - time_second); in pfsync_state_export()
401 st->creation = time_second - ntohl(sp->creation); in pfsync_state_import()
402 st->expire = time_second; in pfsync_state_import()
408 st->expire = ntohl(sp->expire) + time_second; in pfsync_state_import()
738 st->expire = ntohl(sp->expire) + time_second; in pfsync_input()
865 st->expire = ntohl(up->expire) + time_second; in pfsync_input()
1368 if (st->expire <= time_second) in pfsync_pack_state()
1371 sp->expire = htonl(st->expire - time_second); in pfsync_pack_state()
HDpf_table.c241 long tzero = time_second; in pfr_add_addrs()
412 long tzero = time_second; in pfr_set_addrs()
603 long tzero = time_second; in pfr_get_astats()
1158 long tzero = time_second; in pfr_add_tables()
1312 long tzero = time_second; in pfr_get_tstats()
1362 long tzero = time_second; in pfr_clr_tstats()
1616 long tzero = time_second; in pfr_ina_commit()
2084 kt = pfr_create_ktable(&tbl, time_second, 1); in pfr_attach_table()
HDpf_if.c197 kif->pfik_tzero = time_second; in pfi_kif_get()
747 p->pfik_tzero = time_second; in pfi_update_status()
776 p->pfik_tzero = time_second; in pfi_get_ifaces()
HDpf_norm.c181 expire = time_second - pf_default_rule.timeout[PFTM_FRAG]; in pf_purge_expired_fragments()
299 frag->fr_timeout = time_second; in pf_find_fragment()
371 (*frag)->fr_timeout = time_second; in pf_reassemble()
592 (*frag)->fr_timeout = time_second; in pf_fragcache()
1640 time_second - state->creation > TS_MAX_CONN)) { in pf_normalize_tcp_stateful()
HDpf.c436 threshold->last = time_second; in pf_init_threshold()
442 u_int32_t t = time_second, diff = t - threshold->last; in pf_add_threshold()
514 &p, time_second); in pf_src_connlimit()
616 (*sn)->creation = time_second; in pf_insert_src_node()
1345 return (time_second); in pf_state_expires()
1424 if (cur->states <= 0 && cur->expire <= time_second) { in pf_purge_expired_src_nodes()
1466 s->src_node->expire = time_second + timeout; in pf_src_tree_remove_state()
1475 s->nat_src_node->expire = time_second + timeout; in pf_src_tree_remove_state()
1589 } else if (pf_state_expires(cur) <= time_second) { in pf_purge_expired_states()
4207 s->creation = time_second; in pf_create_state()
[all …]
HDpf_ioctl.c1112 pf_status.since = time_second; in pfioctl()
1114 pf_status.stateid = time_second; in pfioctl()
1132 pf_status.since = time_second; in pfioctl()
1819 pf_status.since = time_second; in pfioctl()
2877 int secs = time_second, diff; in pfioctl()
/dragonfly/sys/dev/misc/led/
HDled.c67 if (sc->last_second == time_second) in led_timeout()
69 sc->last_second = time_second; in led_timeout()
/dragonfly/sys/net/netmap/
HDnetmap_kern.h94 if (t0 != time_second) { \
95 t0 = time_second; \
/dragonfly/sys/sys/
HDtime.h186 extern time_t time_second; /* simple time_t (can step) */
/dragonfly/sys/vfs/nfs/
HDnfs_syscalls.c1126 if (time_second != nuidp->nu_timestamp.tv_sec || in nfs_getnickauth()
1127 time_second > nuidp->nu_timestamp.tv_usec) /* XXX */ in nfs_getnickauth()
1185 deltasec = time_second - ktvout.tv_sec; in nfs_savenickauth()
/dragonfly/sys/dev/sound/
HDclone.c116 tsp->tv_sec = time_second; in snd_timestamp()

12