Home
last modified time | relevance | path

Searched refs:myjif (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/hippi/
H A Drrunner.c561 unsigned long myjif, flags; in rr_init1() local
691 myjif = jiffies + 5 * HZ; in rr_init1()
692 while (time_before(jiffies, myjif) && !rrpriv->fw_running) in rr_init1()
/openbmc/linux/drivers/net/ethernet/alteon/
H A Dacenic.c865 unsigned long myjif; in ace_init() local
1446 myjif = jiffies + 3 * HZ; in ace_init()
1447 while (time_before(jiffies, myjif) && !ap->fw_running) in ace_init()