Searched refs:waittime (Results 1 – 8 of 8) sorted by relevance
| /linux/Documentation/locking/ |
| H A D | lockstat.rst | 108 … class name con-bounces contentions waittime-min waittime-max waittime-total wai…
|
| /linux/Documentation/translations/it_IT/locking/ |
| H A D | lockstat.rst | 129 … class name con-bounces contentions waittime-min waittime-max waittime-total wai…
|
| /linux/include/linux/ |
| H A D | scc.h | 35 unsigned char waittime; /* Waittime before any transmit attempt */ member
|
| /linux/drivers/net/hamradio/ |
| H A D | scc.c | 1318 case PARAM_WAIT: scc->kiss.waittime=arg; break; in scc_set_param() 1390 case PARAM_WAIT: return CAST(scc->kiss.waittime); in scc_get_param() 1687 __scc_start_tx_timer(scc, t_dwait, scc->kiss.waittime); in scc_net_tx() 1873 scc->kiss.waittime = 50; /* 500 ms */ in scc_net_siocdevprivate() 1885 scc->kiss.waittime = 50; /* 500 ms */ in scc_net_siocdevprivate() 2058 K(fulldup), K(waittime), K(mintime), K(maxkeyup), in scc_net_seq_show()
|
| /linux/Documentation/networking/device_drivers/hamradio/ |
| H A D | z8530drv.rst | 384 waittime : 12 451 waittime 12 526 The initial waittime before any transmit attempt, after the
|
| /linux/kernel/locking/ |
| H A D | lockdep.c | 6086 u64 now, waittime = 0; in __lock_acquired() local 6112 waittime = now - hlock->waittime_stamp; in __lock_acquired() 6117 if (waittime) { in __lock_acquired() 6119 lock_time_inc(&stats->read_waittime, waittime); in __lock_acquired() 6121 lock_time_inc(&stats->write_waittime, waittime); in __lock_acquired()
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-sched.txt | 126 try_to_wake_up() was to wakeup local CPU. And, the total waittime by tasks on CPU0 is
|
| /linux/drivers/scsi/ |
| H A D | hpsa.c | 5941 int waittime = 1; /* seconds */ in hpsa_wait_for_test_unit_ready() local 5950 msleep(1000 * waittime); in hpsa_wait_for_test_unit_ready() 5957 if (waittime < HPSA_MAX_WAIT_INTERVAL_SECS) in hpsa_wait_for_test_unit_ready() 5958 waittime *= 2; in hpsa_wait_for_test_unit_ready() 5962 waittime); in hpsa_wait_for_test_unit_ready()
|