taglinefilesource code
amount342drivers/scsi/aha152x.cstatic void do_pause( unsigned amount ) /* Pause for amount*10 milliseconds */
amount344drivers/scsi/aha152x.cunsigned long the_time = jiffies + amount; /* 0.01 seconds per jiffy */
amount377drivers/scsi/fdomain.cstatic void do_pause( unsigned amount )  /* Pause for amount*10 milliseconds */
amount379drivers/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 */
amount528net/inet/dev.cint amount, left;
amount557net/inet/dev.camount = min(len2, (unsigned long) dev->rmem_end -
amount559net/inet/dev.cmemcpy(to, buff, amount);
amount560net/inet/dev.clen2 -= amount;
amount561net/inet/dev.cleft -= amount;
amount562net/inet/dev.cbuff += amount;
amount563net/inet/dev.cto += amount;
amount296net/inet/tcp.cunsigned long amount;
amount314net/inet/tcp.camount = 0;
amount329net/inet/tcp.creturn(amount);
amount338net/inet/tcp.camount += sum;
amount339net/inet/tcp.cif (skb->h.th->syn) amount--;
amount342net/inet/tcp.cif (amount && skb->h.th->psh) break;
amount345net/inet/tcp.cif (amount && !sk->urginline && sk->urg_data &&
amount347net/inet/tcp.camount--;    /* don't count urg data */
amount349net/inet/tcp.cDPRINTF((DBG_TCP, "tcp readable returning %d bytes\n", amount));
amount351net/inet/tcp.cprintk("got %lu bytes.\n",amount);
amount352net/inet/tcp.creturn(amount);
amount464net/inet/tcp.cunsigned long amount;
amount469net/inet/tcp.camount = tcp_readable(sk);
amount471net/inet/tcp.cDPRINTF((DBG_TCP, "returning %d\n", amount));
amount476net/inet/tcp.cput_fs_long(amount,(unsigned long *)arg);
amount492net/inet/tcp.cunsigned long amount;
amount495net/inet/tcp.camount = sk->prot->wspace(sk);
amount500net/inet/tcp.cput_fs_long(amount,(unsigned long *)arg);
amount372net/inet/udp.cunsigned long amount;
amount375net/inet/udp.camount = sk->prot->wspace(sk)/*/2*/;
amount380net/inet/udp.cput_fs_long(amount,(unsigned long *)arg);
amount387net/inet/udp.cunsigned long amount;
amount390net/inet/udp.camount = 0;
amount398net/inet/udp.camount = skb->len;
amount404net/inet/udp.cput_fs_long(amount,(unsigned long *)arg);