| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | time.h | 77 #define gethrestime_sec() (time_second)
|
| /f-stack/freebsd/i386/i386/ |
| H A D | trap.c | 415 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()
|
| /f-stack/freebsd/netpfil/pf/ |
| H A D | pf_if.c | 282 kif->pfik_tzero = time_second; in pf_kkif_zero() 321 kif->pfik_tzero = time_second > 1 ? time_second : 0; in pfi_kkif_attach() 852 p->pfik_tzero = time_second; in pfi_get_ifaces()
|
| H A D | pf_table.c | 258 long tzero = time_second; in pfr_add_addrs() 410 long tzero = time_second; in pfr_set_addrs() 597 long tzero = time_second; in pfr_get_astats() 1158 long tzero = time_second; in pfr_add_tables() 1303 long tzero = time_second; in pfr_get_tstats() 1360 long tzero = time_second; in pfr_clr_tstats() 1604 long tzero = time_second; in pfr_ina_commit() 2137 kt = pfr_create_ktable(&tbl, time_second, 1); in pfr_attach_table()
|
| H A D | pf_ioctl.c | 1824 V_pf_status.since = time_second; in pfioctl() 1827 V_pf_stateid[cpu] = time_second; in pfioctl() 1845 V_pf_status.since = time_second; in pfioctl() 2566 V_pf_status.since = time_second; in pfioctl()
|
| /f-stack/freebsd/vm/ |
| H A D | vm_swapout.c | 347 if (!vm_swap_idle_enabled || time_second == lsec) in vm_swapout_run_idle() 350 lsec = time_second; in vm_swapout_run_idle()
|
| /f-stack/freebsd/ddb/ |
| H A D | db_textdump.c | 227 (unsigned long)time_second); in textdump_mkustar()
|
| /f-stack/freebsd/kern/ |
| H A D | sysv_msg.c | 604 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 D | sysv_shm.c | 288 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()
|
| H A D | kern_tc.c | 103 volatile time_t time_second = 1; variable 1440 time_second = th->th_microtime.tv_sec; in tc_windup() 1445 time_second = fftimehands->tick_time_lerp.sec; in tc_windup()
|
| H A D | kern_shutdown.c | 901 printf("time = %jd\n", (intmax_t )time_second); in vpanic() 1731 kdh->dumptime = htod64(time_second); in dump_init_header()
|
| H A D | sysv_sem.c | 789 semakptr->u.sem_ctime = time_second; in kern_semctl() 1067 sema[semid].u.sem_ctime = time_second; in sys_semget() 1394 semakptr->u.sem_otime = time_second; in sys_semop()
|
| H A D | kern_time.c | 358 ats->tv_sec = time_second; in kern_clock_gettime()
|
| H A D | vfs_subr.c | 1012 tsp->tv_sec = time_second; in vfs_timestamp()
|
| /f-stack/freebsd/sys/ |
| H A D | time.h | 503 extern volatile time_t time_second;
|
| /f-stack/freebsd/net/ |
| H A D | route.c | 222 rti_rmx.rmx_expire = lifetime_sec + time_second; in rib_add_redirect()
|
| H A D | if_ipsec.c | 859 sp[i]->created = time_second; in ipsec_newpolicies()
|
| H A D | rtsock.c | 1252 rt->rt_expire - time_uptime + time_second : 0; in rt_getmetrics()
|
| /f-stack/freebsd/netipsec/ |
| H A D | key.c | 939 sp->lastused = time_second; in key_allocsp() 2045 newsp->lastused = newsp->created = time_second; in key_spdadd() 2972 sav->created = time_second; in key_newsav() 3520 sav->created = time_second; in key_setsaval() 4722 time_t now = time_second; in key_timehandler() 6779 acq->created = time_second; in key_newacq() 6808 acq->created = time_second; in key_getacq() 6841 acq->created = time_second; in key_acqreset() 6896 acq->created = time_second; in key_newspacq() 8459 sav->firstused = time_second; in key_sa_recordxfer()
|
| /f-stack/freebsd/netinet6/ |
| H A D | nd6.c | 1823 (time_second - time_uptime); in nd6_ioctl() 2626 (time_second - time_uptime); in nd6_sysctl_prlist()
|
| H A D | nd6_rtr.c | 2566 d.expire = dr->expire + (time_second - time_uptime); in nd6_sysctl_drlist()
|
| H A D | in6.c | 2445 lle->lle_remtime / hz + time_second - time_uptime; in in6_lltable_dump_entry()
|
| /f-stack/freebsd/net/route/ |
| H A D | route_ctl.c | 394 info->rti_rmx->rmx_expire - time_second + time_uptime : 0; in rt_set_expire_info()
|
| /f-stack/lib/ |
| H A D | ff_route.c | 875 rt->rt_expire - time_uptime + time_second : 0; in rt_getmetrics()
|
| /f-stack/freebsd/arm/ti/cpsw/ |
| H A D | if_cpsw.c | 319 int t = (int)(time_second % (24 * 60 * 60)); in cpsw_debugf_head()
|