Searched refs:jiffies (Results 51 - 75 of 2907) sorted by relevance

1234567891011>>

/linux-master/block/
H A Dblk-timeout.c86 WRITE_ONCE(req->deadline, jiffies);
113 maxt = blk_round_jiffies(jiffies + BLK_MAX_TIMEOUT);
142 expiry = jiffies + req->timeout;
/linux-master/arch/sparc/kernel/
H A Dled.c9 #include <linux/jiffies.h>
45 led_blink_timer.expires = jiffies +
48 led_blink_timer.expires = jiffies + (timeout * HZ);
H A Dvmlinux.lds.S28 jiffies = jiffies_64 + 4; define
34 jiffies = jiffies_64; define
/linux-master/arch/arm/mach-tegra/
H A Dplatsmp.c18 #include <linux/jiffies.h>
94 timeout = jiffies + msecs_to_jiffies(50);
99 } while (time_before(jiffies, timeout));
/linux-master/arch/mips/kernel/
H A Dvmlinux.lds.S35 jiffies = jiffies_64; define
37 jiffies = jiffies_64 + 4; define
40 jiffies = jiffies_64; define
/linux-master/arch/m68k/mac/
H A Dmacboing.c203 mac_sound_timer.expires = jiffies + length;
255 mac_sound_timer.expires = jiffies + 1;
289 mac_sound_timer.expires = jiffies + 1;
/linux-master/kernel/rcu/
H A Dtree_stall.h93 unsigned long j = jiffies;
97 smp_mb(); // jiffies before .gp_seq to avoid false positives.
101 // of ULONG_MAX/4 jiffies voids your no-false-positive warranty.
154 * 3 fqs loops have passed. This is required to ensure a fresh jiffies is
173 unsigned long j = jiffies;
190 WRITE_ONCE(rdp->last_fqs_resched, jiffies);
204 if (time_after(jiffies, j) && rcu_state.gp_kthread &&
410 unsigned long j = jiffies - READ_ONCE(rcu_state.gp_activity);
431 j = jiffies - READ_ONCE(rdp->rcuc_activity);
464 jiffies_to_msecs(jiffies
[all...]
/linux-master/drivers/net/wireless/ath/ath6kl/
H A Drecovery.c38 mod_timer(&ar->fw_recovery.hb_timer, jiffies +
94 mod_timer(&ar->fw_recovery.hb_timer, jiffies +
111 mod_timer(&ar->fw_recovery.hb_timer, jiffies +
158 jiffies + msecs_to_jiffies(ar->fw_recovery.hb_poll));
/linux-master/drivers/net/ethernet/cisco/enic/
H A Denic_clsf.h24 mod_timer(&enic->rfs_h.rfs_may_expire, jiffies + HZ/4);
/linux-master/net/bridge/
H A Dbr_stp_timer.c41 round_jiffies(jiffies + br->hello_time));
90 jiffies + br->forward_delay);
112 mod_timer(&br->tcn_timer, jiffies + br->bridge_hello_time);
160 ? jiffies_delta_to_clock_t(timer->expires - jiffies) : 0;
/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-kthread-touch.c8 #include <linux/jiffies.h>
65 dev->jiffies_touch_cap = jiffies;
80 cur_jiffies = jiffies;
90 /* Calculate the number of jiffies since we started streaming */
99 * 'jiffies-per-day' to ease jiffies_to_msecs calculation)
100 * jiffies have passed since we started streaming reset the
121 /* And the number of jiffies since we started */
122 jiffies_since_start = jiffies - dev->jiffies_touch_cap;
128 * in jiffies since we started streaming.
/linux-master/arch/mips/sgi-ip22/
H A Dip22-reset.c96 mod_timer(&blink_timer, jiffies + blink_timer_timeout);
104 debounce_timer.expires = jiffies + (HZ / 20); /* 0.05s */
136 power_timer.expires = jiffies + POWERDOWN_TIMEOUT * HZ;
151 debounce_timer.expires = jiffies + 5;
/linux-master/drivers/input/serio/
H A Dparkbd.c107 if (parkbd_counter && ((parkbd_counter == 11) || time_after(jiffies, parkbd_last + HZ/100))) {
126 if ((parkbd_counter == parkbd_mode + 10) || time_after(jiffies, parkbd_last + HZ/100)) {
137 parkbd_last = jiffies;
159 parkbd_start = jiffies;
/linux-master/arch/openrisc/kernel/
H A Dvmlinux.lds.S37 jiffies = jiffies_64 + 4; define
/linux-master/arch/alpha/kernel/
H A Dvmlinux.lds.S16 jiffies = jiffies_64; define
/linux-master/arch/nios2/kernel/
H A Dvmlinux.lds.S15 jiffies = jiffies_64; define
/linux-master/drivers/i2c/busses/
H A Di2c-designware-amdpsp.c103 start = jiffies;
123 jiffies_to_msecs(jiffies - start));
147 jiffies_to_msecs(jiffies - psp_i2c_sem_acquired));
193 psp_i2c_sem_acquired = jiffies;
/linux-master/include/linux/
H A Dsemaphore.h48 extern int __must_check down_timeout(struct semaphore *sem, long jiffies);
/linux-master/drivers/i2c/muxes/
H A Di2c-arb-gpio-challenge.c48 stop_time = jiffies + usecs_to_jiffies(arb->wait_free_us) + 1;
55 stop_retry = jiffies + usecs_to_jiffies(arb->wait_retry_us) + 1;
56 while (time_before(jiffies, stop_retry)) {
71 } while (time_before(jiffies, stop_time));
/linux-master/drivers/usb/host/
H A Dohci-spear.c122 if (time_before(jiffies, ohci->next_statechange))
124 ohci->next_statechange = jiffies;
141 if (time_before(jiffies, ohci->next_statechange))
143 ohci->next_statechange = jiffies;
/linux-master/drivers/hwmon/
H A Dnzxt-kraken2.c15 #include <linux/jiffies.h>
35 unsigned long updated; /* jiffies */
50 if (time_after(jiffies, priv->updated + STATUS_VALIDITY * HZ))
127 priv->updated = jiffies;
150 priv->updated = jiffies - STATUS_VALIDITY * HZ;
/linux-master/arch/hexagon/kernel/
H A Dvmlinux.lds.S17 jiffies = jiffies_64; define
/linux-master/drivers/char/
H A Dnwflash.c30 #include <linux/jiffies.h>
344 timeout = jiffies + 10 * HZ;
346 while (!(c1 & 0x80) && time_before(jiffies, timeout)) {
420 timeout = jiffies + 30 * HZ;
464 timeout1 = jiffies + 1 * HZ;
469 while (!(c1 & 0x80) && time_before(jiffies, timeout1))
475 if (time_after_eq(jiffies, timeout1)) {
507 if (time_before(jiffies, timeout)) {
/linux-master/arch/csky/kernel/
H A Dvmlinux.lds.S11 jiffies = jiffies_64; define
13 jiffies = jiffies_64 + 4; define
/linux-master/drivers/scsi/smartpqi/
H A Dsmartpqi_sis.c97 timeout = (timeout_secs * HZ) + jiffies;
112 if (time_after(jiffies, timeout)) {
215 timeout = (SIS_CMD_COMPLETE_TIMEOUT_SECS * HZ) + jiffies;
221 if (time_after(jiffies, timeout))
361 timeout = (SIS_DOORBELL_BIT_CLEAR_TIMEOUT_SECS * HZ) + jiffies;
373 if (time_after(jiffies, timeout)) {
460 timeout = (SIS_FW_TRIAGE_STATUS_TIMEOUT_SECS * HZ) + jiffies;
474 if (time_after(jiffies, timeout)) {

Completed in 207 milliseconds

1234567891011>>