Home
last modified time | relevance | path

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

/linux/Documentation/locking/
H A Dlockstat.rst108 …al waittime-avg acq-bounces acquisitions holdtime-min holdtime-max holdtime-total hol…
/linux/Documentation/translations/it_IT/locking/
H A Dlockstat.rst129 …al waittime-avg acq-bounces acquisitions holdtime-min holdtime-max holdtime-total hol…
/linux/fs/gfs2/
H A Dglock.c999 unsigned long holdtime, now = jiffies; in glock_work_func() local
1001 holdtime = gl->gl_tchange + gl->gl_hold_time; in glock_work_func()
1002 if (time_before(now, holdtime)) in glock_work_func()
1003 delay = holdtime - now; in glock_work_func()
1802 unsigned long holdtime; in gfs2_glock_cb() local
1804 holdtime = gl->gl_tchange + gl->gl_hold_time; in gfs2_glock_cb()
1806 if (time_before(now, holdtime)) in gfs2_glock_cb()
1807 delay = holdtime - now; in gfs2_glock_cb()
/linux/kernel/locking/
H A Dlockdep.c348 u64 holdtime; in lock_release_holdtime() local
353 holdtime = lockstat_clock() - hlock->holdtime_stamp; in lock_release_holdtime()
357 lock_time_inc(&stats->read_holdtime, holdtime); in lock_release_holdtime()
359 lock_time_inc(&stats->write_holdtime, holdtime); in lock_release_holdtime()
/linux/drivers/net/ethernet/freescale/
H A Dfec_main.c3051 u32 mii_speed, holdtime; in fec_enet_mii_init() local
3119 holdtime = DIV_ROUND_UP(clk_get_rate(fep->clk_ipg), 100000000) - 1; in fec_enet_mii_init()
3121 fep->phy_speed = mii_speed << 1 | holdtime << 8; in fec_enet_mii_init()