holdtime         2070 drivers/net/ethernet/freescale/fec_main.c 	u32 mii_speed, holdtime;
holdtime         2129 drivers/net/ethernet/freescale/fec_main.c 	holdtime = DIV_ROUND_UP(clk_get_rate(fep->clk_ipg), 100000000) - 1;
holdtime         2131 drivers/net/ethernet/freescale/fec_main.c 	fep->phy_speed = mii_speed << 1 | holdtime << 8;
holdtime         1372 drivers/staging/wlan-ng/hfa384x.h int hfa384x_corereset(struct hfa384x *hw, int holdtime, int settletime,
holdtime         1055 drivers/staging/wlan-ng/hfa384x_usb.c int hfa384x_corereset(struct hfa384x *hw, int holdtime,
holdtime          711 fs/gfs2/glock.c 		unsigned long holdtime, now = jiffies;
holdtime          713 fs/gfs2/glock.c 		holdtime = gl->gl_tchange + gl->gl_hold_time;
holdtime          714 fs/gfs2/glock.c 		if (time_before(now, holdtime))
holdtime          715 fs/gfs2/glock.c 			delay = holdtime - now;
holdtime         1435 fs/gfs2/glock.c 	unsigned long holdtime;
holdtime         1439 fs/gfs2/glock.c 	holdtime = gl->gl_tchange + gl->gl_hold_time;
holdtime         1442 fs/gfs2/glock.c 		if (time_before(now, holdtime))
holdtime         1443 fs/gfs2/glock.c 			delay = holdtime - now;
holdtime          280 kernel/locking/lockdep.c 	u64 holdtime;
holdtime          285 kernel/locking/lockdep.c 	holdtime = lockstat_clock() - hlock->holdtime_stamp;
holdtime          289 kernel/locking/lockdep.c 		lock_time_inc(&stats->read_holdtime, holdtime);
holdtime          291 kernel/locking/lockdep.c 		lock_time_inc(&stats->write_holdtime, holdtime);