Lines Matching defs:sleep_time
462 int64_t sleep_time = 0;
633 sleep_time -= lockstat_nsecs(&rw->lock_object);
638 sleep_time += lockstat_nsecs(&rw->lock_object);
653 if (sleep_time)
654 LOCKSTAT_RECORD4(rw__block, rw, sleep_time,
660 LOCKSTAT_RECORD4(rw__spin, rw, all_time - sleep_time,
936 int64_t sleep_time = 0;
1169 sleep_time -= lockstat_nsecs(&rw->lock_object);
1174 sleep_time += lockstat_nsecs(&rw->lock_object);
1198 if (sleep_time)
1199 LOCKSTAT_RECORD4(rw__block, rw, sleep_time,
1205 LOCKSTAT_RECORD4(rw__spin, rw, all_time - sleep_time,