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;  /*
amount506net/inet/dev.cint amount, left;
amount546net/inet/dev.camount = min(len2, (unsigned long) dev->rmem_end -
amount548net/inet/dev.cmemcpy(to, buff, amount);
amount549net/inet/dev.clen2 -= amount;
amount550net/inet/dev.cleft -= amount;
amount551net/inet/dev.cbuff += amount;
amount552net/inet/dev.cto += amount;
amount1785net/inet/ipx.clong amount=0;
amount1794net/inet/ipx.camount=sk->sndbuf-sk->wmem_alloc;
amount1795net/inet/ipx.cif(amount<0)
amount1796net/inet/ipx.camount=0;
amount1797net/inet/ipx.cput_fs_long(amount,(unsigned long *)arg);
amount1804net/inet/ipx.camount=skb->len;
amount1806net/inet/ipx.cput_fs_long(amount,(unsigned long *)arg);
amount815net/inet/tcp.cunsigned long amount;
amount834net/inet/tcp.camount = 0;
amount849net/inet/tcp.camount += sum;
amount851net/inet/tcp.camount--;
amount871net/inet/tcp.camount--;  /* don't count urg data */
amount872net/inet/tcp.cif (amount && skb->h.th->psh) break;
amount879net/inet/tcp.cprintk("got %lu bytes.\n",amount);
amount880net/inet/tcp.creturn(amount);
amount967net/inet/tcp.cunsigned long amount;
amount973net/inet/tcp.camount = tcp_readable(sk);
amount979net/inet/tcp.cput_fs_long(amount,(unsigned long *)arg);
amount995net/inet/tcp.cunsigned long amount;
amount998net/inet/tcp.camount = sk->prot->wspace(sk);
amount1003net/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);