Home
last modified time | relevance | path

Searched refs:holdtime (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/Documentation/locking/
Dlockstat.rst108 …al waittime-avg acq-bounces acquisitions holdtime-min holdtime-max holdtime-total hol…
/Linux-v5.4/fs/gfs2/
Dglock.c711 unsigned long holdtime, now = jiffies; in glock_work_func() local
713 holdtime = gl->gl_tchange + gl->gl_hold_time; in glock_work_func()
714 if (time_before(now, holdtime)) in glock_work_func()
715 delay = holdtime - now; in glock_work_func()
1435 unsigned long holdtime; in gfs2_glock_cb() local
1439 holdtime = gl->gl_tchange + gl->gl_hold_time; in gfs2_glock_cb()
1442 if (time_before(now, holdtime)) in gfs2_glock_cb()
1443 delay = holdtime - now; in gfs2_glock_cb()
/Linux-v5.4/kernel/locking/
Dlockdep.c280 u64 holdtime; in lock_release_holdtime() local
285 holdtime = lockstat_clock() - hlock->holdtime_stamp; in lock_release_holdtime()
289 lock_time_inc(&stats->read_holdtime, holdtime); in lock_release_holdtime()
291 lock_time_inc(&stats->write_holdtime, holdtime); in lock_release_holdtime()
/Linux-v5.4/drivers/staging/wlan-ng/
Dhfa384x.h1372 int hfa384x_corereset(struct hfa384x *hw, int holdtime, int settletime,
Dhfa384x_usb.c1055 int hfa384x_corereset(struct hfa384x *hw, int holdtime, in hfa384x_corereset() argument
/Linux-v5.4/drivers/net/ethernet/freescale/
Dfec_main.c2017 u32 mii_speed, holdtime; in fec_enet_mii_init() local
2076 holdtime = DIV_ROUND_UP(clk_get_rate(fep->clk_ipg), 100000000) - 1; in fec_enet_mii_init()
2078 fep->phy_speed = mii_speed << 1 | holdtime << 8; in fec_enet_mii_init()