Searched refs:jiffies (Results 351 - 375 of 1972) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dtopology.h154 .last_balance = jiffies, \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/
H A Dacpi_pad.c169 if (last_jiffies + round_robin_time * HZ < jiffies) {
170 last_jiffies = jiffies;
176 expire_time = jiffies + HZ * (100 - idle_pct) / 100;
211 if (jiffies > expire_time) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68knommu/kernel/
H A Dvmlinux.lds.S51 jiffies = jiffies_64 + 4; define
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/kernel/
H A Dvmlinux.lds.S19 jiffies = jiffies_64 + 4; define
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/can/
H A Dproc.c103 can_stats.jiffies_init = jiffies;
135 unsigned long j = jiffies; /* snapshot */
141 /* restart counting on jiffies overflow */
192 mod_timer(&can_stattimer, round_jiffies(jiffies + HZ));
306 if (can_stats.jiffies_init != jiffies)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dtcp_timer.c220 sk_reset_timer(sk, &icsk->icsk_delack_timer, jiffies + TCP_DELACK_MIN);
229 if (time_after(icsk->icsk_ack.timeout, jiffies)) {
443 sk_reset_timer(sk, &icsk->icsk_retransmit_timer, jiffies + (HZ / 20));
450 if (time_after(icsk->icsk_timeout, jiffies)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/mac80211/
H A Doffchannel.c88 mod_timer(&local->dynamic_ps_timer, jiffies +
H A Drc80211_pid_algo.c162 if (jiffies - spinfo->last_sample > 2 * period)
165 spinfo->last_sample = jiffies;
255 if (time_after(jiffies, spinfo->last_sample + period))
434 spinfo->last_sample = jiffies;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dxt_hashlimit.c261 hinfo->timer.expires = jiffies + msecs_to_jiffies(hinfo->cfg.gc_interval);
278 return time_after_eq(jiffies, he->expires);
308 ht->timer.expires = jiffies + msecs_to_jiffies(ht->cfg.gc_interval);
361 this algorithm. The `average rate' in jiffies becomes your initial
521 unsigned long now = jiffies;
536 dh->expires = jiffies + msecs_to_jiffies(hinfo->cfg.expire);
537 dh->rateinfo.prev = jiffies;
688 rateinfo_recalc(ent, jiffies);
693 (long)(ent->expires - jiffies)/HZ,
704 (long)(ent->expires - jiffies)/H
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dpkt_sched.h4 #include <linux/jiffies.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/raid/
H A Dpq.h128 # define jiffies raid6_jiffies() macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Dcputime.h15 * Otherwise we measure cpu time in jiffies using the generic definitions.
26 #include <linux/jiffies.h>
51 * Convert cputime <-> jiffies (HZ)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Dmailbox.c104 timeout = jiffies + msecs_to_jiffies(20);
109 } while (!time_after(jiffies, timeout));
117 timeout = jiffies + msecs_to_jiffies(20);
122 } while (!time_after(jiffies, timeout));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-pxa/
H A Dsharpsl_pm.c242 && time_after(jiffies, sharpsl_pm.charge_start_time + SHARPSL_CHARGE_ON_TIME_INTERVAL))
270 sharpsl_pm.battstat.mainbat_status, sharpsl_pm.battstat.mainbat_percent, jiffies);
327 dev_dbg(sharpsl_pm.dev, "Toggling Charger at time: %lx\n", jiffies);
342 sharpsl_pm.charge_start_time = jiffies;
365 mod_timer(&sharpsl_pm.ac_timer, jiffies + msecs_to_jiffies(250));
372 dev_dbg(sharpsl_pm.dev, "Charge Full at time: %lx\n", jiffies);
383 } else if (time_after(jiffies, sharpsl_pm.charge_start_time + SHARPSL_CHARGE_FINISH_TIME)) {
402 mod_timer(&sharpsl_pm.chrg_full_timer, jiffies + msecs_to_jiffies(500));
941 mod_timer(&sharpsl_pm.ac_timer, jiffies + msecs_to_jiffies(250));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Dsmp_twd.c16 #include <linux/jiffies.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/block/
H A Dcfq-iosched.c13 #include <linux/jiffies.h>
626 cfqq->slice_start = jiffies;
627 cfqq->slice_end = jiffies + slice;
629 cfq_log_cfqq(cfqd, cfqq, "set_slice=%lu", cfqq->slice_end - jiffies);
641 if (time_before(jiffies, cfqq->slice_end))
915 if (!cfqq->slice_start || cfqq->slice_start == jiffies) {
922 slice_used = max_t(unsigned, (jiffies - cfqq->dispatch_start),
925 slice_used = jiffies - cfqq->slice_start;
955 if (time_after(cfqd->workload_expires, jiffies)) {
957 - jiffies;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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).
183 #include <linux/jiffies.h>
367 /* NOTE: the time values in jiffies should be in msec!
373 | | | | | Time needed for spinup time (jiffies)
374 | | | | | | Timeout for spinning down (jiffies)
615 debugtimer = jiffies;
621 pr_info("%s:%s dtime=%lu\n", func, msg, jiffies - debugtimer);
655 unsigned long jiffies; member in struct:output_log
669 fd_timeout.expires = jiffies
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dcs89x0.c423 int timeout = jiffies;
428 if (jiffies - timeout >= 40)
967 reset_start_time = jiffies;
968 while( (readreg(dev, PP_SelfST) & INIT_DONE) == 0 && jiffies - reset_start_time < 2)
979 int timenow = jiffies;
992 while (jiffies - timenow < HZ)
1006 int timenow = jiffies;
1020 for (timenow = jiffies; jiffies - timenow < 15; )
1057 if (jiffies
[all...]
H A Deexpress.c117 #include <linux/jiffies.h>
137 unsigned long last_tx; /* jiffies when last transmit started */
138 unsigned long init_time; /* jiffies when eexp_hw_init586 called */
539 if (time_after(jiffies, dev_trans_start(dev) + HZ/2))
595 if (time_after(jiffies, lp->init_time + 10))
631 lp->last_tx = jiffies;
758 unsigned long int oldtime = jiffies;
759 while (scb_rdcmd(dev) && (time_before(jiffies, oldtime + 10)));
1004 dev->trans_start = jiffies;
1021 lp->last_tx = jiffies;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/ulp/ipoib/
H A Dipoib_cm.c447 p->jiffies = jiffies;
472 p->jiffies = jiffies;
603 if (p && time_after_eq(jiffies, p->jiffies + IPOIB_CM_RX_UPDATE_TIME)) {
605 p->jiffies = jiffies;
743 dev->trans_start = jiffies;
905 begin = jiffies;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/dvb-core/
H A Ddvb_ca_en50221.c260 start = jiffies;
261 timeout = jiffies + timeout_hz;
270 dprintk("%s succeeded timeout:%lu\n", __func__, jiffies - start);
275 if (time_after(jiffies, timeout)) {
283 dprintk("%s failed timeout:%lu\n", __func__, jiffies - start);
1028 ca->slot_info[slot].timeout = jiffies + (INIT_TIMEOUT_SECS * HZ);
1032 if (time_after(jiffies, ca->slot_info[slot].timeout)) {
1078 ca->slot_info[slot].timeout = jiffies + (INIT_TIMEOUT_SECS * HZ);
1084 if (time_after(jiffies, ca->slot_info[slot].timeout)) {
1327 timeout = jiffies
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8187se/ieee80211/
H A Dieee80211_rx.c76 time_after(jiffies, entry->first_frag_time + 2 * HZ)) {
144 entry->first_frag_time = jiffies;
420 entry->packet_time[tid] = jiffies;
444 time_after(*last_time + IEEE_PACKET_RETRY_TIME, jiffies)) {
458 *last_time = jiffies;
602 dev->last_rx = jiffies;
775 ieee->last_rx_ps_time = jiffies;
930 network->last_scanned = jiffies;
1064 network->last_dtim_sta_time[0] = jiffies;
1297 dst->last_scanned = jiffies;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/core/
H A Ddriver.c1366 udev->last_busy = jiffies;
1434 udev->last_busy = jiffies;
1519 udev->last_busy = jiffies;
1550 udev->last_busy = jiffies;
1565 round_jiffies_up(jiffies)) {
1591 udev->last_busy = jiffies;
1687 udev->last_busy = jiffies;
1742 j = ACCESS_ONCE(jiffies);
1773 udev->last_busy = jiffies +
1780 udev->parent->last_busy = jiffies;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/chips/
H A Dcfi_cmdset_0002.c616 timeo = jiffies + HZ;
625 if (time_after(jiffies, timeo)) {
662 if (time_after(jiffies, timeo)) {
1012 unsigned long timeo = jiffies + HZ;
1026 timeo = jiffies + HZ;
1099 unsigned long timeo = jiffies + HZ;
1101 * We use a 1ms + 1 jiffies generic timeout for writes (most devices
1107 * timeout of 0 jiffies if HZ is smaller than 1000.
1154 timeo = jiffies + uWriteTimeout;
1165 timeo = jiffies
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/char/
H A Dsclp_con.c13 #include <linux/jiffies.h>
187 sclp_con_timer.expires = jiffies + HZ/10;

Completed in 312 milliseconds

<<11121314151617181920>>