taglinefilesource code
amount352drivers/scsi/aha152x.cstatic void do_pause( unsigned amount ) /* Pause for amount*10 milliseconds */
amount354drivers/scsi/aha152x.cunsigned long the_time = jiffies + amount; /* 0.01 seconds per jiffy */
amount380drivers/scsi/fdomain.cstatic void do_pause( unsigned amount )  /* Pause for amount*10 milliseconds */
amount382drivers/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;  /*
amount534net/inet/dev.cint amount, left;
amount574net/inet/dev.camount = min(len2, (unsigned long) dev->rmem_end -
amount576net/inet/dev.cmemcpy(to, buff, amount);
amount577net/inet/dev.clen2 -= amount;
amount578net/inet/dev.cleft -= amount;
amount579net/inet/dev.cbuff += amount;
amount580net/inet/dev.cto += amount;
amount1213net/inet/ipx.clong amount=0;
amount1222net/inet/ipx.camount=sk->sndbuf-sk->wmem_alloc;
amount1223net/inet/ipx.cif(amount<0)
amount1224net/inet/ipx.camount=0;
amount1225net/inet/ipx.cput_fs_long(amount,(unsigned long *)arg);
amount1232net/inet/ipx.camount=skb->len;
amount1234net/inet/ipx.cput_fs_long(amount,(unsigned long *)arg);
amount339net/inet/tcp.cunsigned long amount;
amount358net/inet/tcp.camount = 0;
amount370net/inet/tcp.camount += sum;
amount372net/inet/tcp.camount--;
amount375net/inet/tcp.cif (amount && skb->h.th->psh) break;
amount380net/inet/tcp.cif (amount && !sk->urginline && sk->urg_data &&
amount382net/inet/tcp.camount--;    /* don't count urg data */
amount385net/inet/tcp.cprintk("got %lu bytes.\n",amount);
amount386net/inet/tcp.creturn(amount);
amount490net/inet/tcp.cunsigned long amount;
amount496net/inet/tcp.camount = tcp_readable(sk);
amount502net/inet/tcp.cput_fs_long(amount,(unsigned long *)arg);
amount518net/inet/tcp.cunsigned long amount;
amount521net/inet/tcp.camount = sk->prot->wspace(sk);
amount526net/inet/tcp.cput_fs_long(amount,(unsigned long *)arg);
amount410net/inet/udp.cunsigned long amount;
amount413net/inet/udp.camount = sk->prot->wspace(sk)/*/2*/;
amount418net/inet/udp.cput_fs_long(amount,(unsigned long *)arg);
amount425net/inet/udp.cunsigned long amount;
amount428net/inet/udp.camount = 0;
amount436net/inet/udp.camount = skb->len;
amount442net/inet/udp.cput_fs_long(amount,(unsigned long *)arg);