/linux-2.4.37.9/drivers/parport/ |
D | ieee1284_ops.c | 60 long expire = jiffies + dev->timeout; in parport_ieee1284_write_compat() local 89 if (!time_before (jiffies, expire)) in parport_ieee1284_write_compat() 112 } while (time_before (jiffies, expire)); in parport_ieee1284_write_compat() 137 if (time_before (jiffies, expire)) in parport_ieee1284_write_compat() 433 long expire = jiffies + port->cad->timeout; in parport_ieee1284_ecp_write_data() 475 if (time_after_eq (jiffies, expire)) break; in parport_ieee1284_ecp_write_data() 522 long expire = jiffies + dev->timeout; in parport_ieee1284_ecp_read_data() 537 if (!time_before (jiffies, expire)) in parport_ieee1284_ecp_read_data() 670 long expire = jiffies + port->cad->timeout; in parport_ieee1284_ecp_write_addr() 712 if (time_after_eq (jiffies, expire)) break; in parport_ieee1284_ecp_write_addr()
|
D | parport_pc.c | 149 long expire = jiffies + p->physport->cad->timeout; in change_mode() local 164 if (time_after_eq (jiffies, expire)) in change_mode() 514 long expire = jiffies + port->physport->cad->timeout; in parport_pc_fifo_write_block_pio() local 535 if (current->need_resched && time_before (jiffies, expire)) in parport_pc_fifo_write_block_pio() 554 if (!time_before (jiffies, expire)) { in parport_pc_fifo_write_block_pio() 562 time_before (jiffies, expire)) in parport_pc_fifo_write_block_pio() 572 expire = jiffies + port->cad->timeout; in parport_pc_fifo_write_block_pio() 642 long expire = jiffies + port->physport->cad->timeout; in parport_pc_fifo_write_block_dma() local 678 if (!time_before (jiffies, expire)) { in parport_pc_fifo_write_block_dma() 737 long int expire; in parport_pc_compat_write_block_pio() local [all …]
|
/linux-2.4.37.9/Documentation/ |
D | laptop-mode.txt | 33 is up to date. That allows longer dirty data and journal expire times. 35 It follows that you have to set long expire times to get long spin downs. 37 set a 10 minute expire count instead of just 30 seconds worth. The biggest 69 Patch only changes journal expire time for ext3. reiserfs uses a hardwire
|
/linux-2.4.37.9/kernel/ |
D | timer.c | 839 unsigned long expire; in sys_nanosleep() local 861 expire = timespec_to_jiffies(&t) + (t.tv_sec || t.tv_nsec); in sys_nanosleep() 864 expire = schedule_timeout(expire); in sys_nanosleep() 866 if (expire) { in sys_nanosleep() 868 jiffies_to_timespec(expire, &t); in sys_nanosleep()
|
D | sched.c | 411 unsigned long expire; in schedule_timeout() local 443 expire = timeout + jiffies; in schedule_timeout() 446 timer.expires = expire; in schedule_timeout() 454 timeout = expire - jiffies; in schedule_timeout()
|
/linux-2.4.37.9/fs/autofs4/ |
D | Makefile | 9 obj-y := init.o inode.o root.o symlink.o waitq.o expire.o
|
/linux-2.4.37.9/drivers/media/video/ |
D | saa5249.c | 91 unsigned long expire; /* Time when page will be expired */ member 199 t->vdau[pgbuf].expire = 0; in saa5249_attach() 446 time_after_eq(jiffies, t->vdau[req.pgbuf].expire))) in do_saa5249_ioctl() 451 t->vdau[req.pgbuf].expire = jiffies + PGBUF_EXPIRE; in do_saa5249_ioctl() 646 t->vdau[pgbuf].expire = 0; in saa5249_open()
|
/linux-2.4.37.9/include/linux/ |
D | auto_fs4.h | 40 struct autofs_packet_expire expire; member
|
/linux-2.4.37.9/drivers/ieee1394/ |
D | csr.h | 44 unsigned long expire; // Calculated from split_timeout member
|
D | csr.c | 115 csr->expire = (unsigned long)(units * HZ) >> 13UL; in calculate_expire() 118 csr->expire++; in calculate_expire() 120 HPSB_VERBOSE("CSR: setting expire to %lu, HZ=%d", csr->expire, HZ); in calculate_expire()
|
D | ieee1394_core.c | 963 unsigned long expire; in abort_timedouts() local 968 expire = host->csr.expire; in abort_timedouts() 975 if (time_before(packet->sendtime + expire, jiffies)) { in abort_timedouts()
|
/linux-2.4.37.9/arch/mips/kernel/ |
D | irixsig.c | 546 long expire = MAX_SCHEDULE_TIMEOUT; in irix_sigpoll_sys() local 580 expire = timespectojiffies(tp)+(tp->tv_sec||tp->tv_nsec); in irix_sigpoll_sys() 587 expire = schedule_timeout(expire); in irix_sigpoll_sys() 594 if (!expire) { in irix_sigpoll_sys()
|
/linux-2.4.37.9/net/ipv4/ |
D | route.c | 532 static unsigned long expire = RT_GC_TIMEOUT; in rt_garbage_collect() local 584 unsigned long tmo = expire; in rt_garbage_collect() 590 if (!rt_may_expire(rth, tmo, expire)) { in rt_garbage_collect() 619 if (expire == 0) in rt_garbage_collect() 622 expire >>= 1; in rt_garbage_collect() 624 printk(KERN_DEBUG "expire>> %u %d %d %d\n", expire, in rt_garbage_collect() 640 expire += ip_rt_gc_min_interval; in rt_garbage_collect() 641 if (expire > ip_rt_gc_timeout || in rt_garbage_collect() 643 expire = ip_rt_gc_timeout; in rt_garbage_collect() 645 printk(KERN_DEBUG "expire++ %u %d %d %d\n", expire, in rt_garbage_collect()
|
/linux-2.4.37.9/drivers/usb/ |
D | uss720.c | 149 long expire = jiffies + pp->physport->cad->timeout; in change_mode() local 159 if (time_after_eq (jiffies, expire)) in change_mode()
|
/linux-2.4.37.9/net/decnet/ |
D | dn_route.c | 143 unsigned long expire = 120 * HZ; in SMP_TIMER_NAME() local 151 (now - rt->u.dst.lastuse) < expire) { in SMP_TIMER_NAME() 175 unsigned long expire = 10 * HZ; in dn_dst_gc() local 184 (now - rt->u.dst.lastuse) < expire) { in dn_dst_gc()
|
/linux-2.4.37.9/drivers/block/ |
D | ps2esdi.c | 530 u_long expire; in reset_ctrl() local 551 expire = jiffies + 2*HZ; in reset_ctrl() 552 while (time_before(jiffies, expire)); in reset_ctrl()
|
/linux-2.4.37.9/net/ipv6/ |
D | route.c | 648 static unsigned expire = 30*HZ; in ip6_dst_gc() local 656 expire++; in ip6_dst_gc() 657 fib6_run_gc(expire); in ip6_dst_gc() 660 expire = ip6_rt_gc_timeout>>1; in ip6_dst_gc() 663 expire -= expire>>ip6_rt_gc_elasticity; in ip6_dst_gc()
|
/linux-2.4.37.9/net/core/ |
D | neighbour.c | 666 unsigned long expire, now = jiffies; in SMP_TIMER_NAME() local 727 expire = tbl->parms.base_reachable_time >> 1; in SMP_TIMER_NAME() 728 expire /= (tbl->hash_mask + 1); in SMP_TIMER_NAME() 729 if (!expire) in SMP_TIMER_NAME() 730 expire = 1; in SMP_TIMER_NAME() 732 mod_timer(&tbl->gc_timer, now + expire); in SMP_TIMER_NAME()
|
/linux-2.4.37.9/drivers/char/drm/ |
D | gamma_dma.c | 275 int expire = 20; in gamma_dma_schedule() local 325 if (--expire) { in gamma_dma_schedule()
|
/linux-2.4.37.9/drivers/char/drm-4.0/ |
D | gamma_dma.c | 308 int expire = 20; in gamma_dma_schedule() local 363 if (--expire) { in gamma_dma_schedule()
|
/linux-2.4.37.9/drivers/char/ |
D | serial_amba.c | 1476 unsigned long char_time, expire; in ambauart_wait_until_sent() local 1508 expire = jiffies + timeout; in ambauart_wait_until_sent() 1512 expire); in ambauart_wait_until_sent() 1519 if (timeout && time_after(jiffies, expire)) in ambauart_wait_until_sent()
|
/linux-2.4.37.9/Documentation/networking/ |
D | PLIP.txt | 92 quite possible for the trigger timeout to expire between two such polls, as
|
D | ip-sysctl.txt | 49 Maximum time-to-live of entries. Unused entries will expire after
|
/linux-2.4.37.9/Documentation/filesystems/ |
D | coda.txt | 1498 call is issued when tokens for a user expire or are flushed.
|