tag | line | file | source code |
counter | 770 | fs/ext/namei.c | current->counter = 0; |
counter | 238 | fs/ext/truncate.c | current->counter = 0; |
counter | 801 | fs/ext2/namei.c | current->counter = 0; |
counter | 269 | fs/ext2/truncate.c | current->counter = 0; |
counter | 503 | fs/minix/namei.c | current->counter = 0; |
counter | 683 | fs/minix/namei.c | current->counter = 0; |
counter | 180 | fs/minix/truncate.c | current->counter = 0; |
counter | 226 | fs/proc/array.c | (*p)->counter, /* this is the kernel priority --- |
counter | 549 | fs/xiafs/namei.c | current->counter = 0; |
counter | 787 | fs/xiafs/namei.c | current->counter=0; |
counter | 193 | fs/xiafs/truncate.c | current->counter = 0; |
counter | 147 | include/linux/sched.h | long counter; |
counter | 246 | kernel/blk_drv/blk.h | if (p->counter > current->counter) |
counter | 393 | kernel/blk_drv/floppy.c | int counter; |
counter | 398 | kernel/blk_drv/floppy.c | for(counter = 0 ; counter < 10000 ; counter++) { |
counter | 412 | kernel/blk_drv/floppy.c | int i = 0, counter, status; |
counter | 416 | kernel/blk_drv/floppy.c | for (counter = 0 ; counter < 10000 ; counter++) { |
counter | 486 | kernel/blk_drv/scsi/scsi.h | if (p->counter > current->counter) |
counter | 84 | kernel/blk_drv/scsi/scsi_ioctl.c | if (p->counter > current->counter) |
counter | 665 | kernel/blk_drv/scsi/sd.c | if (p->counter > current->counter) |
counter | 623 | kernel/blk_drv/scsi/sr.c | if (p->counter > current->counter) |
counter | 31 | kernel/blk_drv/scsi/sr_ioctl.c | if (p->counter > current->counter) |
counter | 81 | kernel/chr_drv/tty_ioctl.c | current->counter = 0; /* make us low-priority */ |
counter | 154 | kernel/fork.c | p->counter = current->counter >> 1; |
counter | 130 | kernel/sched.c | if ((*p)->state == TASK_RUNNING && (*p)->counter > c) |
counter | 131 | kernel/sched.c | c = (*p)->counter, next = i; |
counter | 137 | kernel/sched.c | (*p)->counter = ((*p)->counter >> 1) + |
counter | 171 | kernel/sched.c | if (p->counter > current->counter) |
counter | 197 | kernel/sched.c | if (p->counter > current->counter) |
counter | 418 | kernel/sched.c | if (current == task[0] || (--current->counter)<=0) { |
counter | 419 | kernel/sched.c | current->counter=0; |
counter | 277 | mm/swap.c | int counter = NR_TASKS*8; |
counter | 281 | mm/swap.c | counter >>= priority; |
counter | 283 | mm/swap.c | if (counter-- < 0) |