Searched refs:holdtime (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/fs/gfs2/ |
H A D | glock.c | 933 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()
|
/kernel/linux/linux-6.6/fs/gfs2/ |
H A D | glock.c | 1065 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() 1849 unsigned long holdtime; in gfs2_glock_cb() local 1854 holdtime = gl->gl_tchange + gl->gl_hold_time; in gfs2_glock_cb() 1857 if (time_before(now, holdtime)) in gfs2_glock_cb() 1858 delay = holdtime - now; in gfs2_glock_cb()
|
/kernel/linux/linux-5.10/kernel/locking/ |
H A D | lockdep.c | 313 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()
|
/kernel/linux/linux-6.6/drivers/staging/wlan-ng/ |
H A D | hfa384x.h | 1169 int hfa384x_corereset(struct hfa384x *hw, int holdtime, int settletime,
|
H A D | hfa384x_usb.c | 1012 * holdtime how long (in ms) to hold the reset 1025 int hfa384x_corereset(struct hfa384x *hw, int holdtime, in hfa384x_corereset() argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/ |
H A D | fec_main.c | 2065 u32 mii_speed, holdtime; in fec_enet_mii_init() local 2131 * holdtime cannot result in a value greater than 3. in fec_enet_mii_init() 2133 holdtime = DIV_ROUND_UP(clk_get_rate(fep->clk_ipg), 100000000) - 1; in fec_enet_mii_init() 2135 fep->phy_speed = mii_speed << 1 | holdtime << 8; in fec_enet_mii_init()
|
/kernel/linux/linux-6.6/kernel/locking/ |
H A D | lockdep.c | 345 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()
|
/kernel/linux/linux-5.10/drivers/staging/wlan-ng/ |
H A D | hfa384x.h | 1374 int hfa384x_corereset(struct hfa384x *hw, int holdtime, int settletime,
|
H A D | hfa384x_usb.c | 1033 * holdtime how long (in ms) to hold the reset 1046 int hfa384x_corereset(struct hfa384x *hw, int holdtime, in hfa384x_corereset() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/ |
H A D | fec_main.c | 2399 u32 mii_speed, holdtime; in fec_enet_mii_init() local 2465 * holdtime cannot result in a value greater than 3. in fec_enet_mii_init() 2467 holdtime = DIV_ROUND_UP(clk_get_rate(fep->clk_ipg), 100000000) - 1; in fec_enet_mii_init() 2469 fep->phy_speed = mii_speed << 1 | holdtime << 8; in fec_enet_mii_init()
|
Completed in 62 milliseconds