tag | line | file | source code |
counter | 281 | drivers/block/blk.h | if (p->counter > current->counter) |
counter | 474 | drivers/block/floppy.c | int counter; |
counter | 479 | drivers/block/floppy.c | for(counter = 0 ; counter < 10000 ; counter++) { |
counter | 493 | drivers/block/floppy.c | int i = 0, counter, status; |
counter | 497 | drivers/block/floppy.c | for (counter = 0 ; counter < 10000 ; counter++) { |
counter | 93 | drivers/char/tty_ioctl.c | current->counter = 0; /* make us low-priority */ |
counter | 490 | drivers/scsi/scsi.h | if (p->counter > current->counter) |
counter | 84 | drivers/scsi/scsi_ioctl.c | if (p->counter > current->counter) |
counter | 659 | drivers/scsi/sd.c | if (p->counter > current->counter) |
counter | 642 | drivers/scsi/sr.c | if (p->counter > current->counter) |
counter | 32 | drivers/scsi/sr_ioctl.c | if (p->counter > current->counter) |
counter | 778 | fs/ext/namei.c | current->counter = 0; |
counter | 237 | fs/ext/truncate.c | current->counter = 0; |
counter | 643 | fs/ext2/namei.c | current->counter = 0; |
counter | 728 | fs/ext2/namei.c | current->counter = 0; |
counter | 958 | fs/ext2/namei.c | current->counter = 0; |
counter | 340 | fs/ext2/truncate.c | current->counter = 0; |
counter | 507 | fs/minix/namei.c | current->counter = 0; |
counter | 688 | fs/minix/namei.c | current->counter = 0; |
counter | 179 | fs/minix/truncate.c | current->counter = 0; |
counter | 283 | fs/proc/array.c | (*p)->counter, /* this is the kernel priority --- |
counter | 511 | fs/sysv/namei.c | current->counter = 0; |
counter | 696 | 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 | 556 | fs/xiafs/namei.c | current->counter = 0; |
counter | 791 | fs/xiafs/namei.c | current->counter=0; |
counter | 192 | fs/xiafs/truncate.c | current->counter = 0; |
counter | 170 | include/linux/sched.h | long counter; |
counter | 646 | ipc/shm.c | int counter; |
counter | 648 | ipc/shm.c | counter = shm_rss >> prio; |
counter | 649 | ipc/shm.c | if (!counter || !(swap_nr = get_swap_page())) |
counter | 676 | ipc/shm.c | if (--counter < 0) { /* failed */ |
counter | 221 | kernel/fork.c | p->counter = current->counter >> 1; |
counter | 261 | kernel/sched.c | current->counter < current->priority*2) { |
counter | 262 | kernel/sched.c | ++current->counter; |
counter | 270 | kernel/sched.c | if (p->state == TASK_RUNNING && p->counter > c) |
counter | 271 | kernel/sched.c | c = p->counter, next = p; |
counter | 276 | kernel/sched.c | p->counter = (p->counter >> 1) + p->priority; |
counter | 316 | kernel/sched.c | if (p->counter > current->counter) |
counter | 342 | kernel/sched.c | if (p->counter > current->counter) |
counter | 657 | kernel/sched.c | if (current == task[0] || (--current->counter)<=0) { |
counter | 658 | kernel/sched.c | current->counter=0; |
counter | 307 | mm/swap.c | int counter = NR_TASKS * 2 >> priority; |
counter | 310 | mm/swap.c | counter = NR_TASKS * 2 >> priority; |
counter | 311 | mm/swap.c | for(; counter >= 0; counter--, swap_task++) { |
counter | 416 | mm/swap.c | int counter = NR_TASKS*8; |
counter | 420 | mm/swap.c | counter >>= priority; |
counter | 422 | mm/swap.c | if (counter-- < 0) |