Searched refs:holdtime (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/Documentation/locking/ |
D | lockstat.txt | 87 …al waittime-avg acq-bounces acquisitions holdtime-min holdtime-max holdtime-total hol…
|
/linux-4.1.27/fs/gfs2/ |
D | glock.c | 664 unsigned long holdtime, now = jiffies; in glock_work_func() local 666 holdtime = gl->gl_tchange + gl->gl_hold_time; in glock_work_func() 667 if (time_before(now, holdtime)) in glock_work_func() 668 delay = holdtime - now; in glock_work_func() 1254 unsigned long holdtime; in gfs2_glock_cb() local 1258 holdtime = gl->gl_tchange + gl->gl_hold_time; in gfs2_glock_cb() 1261 if (time_before(now, holdtime)) in gfs2_glock_cb() 1262 delay = holdtime - now; in gfs2_glock_cb()
|
/linux-4.1.27/kernel/locking/ |
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-4.1.27/drivers/net/ethernet/freescale/ |
D | fec_main.c | 1961 u32 mii_speed, holdtime; in fec_enet_mii_init() local 2022 holdtime = DIV_ROUND_UP(clk_get_rate(fep->clk_ipg), 100000000) - 1; in fec_enet_mii_init() 2024 fep->phy_speed = mii_speed << 1 | holdtime << 8; in fec_enet_mii_init()
|
/linux-4.1.27/drivers/staging/wlan-ng/ |
D | hfa384x.h | 1362 hfa384x_corereset(hfa384x_t *hw, int holdtime, int settletime, int genesis);
|
D | hfa384x_usb.c | 1195 int hfa384x_corereset(hfa384x_t *hw, int holdtime, int settletime, int genesis) in hfa384x_corereset() argument
|