Lines Matching refs:now
143 * TA is busy, as waiting now would only cause a
1092 uint64_t now)
1101 sbuf->usr += now - sbuf->usr_entered;
1105 if (!now)
1106 now++; /* 0 is reserved */
1107 sbuf->usr_entered = now;
1119 uint64_t now = barrier_read_counter_timer();
1121 gprof_update_session_utime(suspend, s, now);
1140 uint64_t now = 0;
1146 now = barrier_read_counter_timer();
1153 fbuf->suspend_time = now;
1156 fbuf->begin_time[i] += now - fbuf->suspend_time;