taglinefilesource code
amount347drivers/scsi/aha152x.cstatic void do_pause( unsigned amount ) /* Pause for amount*10 milliseconds */
amount349drivers/scsi/aha152x.cunsigned long the_time = jiffies + amount; /* 0.01 seconds per jiffy */
amount375drivers/scsi/fdomain.cstatic void do_pause( unsigned amount )  /* Pause for amount*10 milliseconds */
amount377drivers/scsi/fdomain.cunsigned long the_time = jiffies + amount; /* 0.01 seconds per jiffy */
amount1048drivers/sound/sequencer.cunsigned long   amount;
amount1079drivers/sound/sequencer.camount = semitone_tuning[semitones] * cent_tuning[cents] / 10000;
amount1082drivers/sound/sequencer.creturn (base_freq * 10000) / amount;  /* Bend down */
amount1084drivers/sound/sequencer.creturn (base_freq * amount) / 10000;  /* Bend up */
amount441net/inet/dev.cint amount, left;
amount470net/inet/dev.camount = min(len2, (unsigned long) dev->rmem_end -
amount472net/inet/dev.cmemcpy(to, buff, amount);
amount473net/inet/dev.clen2 -= amount;
amount474net/inet/dev.cleft -= amount;
amount475net/inet/dev.cbuff += amount;
amount476net/inet/dev.cto += amount;
amount256net/inet/tcp.cunsigned long amount;
amount274net/inet/tcp.camount = 0;
amount289net/inet/tcp.creturn(amount);
amount300net/inet/tcp.camount += sum;
amount301net/inet/tcp.cif (skb->h.th->syn) amount--;
amount308net/inet/tcp.cDPRINTF((DBG_TCP, "tcp readable returning %d bytes\n", amount));
amount310net/inet/tcp.cprintk("got %lu bytes.\n",amount);
amount311net/inet/tcp.creturn(amount);
amount423net/inet/tcp.cunsigned long amount;
amount428net/inet/tcp.camount = tcp_readable(sk);
amount430net/inet/tcp.cDPRINTF((DBG_TCP, "returning %d\n", amount));
amount435net/inet/tcp.cput_fs_long(amount,(unsigned long *)arg);
amount463net/inet/tcp.cunsigned long amount;
amount466net/inet/tcp.camount = sk->prot->wspace(sk);
amount471net/inet/tcp.cput_fs_long(amount,(unsigned long *)arg);
amount386net/inet/udp.cunsigned long amount;
amount389net/inet/udp.camount = sk->prot->wspace(sk)/*/2*/;
amount394net/inet/udp.cput_fs_long(amount,(unsigned long *)arg);
amount401net/inet/udp.cunsigned long amount;
amount404net/inet/udp.camount = 0;
amount412net/inet/udp.camount = skb->len;
amount418net/inet/udp.cput_fs_long(amount,(unsigned long *)arg);