tag | line | file | source code |
counter | 712 | drivers/block/floppy.c | int counter; |
counter | 717 | drivers/block/floppy.c | for(counter = 0 ; counter < 10000 ; counter++) { |
counter | 749 | drivers/block/floppy.c | int i = 0, counter, status; |
counter | 753 | drivers/block/floppy.c | for (counter = 0 ; counter < 10000 ; counter++) { |
counter | 49 | 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 | 621 | fs/ext2/namei.c | current->counter = 0; |
counter | 704 | fs/ext2/namei.c | current->counter = 0; |
counter | 933 | fs/ext2/namei.c | current->counter = 0; |
counter | 344 | 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 | 343 | 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 | 248 | include/linux/sched.h | long counter; |
counter | 698 | ipc/shm.c | int counter; |
counter | 700 | ipc/shm.c | counter = shm_rss >> prio; |
counter | 701 | ipc/shm.c | if (!counter || !(swap_nr = get_swap_page())) |
counter | 728 | ipc/shm.c | if (--counter < 0) { /* failed */ |
counter | 254 | kernel/fork.c | p->counter = current->counter >> 1; |
counter | 226 | kernel/sched.c | current->counter < current->priority*2) { |
counter | 227 | kernel/sched.c | ++current->counter; |
counter | 235 | kernel/sched.c | if (p->state == TASK_RUNNING && p->counter > c) |
counter | 236 | kernel/sched.c | c = p->counter, next = p; |
counter | 241 | kernel/sched.c | p->counter = (p->counter >> 1) + p->priority; |
counter | 284 | kernel/sched.c | if (p->counter > current->counter + 3) |
counter | 311 | kernel/sched.c | if (p->counter > current->counter + 3) |
counter | 678 | kernel/sched.c | if (current != task[0] && 0 > --current->counter) { |
counter | 679 | kernel/sched.c | current->counter = 0; |
counter | 50 | kernel/sys.c | current->counter = -100; |
counter | 426 | mm/swap.c | int counter = NR_TASKS * 2 >> priority; |
counter | 429 | mm/swap.c | counter = NR_TASKS * 2 >> priority; |
counter | 430 | mm/swap.c | for(; counter >= 0; counter--, swap_task++) { |