taglinefilesource code
amount336drivers/scsi/aha152x.cstatic void do_pause( unsigned amount ) /* Pause for amount*10 milliseconds */
amount338drivers/scsi/aha152x.cunsigned long the_time = jiffies + amount; /* 0.01 seconds per jiffy */
amount345drivers/scsi/fdomain.cstatic void do_pause( unsigned amount )  /* Pause for amount*10 milliseconds */
amount347drivers/scsi/fdomain.cunsigned long the_time = jiffies + amount; /* 0.01 seconds per jiffy */
amount1051drivers/sound/sequencer.cunsigned long   amount;
amount1082drivers/sound/sequencer.camount = semitone_tuning[semitones] * cent_tuning[cents] / 10000;
amount1085drivers/sound/sequencer.creturn (base_freq * 10000) / amount;  /* Bend down */
amount1087drivers/sound/sequencer.creturn (base_freq * amount) / 10000;  /* Bend up */
amount548net/inet/dev.cint amount, left;
amount577net/inet/dev.camount = min(len2, (unsigned long) dev->rmem_end -
amount579net/inet/dev.cmemcpy(to, buff, amount);
amount580net/inet/dev.clen2 -= amount;
amount581net/inet/dev.cleft -= amount;
amount582net/inet/dev.cbuff += amount;
amount583net/inet/dev.cto += amount;
amount299net/inet/tcp.cunsigned long amount;
amount317net/inet/tcp.camount = 0;
amount332net/inet/tcp.creturn(amount);
amount343net/inet/tcp.camount += sum;
amount344net/inet/tcp.cif (skb->h.th->syn) amount--;
amount347net/inet/tcp.cif (amount && skb->h.th->psh) break;
amount351net/inet/tcp.cDPRINTF((DBG_TCP, "tcp readable returning %d bytes\n", amount));
amount353net/inet/tcp.cprintk("got %lu bytes.\n",amount);
amount354net/inet/tcp.creturn(amount);
amount466net/inet/tcp.cunsigned long amount;
amount471net/inet/tcp.camount = tcp_readable(sk);
amount473net/inet/tcp.cDPRINTF((DBG_TCP, "returning %d\n", amount));
amount478net/inet/tcp.cput_fs_long(amount,(unsigned long *)arg);
amount506net/inet/tcp.cunsigned long amount;
amount509net/inet/tcp.camount = sk->prot->wspace(sk);
amount514net/inet/tcp.cput_fs_long(amount,(unsigned long *)arg);
amount387net/inet/udp.cunsigned long amount;
amount390net/inet/udp.camount = sk->prot->wspace(sk)/*/2*/;
amount395net/inet/udp.cput_fs_long(amount,(unsigned long *)arg);
amount402net/inet/udp.cunsigned long amount;
amount405net/inet/udp.camount = 0;
amount413net/inet/udp.camount = skb->len;
amount419net/inet/udp.cput_fs_long(amount,(unsigned long *)arg);