taglinefilesource code
amount392drivers/scsi/aha152x.cstatic void do_pause( unsigned amount ) /* Pause for amount*10 milliseconds */
amount394drivers/scsi/aha152x.cunsigned long the_time = jiffies + amount; /* 0.01 seconds per jiffy */
amount420drivers/scsi/fdomain.cstatic void do_pause( unsigned amount )  /* Pause for amount*10 milliseconds */
amount422drivers/scsi/fdomain.cunsigned long the_time = jiffies + amount; /* 0.01 seconds per jiffy */
amount1747drivers/sound/sequencer.cunsigned long   amount;
amount1785drivers/sound/sequencer.camount = (int) (semitone_tuning[semitones] * multiplier * cent_tuning[cents])
amount1789drivers/sound/sequencer.creturn (base_freq * 10000) / amount;  /*
amount1793drivers/sound/sequencer.creturn (base_freq * amount) / 10000;  /*
amount495net/inet/dev.cint amount, left;
amount535net/inet/dev.camount = min(len2, (unsigned long) dev->rmem_end -
amount537net/inet/dev.cmemcpy(to, buff, amount);
amount538net/inet/dev.clen2 -= amount;
amount539net/inet/dev.cleft -= amount;
amount540net/inet/dev.cbuff += amount;
amount541net/inet/dev.cto += amount;
amount1775net/inet/ipx.clong amount=0;
amount1784net/inet/ipx.camount=sk->sndbuf-sk->wmem_alloc;
amount1785net/inet/ipx.cif(amount<0)
amount1786net/inet/ipx.camount=0;
amount1787net/inet/ipx.cput_fs_long(amount,(unsigned long *)arg);
amount1794net/inet/ipx.camount=skb->len;
amount1796net/inet/ipx.cput_fs_long(amount,(unsigned long *)arg);
amount817net/inet/tcp.cunsigned long amount;
amount836net/inet/tcp.camount = 0;
amount851net/inet/tcp.camount += sum;
amount853net/inet/tcp.camount--;
amount873net/inet/tcp.camount--;  /* don't count urg data */
amount874net/inet/tcp.cif (amount && skb->h.th->psh) break;
amount881net/inet/tcp.cprintk("got %lu bytes.\n",amount);
amount882net/inet/tcp.creturn(amount);
amount969net/inet/tcp.cunsigned long amount;
amount975net/inet/tcp.camount = tcp_readable(sk);
amount981net/inet/tcp.cput_fs_long(amount,(unsigned long *)arg);
amount997net/inet/tcp.cunsigned long amount;
amount1000net/inet/tcp.camount = sk->prot->wspace(sk);
amount1005net/inet/tcp.cput_fs_long(amount,(unsigned long *)arg);
amount419net/inet/udp.cunsigned long amount;
amount422net/inet/udp.camount = sk->prot->wspace(sk)/*/2*/;
amount427net/inet/udp.cput_fs_long(amount,(unsigned long *)arg);
amount434net/inet/udp.cunsigned long amount;
amount437net/inet/udp.camount = 0;
amount445net/inet/udp.camount = skb->len;
amount451net/inet/udp.cput_fs_long(amount,(unsigned long *)arg);