/titanic_44/usr/src/lib/libfakekernel/common/ |
H A D | cond.c | 35 extern clock_t ddi_get_lbolt(void); 36 extern void clock2ts(clock_t, timespec_t *); 39 static clock_t cv__twait(kcondvar_t *, kmutex_t *, clock_t, int); 103 clock_t 104 cv_timedwait(kcondvar_t *cv, kmutex_t *mp, clock_t abstime) in cv_timedwait() 106 clock_t delta; in cv_timedwait() 112 clock_t 113 cv_timedwait_sig(kcondvar_t *cv, kmutex_t *mp, clock_t abstime) in cv_timedwait_sig() 115 clock_t delta; in cv_timedwait_sig() 121 clock_t [all …]
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | condvar.h | 96 extern clock_t cv_timedwait(kcondvar_t *, kmutex_t *, clock_t); 97 extern clock_t cv_timedwait_hires(kcondvar_t *, kmutex_t *, hrtime_t, hrtime_t, 99 extern clock_t cv_reltimedwait(kcondvar_t *, kmutex_t *, clock_t, time_res_t); 101 extern clock_t cv_timedwait_sig(kcondvar_t *, kmutex_t *, clock_t); 103 extern clock_t cv_reltimedwait_sig(kcondvar_t *, kmutex_t *, clock_t,
|
H A D | ddi.h | 85 extern void drv_usecwait(clock_t); 86 extern clock_t drv_hztousec(clock_t); 87 extern clock_t drv_usectohz(clock_t); 88 extern void delay(clock_t); 89 extern void time_to_wait(clock_t *, clock_t);
|
H A D | times.h | 42 clock_t tms_utime; /* user time */ 43 clock_t tms_stime; /* system time */ 44 clock_t tms_cutime; /* user time, children */ 45 clock_t tms_cstime; /* system time, children */ 62 clock_t times(struct tms *);
|
H A D | fx.h | 71 void (*fx_callb_tick)(fx_cookie_t, clock_t *, pri_t *); 72 void (*fx_callb_preempt)(fx_cookie_t, clock_t *, pri_t *); 75 void (*fx_callb_wakeup)(fx_cookie_t, clock_t *, pri_t *); 153 extern int fx_register_callbacks(fx_callbacks_t *, fx_cookie_t, pri_t, clock_t); 155 extern int fx_modify_priority(kt_did_t, clock_t, pri_t);
|
H A D | sysdc_impl.h | 86 clock_t sdc_ticks; /* sdc_tick() calls */ 87 clock_t sdc_update_ticks; /* value of ticks for forced update */ 88 clock_t sdc_pri_check; /* lbolt when we checked our priority */ 95 clock_t sdc_reset; /* lbolt when we reset our bases */
|
H A D | systm.h | 164 timeout_id_t timeout(void (*)(void *), void *, clock_t); 165 timeout_id_t realtime_timeout(void (*)(void *), void *, clock_t); 166 clock_t untimeout(timeout_id_t); 173 callout_id_t timeout_default(void (*)(void *), void *, clock_t); 174 callout_id_t realtime_timeout_default(void (*)(void *), void *, clock_t); 180 clock_t untimeout_default(callout_id_t, int); 181 void delay(clock_t); 182 int delay_sig(clock_t); 183 void delay_random(clock_t);
|
H A D | clock_impl.h | 102 #define LBOLT_WAITFREE (clock_t)LBOLT_WAITFREE64 114 #define LBOLT_FASTPATH (clock_t)LBOLT_FASTPATH64 129 #define LBOLT_NO_ACCOUNT (clock_t)LBOLT_NO_ACCOUNT64
|
/titanic_44/usr/src/lib/libfakekernel/common/sys/ |
H A D | condvar.h | 89 extern clock_t cv_timedwait(kcondvar_t *, kmutex_t *, clock_t); 90 extern clock_t cv_reltimedwait(kcondvar_t *, kmutex_t *, clock_t, time_res_t); 92 extern clock_t cv_timedwait_sig(kcondvar_t *, kmutex_t *, clock_t); 94 extern clock_t cv_reltimedwait_sig(kcondvar_t *, kmutex_t *, clock_t,
|
/titanic_44/usr/src/lib/libbc/inc/include/sys/ |
H A D | times.h | 34 clock_t tms_utime; /* user time */ 35 clock_t tms_stime; /* system time */ 36 clock_t tms_cutime; /* user time, children */ 37 clock_t tms_cstime; /* system time, children */ 41 clock_t times(/* struct tms *tmsp */);
|
/titanic_44/usr/src/uts/common/io/tpm/ |
H A D | tpm_ddi.h | 97 clock_t duration[4]; /* short,medium,long,undefined */ 98 clock_t timeout_a; 99 clock_t timeout_b; 100 clock_t timeout_c; 101 clock_t timeout_d; 102 clock_t timeout_poll;
|
/titanic_44/usr/src/lib/libast/common/features/ |
H A D | time | 3 typ clock_t = uint32_t 24 clock_t tms_utime; 25 clock_t tms_stime; 26 clock_t tms_cutime; 27 clock_t tms_cstime; 29 extern clock_t times(struct tms*);
|
/titanic_44/usr/src/uts/sun4u/starcat/sys/ |
H A D | mboxsc.h | 76 clock_t min_timeout; 77 clock_t max_timeout; 90 uint64_t *transid, uint32_t length, void *datap, clock_t timeout); 92 uint64_t *transid, uint32_t *length, void *datap, clock_t timeout); 94 extern clock_t mboxsc_putmsg_def_timeout(void);
|
/titanic_44/usr/src/lib/libc/port/gen/ |
H A D | clock.c | 41 clock_t 46 static clock_t first; in clock() 49 if (times(&buffer) == (clock_t)-1) in clock() 50 return ((clock_t)-1); in clock()
|
H A D | waitpid.c | 130 if (times(&before_tms) == (clock_t)-1) in wait4() 158 clock_t diffu; /* difference in usertime (ticks) */ in wait4() 159 clock_t diffs; /* difference in systemtime (ticks) */ in wait4() 160 clock_t hz; in wait4() 166 if (times(&after_tms) == (clock_t)-1) in wait4()
|
/titanic_44/usr/src/uts/common/io/sfe/ |
H A D | sfe_util.h | 148 clock_t txb_stime; 249 clock_t tx_blocked; 308 clock_t mii_last_check; /* in tick */ 309 clock_t mii_timer; /* in tick */ 313 clock_t mii_interval; /* in tick */ 314 clock_t linkup_delay; /* in tick */ 390 clock_t gc_tx_timeout; 391 clock_t gc_tx_timeout_interval; 403 clock_t gc_mii_linkdown_timeout; 404 clock_t gc_mii_link_watch_interval; [all …]
|
/titanic_44/usr/src/cmd/isns/isnsd/ |
H A D | dsapi.c | 54 static clock_t total_clock = 0; 83 clock_t c; in target_add_obj() 111 clock_t c; in target_modify_obj() 139 clock_t c; in target_delete_obj() 167 clock_t c; in target_delete_assoc() 194 clock_t c; in target_update_commit() 225 clock_t c; in target_update_retreat()
|
/titanic_44/usr/src/uts/common/sys/sata/adapters/nv_sata/ |
H A D | nv_sata.h | 184 clock_t nvp_reset_time; /* time of last reset */ 185 clock_t nvp_link_event_time; /* time of last plug event */ 187 clock_t nvp_wait_sig; /* wait before rechecking sig */ 197 clock_t nvp_timeout_duration; 203 clock_t nvp_rem_time; 204 clock_t nvp_add_time; 205 clock_t nvp_trans_link_time; 213 clock_t intr_duration; /* max length of port intr (ticks) */ 214 clock_t intr_start_time; 231 clock_t nvslot_stime;
|
/titanic_44/usr/src/uts/common/inet/nca/ |
H A D | nca.h | 153 clock_t sq_wait; /* lbolts to wait after a fill() */ 154 clock_t sq_iwait; /* lbolt after nointr() */ 155 clock_t sq_pwait; /* lbolt after pause() */ 160 clock_t sq_awaken; /* time async thread was awakened */ 252 clock_t exec; /* te_t lbolt exec value for bucket */ 262 clock_t exec; /* next te_t exec value (0 = NONE) */ 263 clock_t lbolt1; /* phase1 lbolt1 (0 = NONE) */ 264 clock_t lbolt2; /* phase2 lbolt2 (0 = NONE) */ 265 clock_t lbolt3; /* phase3 lbolt3 (0 = NONE) */ 294 clock_t lbolt1; /* phase1 lbolt value (0 = NONE) */ [all …]
|
/titanic_44/usr/src/uts/common/syscall/ |
H A D | times.c | 46 clock_t 51 clock_t ret_lbolt; in times() 54 p_time.tms_utime = (clock_t)NSEC_TO_TICK( in times() 56 p_time.tms_stime = (clock_t)NSEC_TO_TICK( in times()
|
H A D | alarm.c | 58 clock_t del = 0; in alarm() 59 clock_t ret; in alarm() 61 clock_t delta = (uint_t)deltat; in alarm()
|
/titanic_44/usr/src/uts/common/os/ |
H A D | condvar.c | 226 clock_t 227 cv_timedwait(kcondvar_t *cvp, kmutex_t *mp, clock_t tim) in cv_timedwait() 230 clock_t now = ddi_get_lbolt(); in cv_timedwait() 244 clock_t 245 cv_reltimedwait(kcondvar_t *cvp, kmutex_t *mp, clock_t delta, time_res_t res) in cv_reltimedwait() 260 clock_t 266 clock_t timeleft; in cv_timedwait_hires() 363 static clock_t 372 clock_t rval = 1; in cv_timedwait_sig_hires() 474 clock_t [all …]
|
/titanic_44/usr/src/uts/common/inet/ |
H A D | tcp.h | 160 clock_t tcp_rto; /* Round trip timeout */ 285 clock_t tcp_rtt_sa; /* Round trip smoothed average */ 286 clock_t tcp_rtt_sd; /* Round trip smoothed deviation */ 287 clock_t tcp_rtt_update; /* Round trip update(s) */ 288 clock_t tcp_ms_we_have_waited; /* Total retrans time */ 308 clock_t tcp_first_timer_threshold; /* When to prod IP */ 309 clock_t tcp_second_timer_threshold; /* When to give up completely */ 310 clock_t tcp_first_ctimer_threshold; /* 1st threshold while connecting */ 311 clock_t tcp_second_ctimer_threshold; /* 2nd ... while connecting */
|
/titanic_44/usr/src/cmd/time/ |
H A D | time.c | 57 static clock_t quant[] = { 10, 10, 10, 6, 10, 6, 10, 10, 10 }; 63 static void printt(char *, clock_t); 74 clock_t before, after; in main() 143 printt(char *s, clock_t a) in printt()
|
/titanic_44/usr/src/uts/common/io/scsi/adapters/iscsi/ |
H A D | iscsi.h | 412 clock_t cmd_lbolt_pending; 413 clock_t cmd_lbolt_active; 414 clock_t cmd_lbolt_aborting; 415 clock_t cmd_lbolt_idm_aborting; 416 clock_t cmd_lbolt_timeout; 701 clock_t conn_rx_lbolt; 702 clock_t conn_nop_lbolt; 749 clock_t conn_login_min; 750 clock_t conn_login_max; 858 clock_t sess_state_lbolt; [all …]
|