Searched refs:holdtime (Results 1 – 5 of 5) sorted by relevance
/linux-3.4.99/Documentation/ |
D | lockstat.txt | 89 …ittime-max waittime-total acq-bounces acquisitions holdtime-min holdtime-max holdtime-tot…
|
/linux-3.4.99/fs/gfs2/ |
D | glock.c | 685 unsigned long holdtime, now = jiffies; in glock_work_func() local 687 holdtime = gl->gl_tchange + gl->gl_hold_time; in glock_work_func() 688 if (time_before(now, holdtime)) in glock_work_func() 689 delay = holdtime - now; in glock_work_func() 1310 unsigned long holdtime; in gfs2_glock_cb() local 1314 holdtime = gl->gl_tchange + gl->gl_hold_time; in gfs2_glock_cb() 1317 if (time_before(now, holdtime)) in gfs2_glock_cb() 1318 delay = holdtime - now; in gfs2_glock_cb()
|
/linux-3.4.99/kernel/ |
D | lockdep.c | 260 u64 holdtime; in lock_release_holdtime() local 265 holdtime = lockstat_clock() - hlock->holdtime_stamp; in lock_release_holdtime() 269 lock_time_inc(&stats->read_holdtime, holdtime); in lock_release_holdtime() 271 lock_time_inc(&stats->write_holdtime, holdtime); in lock_release_holdtime()
|
/linux-3.4.99/drivers/staging/wlan-ng/ |
D | hfa384x.h | 1361 hfa384x_corereset(hfa384x_t *hw, int holdtime, int settletime, int genesis);
|
D | hfa384x_usb.c | 1208 int hfa384x_corereset(hfa384x_t *hw, int holdtime, int settletime, int genesis) in hfa384x_corereset() argument
|