| tag | line | file | source code |
| amount | 336 | drivers/scsi/aha152x.c | static void do_pause( unsigned amount ) /* Pause for amount*10 milliseconds */ |
| amount | 338 | drivers/scsi/aha152x.c | unsigned long the_time = jiffies + amount; /* 0.01 seconds per jiffy */ |
| amount | 345 | drivers/scsi/fdomain.c | static void do_pause( unsigned amount ) /* Pause for amount*10 milliseconds */ |
| amount | 347 | drivers/scsi/fdomain.c | unsigned long the_time = jiffies + amount; /* 0.01 seconds per jiffy */ |
| amount | 1051 | drivers/sound/sequencer.c | unsigned long amount; |
| amount | 1082 | drivers/sound/sequencer.c | amount = semitone_tuning[semitones] * cent_tuning[cents] / 10000; |
| amount | 1085 | drivers/sound/sequencer.c | return (base_freq * 10000) / amount; /* Bend down */ |
| amount | 1087 | drivers/sound/sequencer.c | return (base_freq * amount) / 10000; /* Bend up */ |
| amount | 516 | net/inet/dev.c | int amount, left; |
| amount | 545 | net/inet/dev.c | amount = min(len2, (unsigned long) dev->rmem_end - |
| amount | 547 | net/inet/dev.c | memcpy(to, buff, amount); |
| amount | 548 | net/inet/dev.c | len2 -= amount; |
| amount | 549 | net/inet/dev.c | left -= amount; |
| amount | 550 | net/inet/dev.c | buff += amount; |
| amount | 551 | net/inet/dev.c | to += amount; |
| amount | 303 | net/inet/tcp.c | unsigned long amount; |
| amount | 321 | net/inet/tcp.c | amount = 0; |
| amount | 336 | net/inet/tcp.c | return(amount); |
| amount | 347 | net/inet/tcp.c | amount += sum; |
| amount | 348 | net/inet/tcp.c | if (skb->h.th->syn) amount--; |
| amount | 351 | net/inet/tcp.c | if (amount && skb->h.th->psh) break; |
| amount | 355 | net/inet/tcp.c | DPRINTF((DBG_TCP, "tcp readable returning %d bytes\n", amount)); |
| amount | 357 | net/inet/tcp.c | printk("got %lu bytes.\n",amount); |
| amount | 358 | net/inet/tcp.c | return(amount); |
| amount | 470 | net/inet/tcp.c | unsigned long amount; |
| amount | 475 | net/inet/tcp.c | amount = tcp_readable(sk); |
| amount | 477 | net/inet/tcp.c | DPRINTF((DBG_TCP, "returning %d\n", amount)); |
| amount | 482 | net/inet/tcp.c | put_fs_long(amount,(unsigned long *)arg); |
| amount | 510 | net/inet/tcp.c | unsigned long amount; |
| amount | 513 | net/inet/tcp.c | amount = sk->prot->wspace(sk); |
| amount | 518 | net/inet/tcp.c | put_fs_long(amount,(unsigned long *)arg); |
| amount | 387 | net/inet/udp.c | unsigned long amount; |
| amount | 390 | net/inet/udp.c | amount = sk->prot->wspace(sk)/*/2*/; |
| amount | 395 | net/inet/udp.c | put_fs_long(amount,(unsigned long *)arg); |
| amount | 402 | net/inet/udp.c | unsigned long amount; |
| amount | 405 | net/inet/udp.c | amount = 0; |
| amount | 413 | net/inet/udp.c | amount = skb->len; |
| amount | 419 | net/inet/udp.c | put_fs_long(amount,(unsigned long *)arg); |