Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/locking/
H A Dlockstat.rst108 …al waittime-avg acq-bounces acquisitions holdtime-min holdtime-max holdtime-total hol…
/OK3568_Linux_fs/kernel/fs/gfs2/
H A Dglock.c933 unsigned long holdtime, now = jiffies; in glock_work_func() local
935 holdtime = gl->gl_tchange + gl->gl_hold_time; in glock_work_func()
936 if (time_before(now, holdtime)) in glock_work_func()
937 delay = holdtime - now; in glock_work_func()
1669 unsigned long holdtime; in gfs2_glock_cb() local
1674 holdtime = gl->gl_tchange + gl->gl_hold_time; in gfs2_glock_cb()
1677 if (time_before(now, holdtime)) in gfs2_glock_cb()
1678 delay = holdtime - now; in gfs2_glock_cb()
/OK3568_Linux_fs/kernel/kernel/locking/
H A Dlockdep.c313 u64 holdtime; in lock_release_holdtime() local
318 holdtime = lockstat_clock() - hlock->holdtime_stamp; in lock_release_holdtime()
322 lock_time_inc(&stats->read_holdtime, holdtime); in lock_release_holdtime()
324 lock_time_inc(&stats->write_holdtime, holdtime); in lock_release_holdtime()
/OK3568_Linux_fs/kernel/drivers/staging/wlan-ng/
H A Dhfa384x.h1374 int hfa384x_corereset(struct hfa384x *hw, int holdtime, int settletime,
H A Dhfa384x_usb.c1046 int hfa384x_corereset(struct hfa384x *hw, int holdtime, in hfa384x_corereset() argument
/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/
H A Dfec_main.c2063 u32 mii_speed, holdtime; in fec_enet_mii_init() local
2131 holdtime = DIV_ROUND_UP(clk_get_rate(fep->clk_ipg), 100000000) - 1; in fec_enet_mii_init()
2133 fep->phy_speed = mii_speed << 1 | holdtime << 8; in fec_enet_mii_init()