taglinefilesource code
amount383drivers/scsi/aha152x.cstatic void do_pause( unsigned amount ) /* Pause for amount*10 milliseconds */
amount385drivers/scsi/aha152x.cunsigned long the_time = jiffies + amount; /* 0.01 seconds per jiffy */
amount402drivers/scsi/fdomain.cstatic void do_pause( unsigned amount )  /* Pause for amount*10 milliseconds */
amount404drivers/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;  /*
amount553net/inet/dev.cint amount, left;
amount593net/inet/dev.camount = min(len2, (unsigned long) dev->rmem_end -
amount595net/inet/dev.cmemcpy(to, buff, amount);
amount596net/inet/dev.clen2 -= amount;
amount597net/inet/dev.cleft -= amount;
amount598net/inet/dev.cbuff += amount;
amount599net/inet/dev.cto += amount;
amount1219net/inet/ipx.clong amount=0;
amount1228net/inet/ipx.camount=sk->sndbuf-sk->wmem_alloc;
amount1229net/inet/ipx.cif(amount<0)
amount1230net/inet/ipx.camount=0;
amount1231net/inet/ipx.cput_fs_long(amount,(unsigned long *)arg);
amount1238net/inet/ipx.camount=skb->len;
amount1240net/inet/ipx.cput_fs_long(amount,(unsigned long *)arg);
amount587net/inet/tcp.cunsigned long amount;
amount606net/inet/tcp.camount = 0;
amount618net/inet/tcp.camount += sum;
amount620net/inet/tcp.camount--;
amount640net/inet/tcp.camount--;  /* don't count urg data */
amount641net/inet/tcp.cif (amount && skb->h.th->psh) break;
amount648net/inet/tcp.cprintk("got %lu bytes.\n",amount);
amount649net/inet/tcp.creturn(amount);
amount739net/inet/tcp.cunsigned long amount;
amount745net/inet/tcp.camount = tcp_readable(sk);
amount751net/inet/tcp.cput_fs_long(amount,(unsigned long *)arg);
amount767net/inet/tcp.cunsigned long amount;
amount770net/inet/tcp.camount = sk->prot->wspace(sk);
amount775net/inet/tcp.cput_fs_long(amount,(unsigned long *)arg);
amount418net/inet/udp.cunsigned long amount;
amount421net/inet/udp.camount = sk->prot->wspace(sk)/*/2*/;
amount426net/inet/udp.cput_fs_long(amount,(unsigned long *)arg);
amount433net/inet/udp.cunsigned long amount;
amount436net/inet/udp.camount = 0;
amount444net/inet/udp.camount = skb->len;
amount450net/inet/udp.cput_fs_long(amount,(unsigned long *)arg);