tag | line | file | source code |
amount | 347 | drivers/scsi/aha152x.c | static void do_pause( unsigned amount ) /* Pause for amount*10 milliseconds */ |
amount | 349 | drivers/scsi/aha152x.c | unsigned long the_time = jiffies + amount; /* 0.01 seconds per jiffy */ |
amount | 375 | drivers/scsi/fdomain.c | static void do_pause( unsigned amount ) /* Pause for amount*10 milliseconds */ |
amount | 377 | drivers/scsi/fdomain.c | unsigned long the_time = jiffies + amount; /* 0.01 seconds per jiffy */ |
amount | 1048 | drivers/sound/sequencer.c | unsigned long amount; |
amount | 1079 | drivers/sound/sequencer.c | amount = semitone_tuning[semitones] * cent_tuning[cents] / 10000; |
amount | 1082 | drivers/sound/sequencer.c | return (base_freq * 10000) / amount; /* Bend down */ |
amount | 1084 | drivers/sound/sequencer.c | return (base_freq * amount) / 10000; /* Bend up */ |
amount | 441 | net/inet/dev.c | int amount, left; |
amount | 470 | net/inet/dev.c | amount = min(len2, (unsigned long) dev->rmem_end - |
amount | 472 | net/inet/dev.c | memcpy(to, buff, amount); |
amount | 473 | net/inet/dev.c | len2 -= amount; |
amount | 474 | net/inet/dev.c | left -= amount; |
amount | 475 | net/inet/dev.c | buff += amount; |
amount | 476 | net/inet/dev.c | to += amount; |
amount | 256 | net/inet/tcp.c | unsigned long amount; |
amount | 274 | net/inet/tcp.c | amount = 0; |
amount | 289 | net/inet/tcp.c | return(amount); |
amount | 300 | net/inet/tcp.c | amount += sum; |
amount | 301 | net/inet/tcp.c | if (skb->h.th->syn) amount--; |
amount | 308 | net/inet/tcp.c | DPRINTF((DBG_TCP, "tcp readable returning %d bytes\n", amount)); |
amount | 310 | net/inet/tcp.c | printk("got %lu bytes.\n",amount); |
amount | 311 | net/inet/tcp.c | return(amount); |
amount | 423 | net/inet/tcp.c | unsigned long amount; |
amount | 428 | net/inet/tcp.c | amount = tcp_readable(sk); |
amount | 430 | net/inet/tcp.c | DPRINTF((DBG_TCP, "returning %d\n", amount)); |
amount | 435 | net/inet/tcp.c | put_fs_long(amount,(unsigned long *)arg); |
amount | 463 | net/inet/tcp.c | unsigned long amount; |
amount | 466 | net/inet/tcp.c | amount = sk->prot->wspace(sk); |
amount | 471 | net/inet/tcp.c | put_fs_long(amount,(unsigned long *)arg); |
amount | 386 | net/inet/udp.c | unsigned long amount; |
amount | 389 | net/inet/udp.c | amount = sk->prot->wspace(sk)/*/2*/; |
amount | 394 | net/inet/udp.c | put_fs_long(amount,(unsigned long *)arg); |
amount | 401 | net/inet/udp.c | unsigned long amount; |
amount | 404 | net/inet/udp.c | amount = 0; |
amount | 412 | net/inet/udp.c | amount = skb->len; |
amount | 418 | net/inet/udp.c | put_fs_long(amount,(unsigned long *)arg); |