Home
last modified time | relevance | path

Searched refs:gethrestime_sec (Results 1 – 25 of 112) sorted by relevance

12345

/titanic_41/usr/src/uts/common/idmap/
H A Didmap_cache.c327 time_t now = gethrestime_sec(); in kidmap_cache_lookup_uidbysid()
357 time_t now = gethrestime_sec(); in kidmap_cache_lookup_gidbysid()
387 time_t now = gethrestime_sec(); in kidmap_cache_lookup_pidbysid()
425 time_t now = gethrestime_sec(); in kidmap_cache_lookup_sidbyuid()
455 time_t now = gethrestime_sec(); in kidmap_cache_lookup_sidbygid()
483 time_t ttl = CACHE_TTL + gethrestime_sec(); in kidmap_cache_add_sid2uid()
521 gethrestime_sec())) in kidmap_cache_add_sid2uid()
557 gethrestime_sec())) in kidmap_cache_add_sid2uid()
572 time_t ttl = CACHE_TTL + gethrestime_sec(); in kidmap_cache_add_sid2gid()
610 gethrestime_sec())) in kidmap_cache_add_sid2gid()
[all …]
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv_deleg.c292 cbp->cb_timefailed = gethrestime_sec(); /* observability */ in rfs4_do_cb_null()
318 cbp->cb_timefailed = gethrestime_sec(); /* observability */ in rfs4_do_cb_null()
403 cbp->cb_timefailed = gethrestime_sec(); /* observability */ in rfs4_cbinfo_rele()
873 dsp->rds_time_recalled = gethrestime_sec(); in rfs4_do_cb_recall()
1060 fp->rf_dinfo.rd_time_recalled = gethrestime_sec(); in rfs4_recall_file()
1083 elapsed1 = gethrestime_sec() - fp->rf_dinfo.rd_time_recalled; in rfs4_recall_deleg()
1084 elapsed2 = gethrestime_sec() - fp->rf_dinfo.rd_time_lastwrite; in rfs4_recall_deleg()
1229 elapsed = gethrestime_sec() - dinfo->rd_time_returned; in rfs4_delegation_policy()
1327 gethrestime_sec() > in rfs4_grant_delegation()
1479 fp->rf_dinfo.rd_time_rm_delayed = gethrestime_sec(); in rfs4_check_delegated_byfp()
[all …]
H A Dnfs4_idmap.c147 #define TIMEOUT(x) (gethrestime_sec() > \
1327 p->id_time = gethrestime_sec(); in nfs_idmap_cache_s2i_lkup()
1419 p->id_time = gethrestime_sec(); in nfs_idmap_cache_s2i_insert()
1436 newp->id_time = gethrestime_sec(); in nfs_idmap_cache_s2i_insert()
1499 p->id_time = gethrestime_sec(); in nfs_idmap_cache_i2s_lkup()
1575 p->id_time = gethrestime_sec(); in nfs_idmap_cache_i2s_insert()
1590 newp->id_time = gethrestime_sec(); in nfs_idmap_cache_i2s_insert()
H A Dnfs_auth.c332 now = gethrestime_sec(); in sys_log()
737 p->auth_freshness = gethrestime_sec(); in nfsauth_refresh_thread()
929 np->auth_time = np->auth_freshness = gethrestime_sec(); in nfsauth_cache_get()
1067 p->auth_time = p->auth_freshness = gethrestime_sec(); in nfsauth_cache_get()
1110 refresh = gethrestime_sec() - p->auth_freshness; in nfsauth_cache_get()
1112 p->auth_time = gethrestime_sec(); in nfsauth_cache_get()
1503 stale_time = gethrestime_sec() - NFSAUTH_CACHE_TRIM; in exi_cache_trim()
H A Dnfs4_state.c1190 start_time = gethrestime_sec(); in rfs4_state_init()
1573 (gethrestime_sec() - cp->rc_last_access in rfs4_client_expiry()
1709 cp->rc_last_access = gethrestime_sec(); in rfs4_client_create()
1951 rc = (gethrestime_sec() - cp->rc_last_access > rfs4_lease_time); in rfs4_lease_expired()
1972 cp->rc_last_access = gethrestime_sec(); in rfs4_update_lease()
2554 return ((gethrestime_sec() - in rfs4_lo_state_expiry()
2911 if ((gethrestime_sec() - dsp->rds_client->rc_last_access in rfs4_deleg_state_expiry()
2936 dsp->rds_time_granted = gethrestime_sec(); /* observability */ in rfs4_deleg_state_create()
3130 ((gethrestime_sec() - rfs4_dbe_get_timerele(sp->rs_dbe)) in rfs4_state_expiry()
3134 return ((gethrestime_sec() - sp->rs_owner->ro_client->rc_last_access in rfs4_state_expiry()
[all …]
/titanic_41/usr/src/uts/sun4u/serengeti/io/
H A Dsgcn.c659 gethrestime_sec() - sgcn_timeout_period) in sgcn_start()
668 sgcn_state->sgcn_sc_active = gethrestime_sec(); in sgcn_start()
674 sgcn_state->sgcn_sc_active = gethrestime_sec(); in sgcn_start()
728 "time=%lX\n", gethrestime_sec()); in sgcn_flush()
763 sgcn_state->sgcn_sc_active = gethrestime_sec(); in sgcn_data_in_handler()
837 sgcn_state->sgcn_sc_active = gethrestime_sec(); in sgcn_space_2_out_handler()
1192 sgcn_state->sgcn_sc_active = gethrestime_sec(); in sgcn_rsrv()
1214 sgcn_state->sgcn_sc_active = gethrestime_sec(); in sgcn_wsrv()
/titanic_41/usr/src/uts/common/rpc/sec/
H A Dauthu_prot.c133 now = gethrestime_sec(); in xdr_authkern()
164 now = gethrestime_sec(); in xdr_authloopback()
H A Dsvcauthdes.c376 if ((gethrestime_sec() - authdes_last_swept) > authdes_sweep_interval) in _svcauth_des()
524 new->ref_time = gethrestime_sec(); in authdes_cache_new()
577 cur->ref_time = gethrestime_sec(); in authdes_cache_get()
654 if (p->ref_time + authdes_cache_time > gethrestime_sec()) in sweep_cache()
680 authdes_last_swept = gethrestime_sec(); in sweep_cache()
H A Dauth_kern.c182 IXDR_PUT_INT32(ptr, gethrestime_sec()); in authkern_marshal()
H A Dauth_loopb.c187 IXDR_PUT_INT32(ptr, gethrestime_sec()); in authloopback_marshal()
/titanic_41/usr/src/uts/common/syscall/
H A Dtime.c47 return (gethrestime_sec()); in gtime()
H A Dsem.c413 sp->sem_ctime = gethrestime_sec(); in semctl()
444 sp->sem_ctime = gethrestime_sec(); in semctl()
708 sp->sem_ctime = gethrestime_sec(); in semget()
1159 sp->sem_otime = gethrestime_sec(); in semop()
/titanic_41/usr/src/uts/common/fs/zfs/
H A Duberblock.c58 ub->ub_timestamp = gethrestime_sec(); in uberblock_update()
H A Dzfs_debug.c81 zdm->zdm_timestamp = gethrestime_sec(); in zfs_dbgmsg()
/titanic_41/usr/src/uts/common/rpc/sec_gss/
H A Dsvc_rpcsec_gss.c365 if ((gethrestime_sec() - last_swept) > sweep_interval) in rpc_gss_cleanup()
573 client_data->u_cred_set < gethrestime_sec()) {
588 gethrestime_sec() + svc_rpcgss_gid_timeout;
590 } else if (client_data->u_cred_set < gethrestime_sec()) {
603 gethrestime_sec() + svc_rpcgss_gid_timeout;
827 time_rec + gethrestime_sec(); in do_gss_accept()
1540 client_data->last_ref_time = gethrestime_sec(); in create_client()
1618 cl->last_ref_time = gethrestime_sec();
1725 time_t now = gethrestime_sec(); in sweep_clients()
1770 last_swept = gethrestime_sec(); in sweep_clients()
/titanic_41/usr/src/lib/libfakekernel/common/
H A Dclock.c83 gethrestime_sec(void) in gethrestime_sec() function
H A Dmapfile-vers73 gethrestime_sec;
/titanic_41/usr/src/uts/i86pc/os/
H A Dmemscrub.c284 deadline = gethrestime_sec() + memscrub_delay_start_sec; in memscrubber()
296 time_t now = gethrestime_sec(); in memscrubber()
/titanic_41/usr/src/uts/common/io/
H A Dconsms.c290 consms_idle_stamp = gethrestime_sec(); /* initial value */ in consms_attach()
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; in consms_kstat_update()
/titanic_41/usr/src/uts/common/fs/tmpfs/
H A Dtmp_subr.c110 now = gethrestime_sec(); in tmp_memalloc()
/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_strict.c157 (gethrestime_sec() < mdp->md_x_time.tv_sec) && in c_strict_check_cached_object()
406 now = gethrestime_sec(); in cachefs_gettime_cached_object()
/titanic_41/usr/src/uts/common/os/
H A Dshm.c559 sp->shm_atime = gethrestime_sec(); in shmat()
664 sp->shm_ctime = gethrestime_sec(); in shmctl()
695 sp->shm_ctime = gethrestime_sec(); in shmctl()
779 sp->shm_dtime = gethrestime_sec(); in shm_detach()
906 sp->shm_ctime = gethrestime_sec(); in shmget()
H A Dmsg.c489 qp->msg_ctime = gethrestime_sec(); in msgctl()
533 qp->msg_ctime = gethrestime_sec(); in msgctl()
614 qp->msg_ctime = gethrestime_sec(); in msgget()
874 qp->msg_rtime = gethrestime_sec(); in msg_copyout()
1226 qp->msg_stime = gethrestime_sec(); in msgsnd()
/titanic_41/usr/src/uts/common/fs/ufs/
H A Dquota_ufs.c332 now = gethrestime_sec(); in chkdq()
529 now = gethrestime_sec(); in chkiq()
/titanic_41/usr/src/uts/sun4/cpu/
H A Dcpu_module.c156 gethrestime_sec(void) in gethrestime_sec() function

12345