Searched refs:timeo (Results 1 - 25 of 39) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/sunrpc/
H A Dtimer.h15 long timeo; /* default timeout value */ member in struct:rpc_rtt
22 extern void rpc_init_rtt(struct rpc_rtt *rt, long timeo);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/sunrpc/
H A Dtimer.h15 long timeo; /* default timeout value */ member in struct:rpc_rtt
22 extern void rpc_init_rtt(struct rpc_rtt *rt, long timeo);
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/sunrpc/
H A Dtimer.c14 rpc_init_rtt(struct rpc_rtt *rt, long timeo) argument
16 long t = (timeo - RPC_RTO_INIT) << 3;
18 rt->timeo = timeo;
61 * other - timeo
69 return rt->timeo;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dnfs_mount.h30 int timeo; /* 1 */ member in struct:nfs_mount_data
H A Dsmb_mount.h54 int timeo; /* timeout for requests */ member in struct:smb_mount_data_kernel
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dnfs_mount.h30 int timeo; /* 1 */ member in struct:nfs_mount_data
H A Dsmb_mount.h54 int timeo; /* timeout for requests */ member in struct:smb_mount_data_kernel
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/mtd/chips/
H A Dcfi_cmdset_0001.c268 unsigned long timeo; local
282 timeo = jiffies + HZ;
309 if (time_after(jiffies, timeo)) {
349 if (time_after(jiffies, timeo)) {
369 timeo = jiffies + HZ;
438 unsigned long timeo; local
447 timeo = jiffies + HZ;
471 if (time_after(jiffies, timeo)) {
490 timeo = jiffies + HZ;
503 timeo
685 unsigned long cmd_adr, timeo; local
932 unsigned long timeo; local
1237 unsigned long timeo = jiffies + HZ; local
1386 unsigned long timeo = jiffies + HZ; local
[all...]
H A Dsharp.c208 unsigned long timeo = jiffies + HZ; local
243 timeo = jiffies + HZ;
342 int timeo; local
356 timeo = jiffies + (HZ/2);
427 int timeo; local
434 timeo = jiffies + HZ;
436 while(time_before(jiffies, timeo)){
469 //int timeo;
H A Dcfi_cmdset_0002.c244 unsigned long timeo = jiffies + HZ; local
257 timeo = jiffies + HZ;
317 unsigned long timeo = jiffies + HZ; local
335 timeo = jiffies + HZ;
534 unsigned long timeo = jiffies + HZ; local
550 timeo = jiffies + HZ;
566 timeo = jiffies + (HZ*20);
589 timeo = jiffies + (HZ*2);
595 if (time_after(jiffies, timeo)) {
H A Dcfi_cmdset_0701.c200 unsigned long timeo = jiffies + HZ; local
214 timeo = jiffies + HZ;
274 unsigned long timeo = jiffies + HZ; local
294 timeo = jiffies + HZ;
460 unsigned long timeo = jiffies + HZ; local
476 timeo = jiffies + HZ;
492 timeo = jiffies + (HZ*20);
515 timeo = jiffies + (HZ*2);
521 if (time_after(jiffies, timeo)) {
H A Damd_flash.c783 unsigned long timeo = jiffies + HZ; local
803 timeo = jiffies + HZ;
879 unsigned long timeo = jiffies + HZ; local
902 timeo = jiffies + HZ;
1079 unsigned long timeo = jiffies + HZ; local
1099 timeo = jiffies + HZ;
1111 timeo = jiffies + (HZ * 20);
1134 timeo = jiffies + (HZ*2);
1140 if (time_after(jiffies, timeo)) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/bluetooth/
H A Daf_bluetooth.c259 long timeo = sock_sndtimeo(sk, flags & O_NONBLOCK); local
267 if (!timeo) {
273 timeo = schedule_timeout(timeo);
286 err = sock_intr_errno(timeo);
H A Dsco.c545 long timeo; local
555 timeo = sock_rcvtimeo(sk, flags & O_NONBLOCK);
557 BT_DBG("sk %p timeo %ld", sk, timeo);
563 if (!timeo) {
569 timeo = schedule_timeout(timeo);
578 err = sock_intr_errno(timeo);
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/
H A Dtcp.c688 static int wait_for_tcp_memory(struct sock * sk, long *timeo) argument
692 long current_timeo = *timeo;
706 if (!*timeo)
724 current_timeo = *timeo;
730 *timeo = current_timeo;
744 err = sock_intr_errno(*timeo);
833 long timeo = sock_sndtimeo(sk, flags&MSG_DONTWAIT); local
837 if((err = wait_for_tcp_connect(sk, 0, &timeo)) != 0)
915 if ((err = wait_for_tcp_memory(sk, &timeo)) != 0)
1017 long timeo; local
1217 tcp_recv_urg(struct sock * sk, long timeo, struct msghdr *msg, int len, int flags, int *addr_len) argument
1343 tcp_data_wait(struct sock *sk, long timeo) argument
1478 long timeo; local
2141 wait_for_connect(struct sock * sk, long timeo) argument
2207 long timeo = sock_rcvtimeo(sk, flags & O_NONBLOCK); local
[all...]
H A Daf_inet.c562 static long inet_wait_for_connect(struct sock *sk, long timeo) argument
576 timeo = schedule_timeout(timeo);
578 if (signal_pending(current) || !timeo)
584 return timeo;
597 long timeo; local
637 timeo = sock_sndtimeo(sk, flags&O_NONBLOCK);
641 if (!timeo || !inet_wait_for_connect(sk, timeo))
644 err = sock_intr_errno(timeo);
[all...]
H A Dtcp_minisocks.c346 void tcp_time_wait(struct sock *sk, int state, int timeo) argument
397 if (timeo < rto)
398 timeo = rto;
405 timeo = TCP_TIMEWAIT_LEN;
408 tcp_tw_schedule(tw, timeo);
500 void tcp_tw_schedule(struct tcp_tw_bucket *tw, int timeo) argument
529 slot = (timeo + (1<<TCP_TW_RECYCLE_TICK) - 1) >> TCP_TW_RECYCLE_TICK;
545 if (timeo >= TCP_TIMEWAIT_LEN) {
548 slot = (timeo + TCP_TWKILL_PERIOD-1) / TCP_TWKILL_PERIOD;
552 tw->ttd = jiffies + timeo;
[all...]
H A Dtcp_timer.c501 unsigned long timeo; local
505 timeo = min((TCP_TIMEOUT_INIT << req->retrans),
507 req->expires = now + timeo;
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/unix/
H A Daf_unix.c825 static long unix_wait_for_peer(unix_socket *other, long timeo) argument
840 timeo = schedule_timeout(timeo);
844 return timeo;
858 long timeo; local
869 timeo = sock_sndtimeo(sk, flags & O_NONBLOCK);
910 if (!timeo)
913 timeo = unix_wait_for_peer(other, timeo);
915 err = sock_intr_errno(timeo);
1163 long timeo; local
1461 unix_stream_data_wait(unix_socket * sk, long timeo) argument
1503 long timeo; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/core/
H A Ddatagram.c139 long timeo; local
146 timeo = sock_rcvtimeo(sk, noblock);
172 if (!timeo)
175 } while (wait_for_packet(sk, err, &timeo) == 0);
H A Dsock.c727 static long sock_wait_for_wmem(struct sock * sk, long timeo) argument
734 if (!timeo)
746 timeo = schedule_timeout(timeo);
750 return timeo;
762 long timeo; local
765 timeo = sock_sndtimeo(sk, noblock);
817 if (!timeo)
821 timeo = sock_wait_for_wmem(sk, timeo);
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/nfs/
H A Dnfsroot.c125 { "timeo", &nfs_data.timeo },
219 nfs_data.timeo = 7;
267 printk(KERN_NOTICE "Root-NFS: rsize = %d, wsize = %d, timeo = %d, retrans = %d\n",
268 nfs_data.rsize, nfs_data.wsize, nfs_data.timeo, nfs_data.retrans);
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/smbfs/
H A Dinode.c281 { "timeo", 0, 'o' },
336 mnt->timeo = value;
384 if (mnt->timeo != SMB_TIMEO_DEFAULT)
385 seq_printf(s, ",timeo=%d", mnt->timeo);
476 mnt->timeo = SMB_TIMEO_DEFAULT;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/cobalt/
H A Dpci.c224 signed int timeo; local
225 timeo = *((volatile unsigned int *)0xb4000c04);
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/netlink/
H A Daf_netlink.c413 long timeo; local
416 timeo = sock_sndtimeo(ssk, nonblock);
434 if (!timeo) {
448 timeo = schedule_timeout(timeo);
456 return sock_intr_errno(timeo);

Completed in 280 milliseconds

12