summaryrefslogtreecommitdiffstats
path: root/sys/sys/_mutex.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/_mutex.h')
-rw-r--r--sys/sys/_mutex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/_mutex.h b/sys/sys/_mutex.h
index 0fd05df..928af17 100644
--- a/sys/sys/_mutex.h
+++ b/sys/sys/_mutex.h
@@ -42,7 +42,7 @@ struct mtx {
TAILQ_HEAD(, thread) mtx_blocked; /* threads blocked on this lock */
LIST_ENTRY(mtx) mtx_contested; /* list of all contested locks */
/* #ifdef MUTEX_PROFILING */
- u_int64_t cycles;
+ u_int64_t acqtime;
const char *file;
int line;
/* #endif */
OpenPOWER on IntegriCloud