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 */
amount474net/inet/dev.cint amount, left;
amount514net/inet/dev.camount = min(len2, (unsigned long) dev->rmem_end -
amount516net/inet/dev.cmemcpy(to, buff, amount);
amount517net/inet/dev.clen2 -= amount;
amount518net/inet/dev.cleft -= amount;
amount519net/inet/dev.cbuff += amount;
amount520net/inet/dev.cto += amount;
amount289net/inet/tcp.cunsigned long amount;
amount309net/inet/tcp.camount = 0;
amount319net/inet/tcp.camount += sum;
amount320net/inet/tcp.cif (skb->h.th->syn) amount--;
amount323net/inet/tcp.cif (amount && skb->h.th->psh) break;
amount326net/inet/tcp.cif (amount && !sk->urginline && sk->urg_data &&
amount328net/inet/tcp.camount--;    /* don't count urg data */
amount330net/inet/tcp.cDPRINTF((DBG_TCP, "tcp readable returning %d bytes\n", amount));
amount332net/inet/tcp.cprintk("got %lu bytes.\n",amount);
amount333net/inet/tcp.creturn(amount);
amount443net/inet/tcp.cunsigned long amount;
amount448net/inet/tcp.camount = tcp_readable(sk);
amount450net/inet/tcp.cDPRINTF((DBG_TCP, "returning %d\n", amount));
amount455net/inet/tcp.cput_fs_long(amount,(unsigned long *)arg);
amount471net/inet/tcp.cunsigned long amount;
amount474net/inet/tcp.camount = sk->prot->wspace(sk);
amount479net/inet/tcp.cput_fs_long(amount,(unsigned long *)arg);
amount459net/inet/udp.cunsigned long amount;
amount462net/inet/udp.camount = sk->prot->wspace(sk)/*/2*/;
amount467net/inet/udp.cput_fs_long(amount,(unsigned long *)arg);
amount474net/inet/udp.cunsigned long amount;
amount477net/inet/udp.camount = 0;
amount485net/inet/udp.camount = skb->len;
amount491net/inet/udp.cput_fs_long(amount,(unsigned long *)arg);