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 */
amount344drivers/scsi/fdomain.cstatic void do_pause( unsigned amount )  /* Pause for amount*10 milliseconds */
amount346drivers/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 */
amount504net/inet/dev.cint amount, left;
amount533net/inet/dev.camount = min(len2, (unsigned long) dev->rmem_end -
amount535net/inet/dev.cmemcpy(to, buff, amount);
amount536net/inet/dev.clen2 -= amount;
amount537net/inet/dev.cleft -= amount;
amount538net/inet/dev.cbuff += amount;
amount539net/inet/dev.cto += amount;
amount273net/inet/tcp.cunsigned long amount;
amount291net/inet/tcp.camount = 0;
amount312net/inet/tcp.camount += sum;
amount314net/inet/tcp.camount--;
amount323net/inet/tcp.cDPRINTF((DBG_TCP, "tcp readable returning %d bytes\n", amount));
amount325net/inet/tcp.cprintk("got %lu bytes.\n",amount);
amount326net/inet/tcp.creturn(amount);
amount445net/inet/tcp.cunsigned long amount;
amount451net/inet/tcp.camount = tcp_readable(sk);
amount453net/inet/tcp.cDPRINTF((DBG_TCP, "returning %d\n", amount));
amount458net/inet/tcp.cput_fs_long(amount,(unsigned long *)arg);
amount486net/inet/tcp.cunsigned long amount;
amount490net/inet/tcp.camount = sk->prot->wspace(sk);
amount495net/inet/tcp.cput_fs_long(amount,(unsigned long *)arg);
amount393net/inet/udp.cunsigned long amount;
amount397net/inet/udp.camount = sk->prot->wspace(sk);
amount402net/inet/udp.cput_fs_long(amount,(unsigned long *)arg);
amount409net/inet/udp.cunsigned long amount;
amount413net/inet/udp.camount = 0;
amount422net/inet/udp.camount = skb->len;
amount428net/inet/udp.cput_fs_long(amount,(unsigned long *)arg);
amount409net/socket/dev.cint amount, left;
amount443net/socket/dev.camount = min(len2, (unsigned long) dev->rmem_end -
amount445net/socket/dev.cmemcpy(to, buff, amount);
amount446net/socket/dev.clen2 -= amount;
amount447net/socket/dev.cleft -= amount;
amount448net/socket/dev.cbuff += amount;
amount449net/socket/dev.cto += amount;