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;  /*
amount500net/inet/dev.cint amount, left;
amount540net/inet/dev.camount = min(len2, (unsigned long) dev->rmem_end -
amount542net/inet/dev.cmemcpy(to, buff, amount);
amount543net/inet/dev.clen2 -= amount;
amount544net/inet/dev.cleft -= amount;
amount545net/inet/dev.cbuff += amount;
amount546net/inet/dev.cto += amount;
amount1777net/inet/ipx.clong amount=0;
amount1786net/inet/ipx.camount=sk->sndbuf-sk->wmem_alloc;
amount1787net/inet/ipx.cif(amount<0)
amount1788net/inet/ipx.camount=0;
amount1789net/inet/ipx.cput_fs_long(amount,(unsigned long *)arg);
amount1796net/inet/ipx.camount=skb->len;
amount1798net/inet/ipx.cput_fs_long(amount,(unsigned long *)arg);
amount812net/inet/tcp.cunsigned long amount;
amount831net/inet/tcp.camount = 0;
amount846net/inet/tcp.camount += sum;
amount848net/inet/tcp.camount--;
amount868net/inet/tcp.camount--;  /* don't count urg data */
amount869net/inet/tcp.cif (amount && skb->h.th->psh) break;
amount876net/inet/tcp.cprintk("got %lu bytes.\n",amount);
amount877net/inet/tcp.creturn(amount);
amount964net/inet/tcp.cunsigned long amount;
amount970net/inet/tcp.camount = tcp_readable(sk);
amount976net/inet/tcp.cput_fs_long(amount,(unsigned long *)arg);
amount992net/inet/tcp.cunsigned long amount;
amount995net/inet/tcp.camount = sk->prot->wspace(sk);
amount1000net/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);