taglinefilesource code
amount405drivers/scsi/aha152x.cstatic void do_pause( unsigned amount ) /* Pause for amount*10 milliseconds */
amount407drivers/scsi/aha152x.cunsigned long the_time = jiffies + amount; /* 0.01 seconds per jiffy */
amount445drivers/scsi/fdomain.cstatic void do_pause( unsigned amount )  /* Pause for amount*10 milliseconds */
amount447drivers/scsi/fdomain.cunsigned long the_time = jiffies + amount; /* 0.01 seconds per jiffy */
amount1843drivers/sound/sequencer.cunsigned long   amount;
amount1881drivers/sound/sequencer.camount = (int) (semitone_tuning[semitones] * multiplier * cent_tuning[cents])
amount1885drivers/sound/sequencer.creturn (base_freq * 10000) / amount;  /*
amount1889drivers/sound/sequencer.creturn (base_freq * amount) / 10000;  /*
amount1733net/appletalk/ddp.clong amount=0;
amount1814net/appletalk/ddp.cput_fs_long(amount,(unsigned long *)arg);
amount1789net/ax25/af_ax25.clong amount = 0;
amount1795net/ax25/af_ax25.camount = sk->sndbuf - sk->wmem_alloc;
amount1796net/ax25/af_ax25.cif (amount < 0)
amount1797net/ax25/af_ax25.camount = 0;
amount1798net/ax25/af_ax25.cput_fs_long(amount, (unsigned long *)arg);
amount1806net/ax25/af_ax25.camount = skb->len;
amount1809net/ax25/af_ax25.cput_fs_long(amount, (unsigned long *)arg);
amount1840net/ax25/af_ax25.camount = get_fs_long((void *)arg);
amount1841net/ax25/af_ax25.cif (amount > AX25_NOUID_BLOCK)
amount1843net/ax25/af_ax25.cax25_uid_policy = amount;
amount486net/core/dev.cint amount, left;
amount526net/core/dev.camount = min(len2, (unsigned long) dev->rmem_end -
amount528net/core/dev.cmemcpy(to, buff, amount);
amount529net/core/dev.clen2 -= amount;
amount530net/core/dev.cleft -= amount;
amount531net/core/dev.cbuff += amount;
amount532net/core/dev.cto += amount;
amount912net/ipv4/tcp.cunsigned long amount;
amount931net/ipv4/tcp.camount = 0;
amount946net/ipv4/tcp.camount += sum;
amount948net/ipv4/tcp.camount--;
amount968net/ipv4/tcp.camount--;  /* don't count urg data */
amount969net/ipv4/tcp.cif (amount && skb->h.th->psh) break;
amount976net/ipv4/tcp.cprintk("got %lu bytes.\n",amount);
amount977net/ipv4/tcp.creturn(amount);
amount1066net/ipv4/tcp.cunsigned long amount;
amount1072net/ipv4/tcp.camount = tcp_readable(sk);
amount1077net/ipv4/tcp.cput_user(amount, (int *)arg);
amount1092net/ipv4/tcp.cunsigned long amount;
amount1095net/ipv4/tcp.camount = sk->prot->wspace(sk);
amount1099net/ipv4/tcp.cput_user(amount, (int *)arg);
amount361net/ipv4/udp.cunsigned long amount;
amount364net/ipv4/udp.camount = sk->prot->wspace(sk)/*/2*/;
amount369net/ipv4/udp.cput_fs_long(amount,(unsigned long *)arg);
amount376net/ipv4/udp.cunsigned long amount;
amount379net/ipv4/udp.camount = 0;
amount387net/ipv4/udp.camount = skb->len;
amount393net/ipv4/udp.cput_fs_long(amount,(unsigned long *)arg);
amount1800net/ipx/af_ipx.clong amount=0;
amount1809net/ipx/af_ipx.camount=sk->sndbuf-sk->wmem_alloc;
amount1810net/ipx/af_ipx.cif(amount<0)
amount1811net/ipx/af_ipx.camount=0;
amount1812net/ipx/af_ipx.cput_fs_long(amount,(unsigned long *)arg);
amount1819net/ipx/af_ipx.camount=skb->len;
amount1823net/ipx/af_ipx.cput_fs_long(amount,(unsigned long *)arg);
amount1171net/netrom/af_netrom.clong amount = 0;
amount1177net/netrom/af_netrom.camount = sk->sndbuf - sk->wmem_alloc;
amount1178net/netrom/af_netrom.cif (amount < 0)
amount1179net/netrom/af_netrom.camount = 0;
amount1180net/netrom/af_netrom.cput_fs_long(amount, (unsigned long *)arg);
amount1188net/netrom/af_netrom.camount = skb->len - 20;
amount1191net/netrom/af_netrom.cput_fs_long(amount, (unsigned long *)arg);