Home
last modified time | relevance | path

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

/linux-6.3-rc2/Documentation/locking/
A Dlockstat.rst108 …al waittime-avg acq-bounces acquisitions holdtime-min holdtime-max holdtime-total hol…
/linux-6.3-rc2/fs/gfs2/
A Dglock.c1065 unsigned long holdtime, now = jiffies; in glock_work_func() local
1067 holdtime = gl->gl_tchange + gl->gl_hold_time; in glock_work_func()
1068 if (time_before(now, holdtime)) in glock_work_func()
1069 delay = holdtime - now; in glock_work_func()
1856 unsigned long holdtime; in gfs2_glock_cb() local
1861 holdtime = gl->gl_tchange + gl->gl_hold_time; in gfs2_glock_cb()
1864 if (time_before(now, holdtime)) in gfs2_glock_cb()
1865 delay = holdtime - now; in gfs2_glock_cb()
/linux-6.3-rc2/drivers/staging/wlan-ng/
A Dhfa384x.h1190 int hfa384x_corereset(struct hfa384x *hw, int holdtime, int settletime,
A Dhfa384x_usb.c1046 int hfa384x_corereset(struct hfa384x *hw, int holdtime, in hfa384x_corereset() argument
/linux-6.3-rc2/kernel/locking/
A Dlockdep.c345 u64 holdtime; in lock_release_holdtime() local
350 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()
/linux-6.3-rc2/drivers/net/ethernet/freescale/
A Dfec_main.c2336 u32 mii_speed, holdtime; in fec_enet_mii_init() local
2404 holdtime = DIV_ROUND_UP(clk_get_rate(fep->clk_ipg), 100000000) - 1; in fec_enet_mii_init()
2406 fep->phy_speed = mii_speed << 1 | holdtime << 8; in fec_enet_mii_init()

Completed in 48 milliseconds