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 */
amount396drivers/scsi/fdomain.cstatic void do_pause( unsigned amount )  /* Pause for amount*10 milliseconds */
amount398drivers/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;  /*
amount546net/inet/dev.cint amount, left;
amount586net/inet/dev.camount = min(len2, (unsigned long) dev->rmem_end -
amount588net/inet/dev.cmemcpy(to, buff, amount);
amount589net/inet/dev.clen2 -= amount;
amount590net/inet/dev.cleft -= amount;
amount591net/inet/dev.cbuff += amount;
amount592net/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);
amount431net/inet/tcp.cunsigned long amount;
amount450net/inet/tcp.camount = 0;
amount462net/inet/tcp.camount += sum;
amount464net/inet/tcp.camount--;
amount484net/inet/tcp.camount--;  /* don't count urg data */
amount485net/inet/tcp.cif (amount && skb->h.th->psh) break;
amount492net/inet/tcp.cprintk("got %lu bytes.\n",amount);
amount493net/inet/tcp.creturn(amount);
amount581net/inet/tcp.cunsigned long amount;
amount587net/inet/tcp.camount = tcp_readable(sk);
amount593net/inet/tcp.cput_fs_long(amount,(unsigned long *)arg);
amount609net/inet/tcp.cunsigned long amount;
amount612net/inet/tcp.camount = sk->prot->wspace(sk);
amount617net/inet/tcp.cput_fs_long(amount,(unsigned long *)arg);
amount417net/inet/udp.cunsigned long amount;
amount420net/inet/udp.camount = sk->prot->wspace(sk)/*/2*/;
amount425net/inet/udp.cput_fs_long(amount,(unsigned long *)arg);
amount432net/inet/udp.cunsigned long amount;
amount435net/inet/udp.camount = 0;
amount443net/inet/udp.camount = skb->len;
amount449net/inet/udp.cput_fs_long(amount,(unsigned long *)arg);