Home
last modified time | relevance | path

Searched refs:waittime (Results 1 – 4 of 4) sorted by relevance

/linux/Documentation/locking/
H A Dlockstat.rst108 … class name con-bounces contentions waittime-min waittime-max waittime-total wai…
/linux/Documentation/translations/it_IT/locking/
H A Dlockstat.rst129 … class name con-bounces contentions waittime-min waittime-max waittime-total wai…
/linux/tools/perf/Documentation/
H A Dperf-sched.txt132 try_to_wake_up() was to wakeup local CPU. And, the total waittime by tasks on CPU0 is
/linux/drivers/scsi/
H A Dhpsa.c5945 int waittime = 1; /* seconds */ in hpsa_wait_for_test_unit_ready() local
5954 msleep(1000 * waittime); in hpsa_wait_for_test_unit_ready()
5961 if (waittime < HPSA_MAX_WAIT_INTERVAL_SECS) in hpsa_wait_for_test_unit_ready()
5962 waittime *= 2; in hpsa_wait_for_test_unit_ready()
5966 waittime); in hpsa_wait_for_test_unit_ready()