Searched refs:jiffies (Results 1 - 25 of 1452) sorted by path

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dgif.c299 int jiffies; local
309 /* the delay_time field indicates the number of jiffies - 1 */
315 jiffies = (70*enc->time_base.num/enc->time_base.den) - 1;
317 put_le16(pb, jiffies);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dlinux_osl.h211 #define OSL_SYSUPTIME() ((uint32)jiffies * (1000 / HZ))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/Documentation/DocBook/
H A Dprocfs_example.c50 #include <linux/jiffies.h>
78 len = sprintf(page, "jiffies = %ld\n",
79 jiffies);
135 /* create jiffies using convenience function */
136 jiffies_file = create_proc_read_entry("jiffies",
178 "jiffies");
198 remove_proc_entry("jiffies", example_dir);
212 remove_proc_entry("jiffies", example_dir);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/Documentation/connector/
H A Dcn_test.c40 __func__, jiffies, msg->id.idx, msg->id.val,
147 mod_timer(&cn_test_timer, jiffies + HZ);
166 cn_test_timer.expires = jiffies + HZ;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dosf_sys.c866 jiffies_to_timeval32(unsigned long jiffies, struct timeval32 *value) argument
868 value->tv_usec = (jiffies % HZ) * (1000000L / HZ);
869 value->tv_sec = jiffies / HZ;
H A Dsmp.c110 unsigned long stop = jiffies + 10*HZ;
112 while (time_before(jiffies, stop)) {
185 timeout = jiffies + 10*HZ;
186 while (time_before(jiffies, timeout)) {
340 timeout = jiffies + 10*HZ;
341 while (time_before(jiffies, timeout)) {
390 timeout = jiffies + 1*HZ;
391 while (time_before(jiffies, timeout)) {
745 timeout = jiffies + HZ;
747 && time_before (jiffies, timeou
[all...]
H A Dsrmcons.c83 srmconsp->timer.expires = jiffies + incr;
204 srmconsp->timer.expires = jiffies + 10;
H A Dtraps.c773 if (cnt >= 5 && jiffies - last_time > 5*HZ) {
781 last_time = jiffies;
H A Dvmlinux.lds.S7 jiffies = jiffies_64; define
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/common/
H A Dsharpsl_pm.c130 && time_after(jiffies, sharpsl_pm.charge_start_time + SHARPSL_CHARGE_ON_TIME_INTERVAL))
157 sharpsl_pm.battstat.mainbat_status, sharpsl_pm.battstat.mainbat_percent, jiffies);
227 dev_dbg(sharpsl_pm.dev, "Toogling Charger at time: %lx\n", jiffies);
242 sharpsl_pm.charge_start_time = jiffies;
265 mod_timer(&sharpsl_pm.ac_timer, jiffies + msecs_to_jiffies(250));
272 dev_dbg(sharpsl_pm.dev, "Charge Full at time: %lx\n", jiffies);
283 } else if (time_after(jiffies, sharpsl_pm.charge_start_time + SHARPSL_CHARGE_FINISH_TIME)) {
302 mod_timer(&sharpsl_pm.chrg_full_timer, jiffies + msecs_to_jiffies(500));
806 mod_timer(&sharpsl_pm.ac_timer, jiffies + msecs_to_jiffies(250));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/kernel/
H A Decard.c530 if (last == jiffies) {
546 if (!last || time_after(jiffies, last + 5*HZ)) {
547 last = jiffies;
H A Dsmp.c135 timeout = jiffies + HZ;
136 while (time_before(jiffies, timeout)) {
396 timeout = jiffies + HZ;
397 while (!cpus_empty(data.pending) && time_before(jiffies, timeout))
416 timeout = jiffies + (5 * HZ);
417 while (!cpus_empty(data.pending) && time_before(jiffies, timeout))
H A Dtime.c89 return (unsigned long long)(jiffies - INITIAL_JIFFIES) *
438 dyn_tick->reprogram(next - jiffies);
H A Dvmlinux.lds.S14 jiffies = jiffies_64; define
16 jiffies = jiffies_64 + 4; define
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-footbridge/
H A Ddc21285.c203 timer->expires = jiffies + HZ;
247 timer->expires = jiffies + HZ;
H A Disa-timer.c31 * cache volatile jiffies temporarily; we have IRQs turned off.
44 jiffies_t = jiffies;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-iop13xx/
H A Dpci.c22 #include <linux/jiffies.h>
535 if (time_after_eq(jiffies + msecs_to_jiffies(1000),
537 while(time_before(jiffies, atux_trhfa_timeout))
727 atux_trhfa_timeout = jiffies + msecs_to_jiffies(msec);
730 atux_trhfa_timeout = jiffies;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-iop32x/
H A Dn2100.c238 power_button_poll_timer.expires = jiffies + (HZ / 10);
253 power_button_poll_timer.expires = jiffies + (HZ / 10);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-ixp4xx/
H A Ddsmg600-power.c26 #include <linux/jiffies.h>
68 mod_timer(&dsmg600_power_timer, jiffies + msecs_to_jiffies(500));
105 mod_timer(&dsmg600_power_timer, jiffies + msecs_to_jiffies(500));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-ns9xxx/
H A Dtime.c11 #include <linux/jiffies.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-pxa/
H A Dlubbock.c398 mod_timer(&mmc_timer, jiffies + MMC_POLL_RATE);
409 mod_timer(&mmc_timer, jiffies + MMC_POLL_RATE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-realview/
H A Dlocaltimer.c16 #include <linux/jiffies.h>
H A Dplatsmp.c94 timeout = jiffies + (1 * HZ);
95 while (time_before(jiffies, timeout)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/plat-s3c24xx/
H A Ddma.c694 chan->number, jiffies);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/kernel/
H A Decard.c388 if (last == jiffies) {
408 if (!last || time_after(jiffies, (unsigned long)(last + 5*HZ))) {
409 last = jiffies;

Completed in 264 milliseconds

1234567891011>>