tag | line | file | source code |
TASK_RUNNING | 72 | fs/buffer.c | current->state = TASK_RUNNING; |
TASK_RUNNING | 375 | fs/inode.c | current->state = TASK_RUNNING; |
TASK_RUNNING | 86 | fs/nfs/sock.c | current->state = TASK_RUNNING; |
TASK_RUNNING | 121 | fs/nfs/sock.c | current->state = TASK_RUNNING; |
TASK_RUNNING | 164 | fs/proc/array.c | if (!p || p == current || p->state == TASK_RUNNING) |
TASK_RUNNING | 143 | fs/select.c | current->state = TASK_RUNNING; |
TASK_RUNNING | 64 | fs/super.c | current->state = TASK_RUNNING; |
TASK_RUNNING | 245 | kernel/blk_drv/blk.h | p->state = TASK_RUNNING; |
TASK_RUNNING | 485 | kernel/blk_drv/scsi/scsi.h | p->state = TASK_RUNNING; |
TASK_RUNNING | 524 | kernel/blk_drv/scsi/scsi.h | current->state = TASK_RUNNING; \ |
TASK_RUNNING | 83 | kernel/blk_drv/scsi/scsi_ioctl.c | p->state = TASK_RUNNING; |
TASK_RUNNING | 664 | kernel/blk_drv/scsi/sd.c | p->state = TASK_RUNNING; |
TASK_RUNNING | 622 | kernel/blk_drv/scsi/sr.c | p->state = TASK_RUNNING; |
TASK_RUNNING | 30 | kernel/blk_drv/scsi/sr_ioctl.c | p->state = TASK_RUNNING; |
TASK_RUNNING | 238 | kernel/chr_drv/psaux.c | current->state = TASK_RUNNING; |
TASK_RUNNING | 1191 | kernel/chr_drv/serial.c | current->state = TASK_RUNNING; |
TASK_RUNNING | 800 | kernel/chr_drv/tty_io.c | current->state = TASK_RUNNING; |
TASK_RUNNING | 840 | kernel/chr_drv/tty_io.c | current->state = TASK_RUNNING; |
TASK_RUNNING | 883 | kernel/chr_drv/tty_io.c | current->state = TASK_RUNNING; |
TASK_RUNNING | 886 | kernel/chr_drv/tty_io.c | current->state = TASK_RUNNING; |
TASK_RUNNING | 91 | kernel/chr_drv/tty_ioctl.c | current->state = TASK_RUNNING; |
TASK_RUNNING | 34 | kernel/exit.c | p->state = TASK_RUNNING; |
TASK_RUNNING | 50 | kernel/exit.c | p->p_pptr->state = TASK_RUNNING; |
TASK_RUNNING | 53 | kernel/exit.c | if (p->state == TASK_INTERRUPTIBLE || p->state == TASK_RUNNING) |
TASK_RUNNING | 155 | kernel/fork.c | p->state = TASK_RUNNING; /* do this last, just in case */ |
TASK_RUNNING | 257 | kernel/ptrace.c | child->state = TASK_RUNNING; |
TASK_RUNNING | 327 | kernel/ptrace.c | child->state = TASK_RUNNING; |
TASK_RUNNING | 342 | kernel/ptrace.c | child->state = TASK_RUNNING; |
TASK_RUNNING | 356 | kernel/ptrace.c | child->state = TASK_RUNNING; |
TASK_RUNNING | 115 | kernel/sched.c | (*p)->state = TASK_RUNNING; |
TASK_RUNNING | 117 | kernel/sched.c | (*p)->state = TASK_RUNNING; |
TASK_RUNNING | 130 | kernel/sched.c | if ((*p)->state == TASK_RUNNING && (*p)->counter > c) |
TASK_RUNNING | 170 | kernel/sched.c | p->state = TASK_RUNNING; |
TASK_RUNNING | 196 | kernel/sched.c | p->state = TASK_RUNNING; |
TASK_RUNNING | 367 | kernel/sched.c | if (*p && (*p)->state == TASK_RUNNING) |