Searched defs:jiffies (Results 1 - 16 of 16) sorted by relevance

/drivers/input/misc/
H A Dati_remote2.c197 unsigned long jiffies; member in struct:ati_remote2
403 ar2->jiffies = jiffies + msecs_to_jiffies(idev->rep[REP_DELAY]);
412 if (!time_after_eq(jiffies, ar2->jiffies))
415 ar2->jiffies = jiffies + msecs_to_jiffies(idev->rep[REP_PERIOD]);
/drivers/s390/char/
H A Dsclp.c17 #include <linux/jiffies.h>
194 sclp_request_timer.expires = jiffies + time;
222 * Returns the expire value in jiffies of the next pending request timeout,
249 now = jiffies;
394 req->queue_expires = jiffies + req->queue_timeout * HZ;
546 /* Convert interval in jiffies to TOD ticks. */
548 sclp_tod_from_jiffies(unsigned long jiffies) argument
550 return (u64) (jiffies / HZ) << 32;
571 jiffies);
835 wait = jiffies
[all...]
/drivers/acpi/
H A Dosl.c45 #include <linux/jiffies.h>
1292 long jiffies; local
1305 jiffies = MAX_SCHEDULE_TIMEOUT;
1307 jiffies = msecs_to_jiffies(timeout);
1309 ret = down_timeout(sem, jiffies);
/drivers/char/
H A Drandom.c741 unsigned long time = random_get_entropy() ^ jiffies;
773 long jiffies; member in struct:__anon438
781 sample.jiffies = jiffies;
794 delta = sample.jiffies - state->last_time;
795 state->last_time = sample.jiffies;
879 unsigned long now = jiffies;
964 unsigned long now = jiffies;
1295 r->last_pulled = jiffies;
1734 hash[0] += current->pid + jiffies
[all...]
/drivers/infiniband/ulp/ipoib/
H A Dipoib.h224 unsigned long jiffies; member in struct:ipoib_cm_rx
/drivers/md/bcache/
H A Dbcache.h300 unsigned long jiffies; member in struct:io
/drivers/net/ethernet/neterion/vxge/
H A Dvxge-main.h247 unsigned long jiffies; member in struct:vxge_fifo
278 unsigned long jiffies; member in struct:vxge_ring
426 mod_timer(timer, jiffies + timeout);
/drivers/staging/speakup/
H A Dspk_types.h159 int jiffies; member in struct:spk_synth
190 unsigned long jiffies; member in struct:bleep
/drivers/net/wan/
H A Ddscc4.c149 u32 jiffies; /* Allows sizeof(TxFD) == sizeof(RxFD) + extra hack */ member in struct:TxFD
985 dpriv->timer.expires = jiffies + TX_TIMEOUT;
1124 dpriv->timer.expires = jiffies + 10*HZ;
1163 tx_fd->jiffies = jiffies;
1601 tx_fd->jiffies = 0;
/drivers/usb/host/
H A Du132-hcd.c164 unsigned long jiffies; member in struct:u132_endp
675 endp->jiffies = jiffies +
1321 || time_after_eq(jiffies, endp->jiffies)) {
1329 unsigned long delta = endp->jiffies - jiffies;
1335 } else if ((last_endp->delayed == 0) || time_after_eq(jiffies,
1336 last_endp->jiffies)) {
1343 unsigned long delta = last_endp->jiffies
[all...]
/drivers/block/
H A Dfloppy.c122 * days, 6 hours, 32 minutes and 32 seconds (i.e. MAXINT jiffies; ints were
123 * being used to store jiffies, which are unsigned longs).
182 #include <linux/jiffies.h>
366 /* NOTE: the time values in jiffies should be in msec!
372 | | | | | Time needed for spinup time (jiffies)
373 | | | | | | Timeout for spinning down (jiffies)
622 debugtimer = jiffies;
628 pr_info("%s:%s dtime=%lu\n", func, msg, jiffies - debugtimer);
661 unsigned long jiffies; member in struct:output_log
737 if (time_before(jiffies, UDR
[all...]
/drivers/net/ethernet/emulex/benet/
H A Dbe.h226 ulong jiffies; member in struct:be_aic_obj
/drivers/net/wireless/hostap/
H A Dhostap_wlan.h932 unsigned long jiffies; /* queueing timestamp */ member in struct:hostap_skb_tx_data
985 local->io_debug[local->io_debug_head] = jiffies & 0xffffffff;
/drivers/gpu/drm/i915/
H A Di915_drv.h390 long jiffies; member in struct:drm_i915_error_state::drm_i915_error_ring::drm_i915_error_request
1918 /** Time at which this request was emitted, in jiffies. */
2952 * doesn't happen exactly after event A, you record the timestamp (jiffies) of
2962 * Don't re-read the value of "jiffies" every time since it may change
2965 tmp_jiffies = jiffies;
/drivers/net/wireless/ipw2x00/
H A Dipw2200.h46 #include <linux/jiffies.h>
1118 unsigned long jiffies; member in struct:ipw_fw_error
1975 unsigned long jiffies; member in struct:ipw_cmd_log
/drivers/scsi/aacraid/
H A Daacraid.h802 ulong jiffies; // used for cleanup - dmb changed to ulong member in struct:aac_fib_context

Completed in 8263 milliseconds