tag | line | file | source code |
counter | 284 | 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 | 45 | drivers/char/tty_ioctl.c | current->counter = 0; /* make us low-priority */ |
counter | 552 | drivers/scsi/scsi.h | if (p->counter > current->counter) |
counter | 84 | drivers/scsi/scsi_ioctl.c | if (p->counter > current->counter) |
counter | 779 | drivers/scsi/sd.c | if (p->counter > current->counter) |
counter | 644 | drivers/scsi/sr.c | if (p->counter > current->counter) |
counter | 32 | drivers/scsi/sr_ioctl.c | if (p->counter > current->counter) |
counter | 779 | fs/ext/namei.c | current->counter = 0; |
counter | 237 | fs/ext/truncate.c | current->counter = 0; |
counter | 629 | fs/ext2/namei.c | current->counter = 0; |
counter | 715 | fs/ext2/namei.c | current->counter = 0; |
counter | 945 | 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 | 248 | include/linux/sched.h | long counter; |
counter | 654 | ipc/shm.c | int counter; |
counter | 656 | ipc/shm.c | counter = shm_rss >> prio; |
counter | 657 | ipc/shm.c | if (!counter || !(swap_nr = get_swap_page())) |
counter | 684 | ipc/shm.c | if (--counter < 0) { /* failed */ |
counter | 254 | kernel/fork.c | p->counter = current->counter >> 1; |
counter | 224 | kernel/sched.c | current->counter < current->priority*2) { |
counter | 225 | kernel/sched.c | ++current->counter; |
counter | 233 | kernel/sched.c | if (p->state == TASK_RUNNING && p->counter > c) |
counter | 234 | kernel/sched.c | c = p->counter, next = p; |
counter | 239 | kernel/sched.c | p->counter = (p->counter >> 1) + p->priority; |
counter | 282 | kernel/sched.c | if (p->counter > current->counter) |
counter | 308 | kernel/sched.c | if (p->counter > current->counter) |
counter | 648 | kernel/sched.c | if (current != task[0] && 0 > --current->counter) { |
counter | 649 | kernel/sched.c | current->counter = 0; |
counter | 47 | 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) |