| tag | line | file | source code |
| counter | 533 | drivers/block/floppy.c | int counter; |
| counter | 538 | drivers/block/floppy.c | for(counter = 0 ; counter < 10000 ; counter++) { |
| counter | 554 | drivers/block/floppy.c | int counter; |
| counter | 559 | drivers/block/floppy.c | for (counter = 0 ; counter < 10000 ; counter++) { |
| counter | 578 | drivers/block/floppy.c | int i = 0, counter, status; |
| counter | 582 | drivers/block/floppy.c | for (counter = 0 ; counter < 10000 ; counter++) { |
| counter | 45 | drivers/char/tty_ioctl.c | current->counter = 0; /* make us low-priority */ |
| counter | 780 | fs/ext/namei.c | current->counter = 0; |
| counter | 237 | fs/ext/truncate.c | current->counter = 0; |
| counter | 632 | fs/ext2/namei.c | current->counter = 0; |
| counter | 719 | fs/ext2/namei.c | current->counter = 0; |
| counter | 952 | fs/ext2/namei.c | current->counter = 0; |
| counter | 351 | fs/ext2/truncate.c | current->counter = 0; |
| counter | 508 | fs/minix/namei.c | current->counter = 0; |
| counter | 689 | fs/minix/namei.c | current->counter = 0; |
| counter | 179 | fs/minix/truncate.c | current->counter = 0; |
| counter | 333 | fs/proc/array.c | (*p)->counter, /* this is the kernel priority --- |
| counter | 512 | fs/sysv/namei.c | current->counter = 0; |
| counter | 697 | fs/sysv/namei.c | current->counter = 0; |
| counter | 494 | fs/sysv/truncate.c | current->counter = 0; |
| counter | 502 | fs/sysv/truncate.c | current->counter = 0; |
| counter | 557 | fs/xiafs/namei.c | current->counter = 0; |
| counter | 792 | fs/xiafs/namei.c | current->counter=0; |
| counter | 192 | fs/xiafs/truncate.c | current->counter = 0; |
| counter | 249 | include/linux/sched.h | long counter; |
| counter | 689 | ipc/shm.c | int counter; |
| counter | 691 | ipc/shm.c | counter = shm_rss >> prio; |
| counter | 692 | ipc/shm.c | if (!counter || !(swap_nr = get_swap_page())) |
| counter | 719 | ipc/shm.c | if (--counter < 0) { /* failed */ |
| counter | 256 | kernel/fork.c | p->counter = current->counter >> 1; |
| counter | 223 | kernel/sched.c | current->counter < current->priority*2) { |
| counter | 224 | kernel/sched.c | ++current->counter; |
| counter | 232 | kernel/sched.c | if (p->state == TASK_RUNNING && p->counter > c) |
| counter | 233 | kernel/sched.c | c = p->counter, next = p; |
| counter | 238 | kernel/sched.c | p->counter = (p->counter >> 1) + p->priority; |
| counter | 281 | kernel/sched.c | if (p->counter > current->counter) |
| counter | 307 | kernel/sched.c | if (p->counter > current->counter) |
| counter | 672 | kernel/sched.c | if (current != task[0] && 0 > --current->counter) { |
| counter | 673 | kernel/sched.c | current->counter = 0; |
| counter | 50 | kernel/sys.c | current->counter = -100; |
| counter | 300 | mm/swap.c | int counter = NR_TASKS * 2 >> priority; |
| counter | 303 | mm/swap.c | counter = NR_TASKS * 2 >> priority; |
| counter | 304 | mm/swap.c | for(; counter >= 0; counter--, swap_task++) { |
| counter | 409 | mm/swap.c | int counter = NR_TASKS*8; |
| counter | 413 | mm/swap.c | counter >>= priority; |
| counter | 415 | mm/swap.c | if (counter-- < 0) |