taglinefilesource code
amount273kernel/blk_drv/scsi/fdomain.cstatic void do_pause( unsigned amount )  /* Pause for amount*10 milliseconds */
amount275kernel/blk_drv/scsi/fdomain.cunsigned long the_time = jiffies + amount; /* 0.01 seconds per jiffy */
amount236net/tcp/arp.carp_malloc (unsigned long amount, int priority)
amount238net/tcp/arp.creturn (kmalloc (amount, priority));
amount261net/tcp/dev.cint amount;
amount285net/tcp/dev.camount = min (len, (unsigned long) dev->rmem_end -
amount287net/tcp/dev.cmemcpy (to, buff, amount);
amount288net/tcp/dev.clen -= amount;
amount289net/tcp/dev.cbuff += amount;
amount290net/tcp/dev.cto += amount;
amount257net/tcp/tcp.cunsigned long amount;
amount267net/tcp/tcp.camount = 0;
amount277net/tcp/tcp.creturn (amount);
amount288net/tcp/tcp.camount += sum;
amount289net/tcp/tcp.cif (skb->h.th->syn) amount --;
amount292net/tcp/tcp.cif (amount && skb->h.th->psh) break;
amount295net/tcp/tcp.cPRINTK (("tcp readable returning %d bytes\n", amount));
amount296net/tcp/tcp.creturn (amount);
amount391net/tcp/tcp.cunsigned long amount;
amount396net/tcp/tcp.camount = 0;
amount400net/tcp/tcp.camount = tcp_readable(sk);
amount403net/tcp/tcp.cPRINTK (("returning %d\n", amount));
amount405net/tcp/tcp.cput_fs_long (amount, (unsigned long *)arg);
amount429net/tcp/tcp.cunsigned long amount;
amount432net/tcp/tcp.camount = sk->prot->wspace(sk)/2;
amount434net/tcp/tcp.cput_fs_long (amount, (unsigned long *)arg);
amount482net/tcp/udp.cunsigned long amount;
amount485net/tcp/udp.camount = sk->prot->wspace(sk)/2;
amount487net/tcp/udp.cput_fs_long (amount, (unsigned long *)arg);
amount496net/tcp/udp.cunsigned long amount;
amount499net/tcp/udp.camount = 0;
amount505net/tcp/udp.camount = skb->len;
amount509net/tcp/udp.cput_fs_long (amount, (unsigned long *)arg);