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 | 548 | net/inet/dev.c | int amount, left; |
amount | 577 | net/inet/dev.c | amount = min(len2, (unsigned long) dev->rmem_end - |
amount | 579 | net/inet/dev.c | memcpy(to, buff, amount); |
amount | 580 | net/inet/dev.c | len2 -= amount; |
amount | 581 | net/inet/dev.c | left -= amount; |
amount | 582 | net/inet/dev.c | buff += amount; |
amount | 583 | net/inet/dev.c | to += amount; |
amount | 299 | net/inet/tcp.c | unsigned long amount; |
amount | 317 | net/inet/tcp.c | amount = 0; |
amount | 332 | net/inet/tcp.c | return(amount); |
amount | 343 | net/inet/tcp.c | amount += sum; |
amount | 344 | net/inet/tcp.c | if (skb->h.th->syn) amount--; |
amount | 347 | net/inet/tcp.c | if (amount && skb->h.th->psh) break; |
amount | 351 | net/inet/tcp.c | DPRINTF((DBG_TCP, "tcp readable returning %d bytes\n", amount)); |
amount | 353 | net/inet/tcp.c | printk("got %lu bytes.\n",amount); |
amount | 354 | net/inet/tcp.c | return(amount); |
amount | 466 | net/inet/tcp.c | unsigned long amount; |
amount | 471 | net/inet/tcp.c | amount = tcp_readable(sk); |
amount | 473 | net/inet/tcp.c | DPRINTF((DBG_TCP, "returning %d\n", amount)); |
amount | 478 | net/inet/tcp.c | put_fs_long(amount,(unsigned long *)arg); |
amount | 506 | net/inet/tcp.c | unsigned long amount; |
amount | 509 | net/inet/tcp.c | amount = sk->prot->wspace(sk); |
amount | 514 | 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); |