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

/linux-master/fs/gfs2/
H A Dglock.c1082 unsigned long holdtime, now = jiffies; local
1084 holdtime = gl->gl_tchange + gl->gl_hold_time;
1085 if (time_before(now, holdtime))
1086 delay = holdtime - now;
1885 unsigned long holdtime; local
1890 holdtime = gl->gl_tchange + gl->gl_hold_time;
1893 if (time_before(now, holdtime))
1894 delay = holdtime - now;
/linux-master/drivers/staging/wlan-ng/
H A Dhfa384x.h1169 int hfa384x_corereset(struct hfa384x *hw, int holdtime, int settletime,
H A Dhfa384x_usb.c1012 * holdtime how long (in ms) to hold the reset
1025 int hfa384x_corereset(struct hfa384x *hw, int holdtime, argument
/linux-master/kernel/locking/
H A Dlockdep.c345 u64 holdtime; local
350 holdtime = lockstat_clock() - hlock->holdtime_stamp;
354 lock_time_inc(&stats->read_holdtime, holdtime);
356 lock_time_inc(&stats->write_holdtime, holdtime);
/linux-master/drivers/net/ethernet/freescale/
H A Dfec_main.c2471 u32 mii_speed, holdtime; local
2538 * holdtime cannot result in a value greater than 3.
2540 holdtime = DIV_ROUND_UP(clk_get_rate(fep->clk_ipg), 100000000) - 1;
2542 fep->phy_speed = mii_speed << 1 | holdtime << 8;

Completed in 156 milliseconds