Searched refs:gethrestime_sec (Results 1 - 25 of 109) sorted by relevance

12345

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Duberblock.c58 ub->ub_timestamp = gethrestime_sec();
H A Dzfs_debug.c81 zdm->zdm_timestamp = gethrestime_sec();
/illumos-gate/usr/src/uts/common/syscall/
H A Dtime.c47 return (gethrestime_sec());
H A Dsem.c413 sp->sem_ctime = gethrestime_sec();
444 sp->sem_ctime = gethrestime_sec();
708 sp->sem_ctime = gethrestime_sec();
1159 sp->sem_otime = gethrestime_sec();
/illumos-gate/usr/src/uts/common/idmap/
H A Didmap_cache.c327 time_t now = gethrestime_sec();
357 time_t now = gethrestime_sec();
387 time_t now = gethrestime_sec();
425 time_t now = gethrestime_sec();
455 time_t now = gethrestime_sec();
483 time_t ttl = CACHE_TTL + gethrestime_sec();
521 gethrestime_sec()))
557 gethrestime_sec()))
572 time_t ttl = CACHE_TTL + gethrestime_sec();
610 gethrestime_sec()))
[all...]
/illumos-gate/usr/src/lib/libfakekernel/common/
H A Dclock.c83 gethrestime_sec(void) function
/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dauthu_prot.c135 now = gethrestime_sec();
169 now = gethrestime_sec();
H A Dsvcauthdes.c373 if ((gethrestime_sec() - authdes_last_swept) > authdes_sweep_interval)
521 new->ref_time = gethrestime_sec();
574 cur->ref_time = gethrestime_sec();
651 if (p->ref_time + authdes_cache_time > gethrestime_sec())
677 authdes_last_swept = gethrestime_sec();
H A Dauth_kern.c150 IXDR_PUT_INT32(ptr, gethrestime_sec());
H A Dauth_loopb.c153 IXDR_PUT_INT32(ptr, gethrestime_sec());
H A Dauthdesubr.c371 RPCLOG(8, "rtime: machine time = %lx\n", gethrestime_sec());
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv_deleg.c292 cbp->cb_timefailed = gethrestime_sec(); /* observability */
318 cbp->cb_timefailed = gethrestime_sec(); /* observability */
403 cbp->cb_timefailed = gethrestime_sec(); /* observability */
873 dsp->rds_time_recalled = gethrestime_sec();
1060 fp->rf_dinfo.rd_time_recalled = gethrestime_sec();
1083 elapsed1 = gethrestime_sec() - fp->rf_dinfo.rd_time_recalled;
1084 elapsed2 = gethrestime_sec() - fp->rf_dinfo.rd_time_lastwrite;
1229 elapsed = gethrestime_sec() - dinfo->rd_time_returned;
1327 gethrestime_sec() >
1479 fp->rf_dinfo.rd_time_rm_delayed = gethrestime_sec();
[all...]
H A Dnfs4_idmap.c147 #define TIMEOUT(x) (gethrestime_sec() > \
1327 p->id_time = gethrestime_sec();
1419 p->id_time = gethrestime_sec();
1436 newp->id_time = gethrestime_sec();
1499 p->id_time = gethrestime_sec();
1575 p->id_time = gethrestime_sec();
1590 newp->id_time = gethrestime_sec();
H A Dnfs_auth.c333 now = gethrestime_sec();
735 p->auth_freshness = gethrestime_sec();
937 np->auth_time = np->auth_freshness = gethrestime_sec();
1005 p->auth_time = p->auth_freshness = gethrestime_sec();
1048 refresh = gethrestime_sec() - p->auth_freshness;
1050 p->auth_time = gethrestime_sec();
1441 stale_time = gethrestime_sec() - NFSAUTH_CACHE_TRIM;
/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_subr.c110 now = gethrestime_sec();
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsgcn.c659 gethrestime_sec() - sgcn_timeout_period)
668 sgcn_state->sgcn_sc_active = gethrestime_sec();
674 sgcn_state->sgcn_sc_active = gethrestime_sec();
728 "time=%lX\n", gethrestime_sec());
763 sgcn_state->sgcn_sc_active = gethrestime_sec();
837 sgcn_state->sgcn_sc_active = gethrestime_sec();
1192 sgcn_state->sgcn_sc_active = gethrestime_sec();
1214 sgcn_state->sgcn_sc_active = gethrestime_sec();
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmemscrub.c284 deadline = gethrestime_sec() + memscrub_delay_start_sec;
296 time_t now = gethrestime_sec();
/illumos-gate/usr/src/uts/common/rpc/sec_gss/
H A Dsvc_rpcsec_gss.c367 if ((gethrestime_sec() - last_swept) > sweep_interval)
575 client_data->u_cred_set < gethrestime_sec()) {
590 gethrestime_sec() + svc_rpcgss_gid_timeout;
592 } else if (client_data->u_cred_set < gethrestime_sec()) {
605 gethrestime_sec() + svc_rpcgss_gid_timeout;
829 time_rec + gethrestime_sec();
1538 client_data->last_ref_time = gethrestime_sec();
1616 cl->last_ref_time = gethrestime_sec();
1723 time_t now = gethrestime_sec();
1768 last_swept = gethrestime_sec();
[all...]
/illumos-gate/usr/src/uts/sun4/cpu/
H A Dcpu_module.c156 gethrestime_sec(void) function
/illumos-gate/usr/src/uts/common/io/
H A Dconsms.c290 consms_idle_stamp = gethrestime_sec(); /* initial value */
573 consms_idle_stamp = gethrestime_sec();
598 consms_idle_stamp = gethrestime_sec();
607 consms_idle_stamp = gethrestime_sec();
625 consms_kstat.idle_sec.value.l = gethrestime_sec() - consms_idle_stamp;
/illumos-gate/usr/src/uts/common/os/
H A Dshm.c559 sp->shm_atime = gethrestime_sec();
664 sp->shm_ctime = gethrestime_sec();
695 sp->shm_ctime = gethrestime_sec();
779 sp->shm_dtime = gethrestime_sec();
906 sp->shm_ctime = gethrestime_sec();
H A Dmsg.c489 qp->msg_ctime = gethrestime_sec();
533 qp->msg_ctime = gethrestime_sec();
614 qp->msg_ctime = gethrestime_sec();
874 qp->msg_rtime = gethrestime_sec();
1226 qp->msg_stime = gethrestime_sec();
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dquota_ufs.c332 now = gethrestime_sec();
529 now = gethrestime_sec();
/illumos-gate/usr/src/uts/sun4v/io/
H A Dplatsvc.c504 deadline = gethrestime_sec() + timeout;
521 } while ((rv != 0) && (gethrestime_sec() < deadline));
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_negotiate.c286 now_tv.tv_sec = gethrestime_sec();

Completed in 201 milliseconds

12345