tag | line | file | source code |
---|---|---|---|
TASK_INTERRUPTIBLE | 78 | fs/nfs/sock.c | current->state = TASK_INTERRUPTIBLE; |
TASK_INTERRUPTIBLE | 118 | fs/select.c | current->state = TASK_INTERRUPTIBLE; |
TASK_INTERRUPTIBLE | 221 | kernel/chr_drv/lp.c | current->state = TASK_INTERRUPTIBLE; |
TASK_INTERRUPTIBLE | 229 | kernel/chr_drv/lp.c | current->state = TASK_INTERRUPTIBLE; |
TASK_INTERRUPTIBLE | 238 | kernel/chr_drv/lp.c | current->state = TASK_INTERRUPTIBLE; |
TASK_INTERRUPTIBLE | 255 | kernel/chr_drv/lp.c | current->state = TASK_INTERRUPTIBLE; |
TASK_INTERRUPTIBLE | 233 | kernel/chr_drv/psaux.c | current->state = TASK_INTERRUPTIBLE; |
TASK_INTERRUPTIBLE | 306 | kernel/chr_drv/psaux.c | current->state = TASK_INTERRUPTIBLE; |
TASK_INTERRUPTIBLE | 965 | kernel/chr_drv/serial.c | current->state = TASK_INTERRUPTIBLE; |
TASK_INTERRUPTIBLE | 1093 | kernel/chr_drv/serial.c | current->state = TASK_INTERRUPTIBLE; |
TASK_INTERRUPTIBLE | 1169 | kernel/chr_drv/serial.c | current->state = TASK_INTERRUPTIBLE; |
TASK_INTERRUPTIBLE | 797 | kernel/chr_drv/tty_io.c | current->state = TASK_INTERRUPTIBLE; |
TASK_INTERRUPTIBLE | 831 | kernel/chr_drv/tty_io.c | current->state = TASK_INTERRUPTIBLE; |
TASK_INTERRUPTIBLE | 878 | kernel/chr_drv/tty_io.c | current->state = TASK_INTERRUPTIBLE; |
TASK_INTERRUPTIBLE | 83 | kernel/chr_drv/tty_ioctl.c | current->state = TASK_INTERRUPTIBLE; |
TASK_INTERRUPTIBLE | 49 | kernel/exit.c | if (p->p_pptr != NULL && p->p_pptr->state == TASK_INTERRUPTIBLE) |
TASK_INTERRUPTIBLE | 53 | kernel/exit.c | if (p->state == TASK_INTERRUPTIBLE || p->state == TASK_RUNNING) |
TASK_INTERRUPTIBLE | 517 | kernel/exit.c | current->state=TASK_INTERRUPTIBLE; |
TASK_INTERRUPTIBLE | 255 | kernel/ptrace.c | if (child->state == TASK_INTERRUPTIBLE || |
TASK_INTERRUPTIBLE | 111 | kernel/sched.c | if (!*p || ((*p)->state != TASK_INTERRUPTIBLE)) |
TASK_INTERRUPTIBLE | 146 | kernel/sched.c | current->state = TASK_INTERRUPTIBLE; |
TASK_INTERRUPTIBLE | 169 | kernel/sched.c | (p->state == TASK_INTERRUPTIBLE)) { |
TASK_INTERRUPTIBLE | 195 | kernel/sched.c | if (p->state == TASK_INTERRUPTIBLE) { |
TASK_INTERRUPTIBLE | 232 | kernel/sched.c | __sleep_on(p,TASK_INTERRUPTIBLE); |
TASK_INTERRUPTIBLE | 59 | kernel/signal.c | current->state = TASK_INTERRUPTIBLE; |