Searched refs:holdtime (Results 1 – 5 of 5) sorted by relevance
108 …al waittime-avg acq-bounces acquisitions holdtime-min holdtime-max holdtime-total hol…
129 …al waittime-avg acq-bounces acquisitions holdtime-min holdtime-max holdtime-total hol…
1095 unsigned long holdtime, now = jiffies; in glock_work_func() local1097 holdtime = gl->gl_tchange + gl->gl_hold_time; in glock_work_func()1098 if (time_before(now, holdtime)) in glock_work_func()1099 delay = holdtime - now; in glock_work_func()1894 unsigned long holdtime; in gfs2_glock_cb() local1896 holdtime = gl->gl_tchange + gl->gl_hold_time; in gfs2_glock_cb()1898 if (time_before(now, holdtime)) in gfs2_glock_cb()1899 delay = holdtime - now; in gfs2_glock_cb()
345 u64 holdtime; in lock_release_holdtime() local350 holdtime = lockstat_clock() - hlock->holdtime_stamp; in lock_release_holdtime()354 lock_time_inc(&stats->read_holdtime, holdtime); in lock_release_holdtime()356 lock_time_inc(&stats->write_holdtime, holdtime); in lock_release_holdtime()
2488 u32 mii_speed, holdtime; in fec_enet_mii_init() local2557 holdtime = DIV_ROUND_UP(clk_get_rate(fep->clk_ipg), 100000000) - 1; in fec_enet_mii_init()2559 fep->phy_speed = mii_speed << 1 | holdtime << 8; in fec_enet_mii_init()