Home
last modified time | relevance | path

Searched refs:holdtime (Results 1 – 3 of 3) sorted by relevance

/linux/Documentation/locking/
H A Dlockstat.rst108 …al waittime-avg acq-bounces acquisitions holdtime-min holdtime-max holdtime-total hol…
/linux/Documentation/translations/it_IT/locking/
H A Dlockstat.rst129 …al waittime-avg acq-bounces acquisitions holdtime-min holdtime-max holdtime-total hol…
/linux/kernel/locking/
H A Dlockdep.c348 u64 holdtime; in lock_release_holdtime() local
353 holdtime = lockstat_clock() - hlock->holdtime_stamp; in lock_release_holdtime()
357 lock_time_inc(&stats->read_holdtime, holdtime); in lock_release_holdtime()
359 lock_time_inc(&stats->write_holdtime, holdtime); in lock_release_holdtime()