Searched refs:time_left (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/io/vscan/
H A Dvscan_door.c101 clock_t timeout, time_left; local
106 time_left = SEC_TO_TICK(vs_door_close_timeout);
107 while ((vscan_door_call_count > 0) && (time_left > 0)) {
108 timeout = time_left;
109 time_left = cv_reltimedwait(&vscan_door_cv, &vscan_door_mutex,
113 if (time_left == -1)
H A Dvscan_svc.c462 clock_t timeout, time_left; local
501 time_left = SEC_TO_TICK(vs_scan_wait);
502 while ((time_left > 0) && (req->vsr_state != VS_SVC_REQ_COMPLETE)) {
503 timeout = time_left;
504 time_left = cv_reltimedwait_sig(&(req->vsr_cv),
508 if (time_left == -1) {
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_nvm.c105 u64 time_left = 0; local
113 0, &time_left, NULL);
118 hw->nvm.hw_semaphore_timeout = I40E_MS_TO_GTIME(time_left) + gtime;
122 "NVM acquire type %d failed time_left=%llu ret=%d aq_err=%d\n",
123 access, time_left, ret_code, hw->aq.asq_last_status);
125 if (ret_code && time_left) {
128 while ((gtime < timeout) && time_left) {
133 access, 0, &time_left,
137 I40E_MS_TO_GTIME(time_left) + gtime;
145 time_left, ret_cod
[all...]
/illumos-gate/usr/src/cmd/avs/sdbc/
H A Dsd_trace.c784 long time_left; local
826 time_left = (long)(updates_left/rate); /* time left in seconds */
828 if (time_left < 0)
831 hours = time_left / (60 * 60);
832 time_left -= hours * (60 * 60);
833 minutes = time_left / 60;
834 time_left -= minutes * 60;
836 "time %02d:%02d:%02d \n", hours, minutes, time_left);
/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_evd_util.c1318 uint64_t time_left; local
1354 time_left = 0;
1369 time_left = DAPL_ONE_YEAR_IN_USEC;
1379 time_left = (final_time - curr_time)/1000;
1445 time_left = (final_time - curr_time)/1000;
1509 dat_status = dapls_ib_event_poll(evd_ptr, time_left,
1520 dat_status = dapls_ib_event_poll(evd_ptr, time_left,
/illumos-gate/usr/src/uts/common/inet/ip/
H A Digmp.c127 int time_left; local
173 time_left = ipst->ips_igmp_timer_scheduled_last +
175 if (time_left < MSEC_TO_TICK(next)) {
219 int time_left; local
264 time_left = ipst->ips_mld_timer_scheduled_last +
266 if (time_left < MSEC_TO_TICK(next)) {
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_client.c1393 clock_t time_left = 1; local
1453 if (mi->mi_max_threads == 0 || time_left <= 0) {
1465 time_left = cv_reltimedwait(async_work_cv,
1473 time_left = 1;
3252 clock_t time_left = 0; local
3288 time_left = cv_reltimedwait(&sp->cv_thread_exit,
3296 "time left %ld", time_left));
3324 time_left = cv_reltimedwait(&sp->cv_thread_exit, &sp->s_lock,
3333 "tmp_last_renewal_time %ld", time_left,
H A Dnfs_client.c2023 clock_t time_left = 1; local
2082 if (mi->mi_max_threads == 0 || time_left <= 0) {
2093 time_left = cv_reltimedwait(async_work_cv,
2101 time_left = 1;
/illumos-gate/usr/src/cmd/format/
H A Dctlr_scsi.c3517 time_t start, check, time_left; local
3570 time_left = (time_t)(((float)(check
3573 sec = time_left % 60;
3574 min = (time_left / 60) % 60;
3575 hour = time_left / 3600;
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocksyscalls.c2212 clock_t time_left = 1; local
2224 if (time_left <= 0) {
2232 time_left = cv_reltimedwait(&snfq->snfq_cv,

Completed in 106 milliseconds