tag | line | file | source code |
state | 102 | fs/select.c | current->state = TASK_INTERRUPTIBLE; |
state | 129 | fs/select.c | current->state = TASK_RUNNING; |
state | 112 | include/linux/sched.h | long state; /* -1 unrunnable, 0 runnable, >0 stopped */ |
state | 263 | kernel/blk_drv/ll_rw_blk.c | current->state = TASK_UNINTERRUPTIBLE; |
state | 350 | kernel/blk_drv/ll_rw_blk.c | current->state = TASK_UNINTERRUPTIBLE; |
state | 850 | kernel/chr_drv/console.c | state = ESnormal; |
state | 909 | kernel/chr_drv/console.c | if (state == ESnormal && translate[c]) { |
state | 964 | kernel/chr_drv/console.c | state = ESnormal; |
state | 967 | kernel/chr_drv/console.c | state = ESesc; |
state | 972 | kernel/chr_drv/console.c | } else switch(state) { |
state | 974 | kernel/chr_drv/console.c | state = ESnormal; |
state | 977 | kernel/chr_drv/console.c | state = ESsquare; |
state | 1002 | kernel/chr_drv/console.c | state = ESsetG0; |
state | 1005 | kernel/chr_drv/console.c | state = ESsetG1; |
state | 1008 | kernel/chr_drv/console.c | state = EShash; |
state | 1025 | kernel/chr_drv/console.c | state = ESgetpars; |
state | 1027 | kernel/chr_drv/console.c | state=ESfunckey; |
state | 1040 | kernel/chr_drv/console.c | } else state=ESgotpars; |
state | 1042 | kernel/chr_drv/console.c | state = ESnormal; |
state | 1161 | kernel/chr_drv/console.c | state = ESnormal; |
state | 1164 | kernel/chr_drv/console.c | state = ESnormal; |
state | 1183 | kernel/chr_drv/console.c | state = ESnormal; |
state | 1194 | kernel/chr_drv/console.c | state = ESnormal; |
state | 1197 | kernel/chr_drv/console.c | state = ESnormal; |
state | 46 | kernel/chr_drv/serial.c | current->state = TASK_INTERRUPTIBLE; |
state | 31 | kernel/exit.c | if (p->state == TASK_STOPPED) |
state | 32 | kernel/exit.c | p->state = TASK_RUNNING; |
state | 47 | kernel/exit.c | if (p->p_pptr != NULL && p->p_pptr->state == TASK_INTERRUPTIBLE) |
state | 48 | kernel/exit.c | p->p_pptr->state = TASK_RUNNING; |
state | 51 | kernel/exit.c | if (p->state == TASK_INTERRUPTIBLE || p->state == TASK_RUNNING) |
state | 52 | kernel/exit.c | p->state = TASK_STOPPED; |
state | 259 | kernel/exit.c | ((*p)->state == TASK_ZOMBIE) || |
state | 276 | kernel/exit.c | if ((*p)->state == TASK_STOPPED) |
state | 316 | kernel/exit.c | current->state = TASK_ZOMBIE; |
state | 357 | kernel/exit.c | if (p->state == TASK_ZOMBIE) |
state | 437 | kernel/exit.c | switch (p->state) { |
state | 475 | kernel/exit.c | current->state=TASK_INTERRUPTIBLE; |
state | 127 | kernel/fork.c | p->state = TASK_UNINTERRUPTIBLE; |
state | 190 | kernel/fork.c | p->state = TASK_RUNNING; /* do this last, just in case */ |
state | 253 | kernel/ptrace.c | if (child->state == TASK_INTERRUPTIBLE || |
state | 254 | kernel/ptrace.c | child->state == TASK_STOPPED) |
state | 255 | kernel/ptrace.c | child->state = TASK_RUNNING; |
state | 259 | kernel/ptrace.c | if (!(child->flags & PF_PTRACED) || child->state != TASK_STOPPED) |
state | 315 | kernel/ptrace.c | child->state = TASK_RUNNING; |
state | 330 | kernel/ptrace.c | child->state = TASK_RUNNING; |
state | 343 | kernel/ptrace.c | child->state = TASK_RUNNING; |
state | 356 | kernel/ptrace.c | child->state = 0; |
state | 40 | kernel/sched.c | p->state, p->p_pptr->pid, p->p_cptr ? p->p_cptr->pid : -1); |
state | 138 | kernel/sched.c | if ((*p)->state == TASK_INTERRUPTIBLE) { |
state | 143 | kernel/sched.c | (*p)->state==TASK_INTERRUPTIBLE) |
state | 157 | kernel/sched.c | if ((*p)->state == TASK_RUNNING && (*p)->counter > c) |
state | 179 | kernel/sched.c | current->state = TASK_INTERRUPTIBLE; |
state | 187 | kernel/sched.c | p->state = TASK_RUNNING; |
state | 209 | kernel/sched.c | if (p->state == TASK_ZOMBIE) |
state | 211 | kernel/sched.c | else if (p->state != TASK_STOPPED) { |
state | 212 | kernel/sched.c | p->state = TASK_RUNNING; |
state | 222 | kernel/sched.c | static inline void __sleep_on(struct wait_queue **p, int state) |
state | 233 | kernel/sched.c | current->state = state; |
state | 373 | kernel/sched.c | if (*p && ((*p)->state == TASK_RUNNING || |
state | 374 | kernel/sched.c | (*p)->state == TASK_UNINTERRUPTIBLE)) |
state | 174 | kernel/signal.c | current->state = TASK_STOPPED; |
state | 29 | net/kern_sock.h | socket_state state; |
state | 121 | net/socket.c | if (sock->state != SS_FREE && SOCK_INODE(sock) == inode) |
state | 146 | net/socket.c | if (sock->state == SS_FREE) { |
state | 147 | net/socket.c | sock->state = SS_UNCONNECTED; |
state | 165 | net/socket.c | sock->state = SS_FREE; |
state | 190 | net/socket.c | peer->state = SS_DISCONNECTING; |
state | 202 | net/socket.c | if ((oldstate = sock->state) != SS_UNCONNECTED) |
state | 203 | net/socket.c | sock->state = SS_DISCONNECTING; |
state | 220 | net/socket.c | sock->state = SS_FREE; /* this really releases us */ |
state | 373 | net/socket.c | mysock->state = SS_CONNECTING; |
state | 382 | net/socket.c | if (mysock->state != SS_CONNECTED) { |
state | 384 | net/socket.c | if (mysock->state != SS_CONNECTED) { |
state | 507 | net/socket.c | sock1->state = SS_CONNECTED; |
state | 508 | net/socket.c | sock2->state = SS_CONNECTED; |
state | 550 | net/socket.c | if (sock->state != SS_UNCONNECTED) { |
state | 576 | net/socket.c | if (sock->state != SS_UNCONNECTED) { |
state | 623 | net/socket.c | clientsock->state = SS_CONNECTED; |
state | 624 | net/socket.c | newsock->state = SS_CONNECTED; |
state | 648 | net/socket.c | if (sock->state != SS_UNCONNECTED) { |
state | 750 | net/socket.c | sock->state = SS_FREE; |
state | 362 | net/unix.c | if (sock->state != SS_CONNECTED) { |
state | 396 | net/unix.c | if (sock->state != SS_CONNECTED) { |
state | 398 | net/unix.c | return (sock->state == SS_DISCONNECTING) ? 0 : -EINVAL; |
state | 408 | net/unix.c | if (sock->state == SS_DISCONNECTING) { |
state | 438 | net/unix.c | if (sock->state == SS_CONNECTED) |
state | 458 | net/unix.c | if (sock->state != SS_CONNECTED) { |
state | 460 | net/unix.c | if (sock->state == SS_DISCONNECTING) { |
state | 477 | net/unix.c | if (sock->state == SS_DISCONNECTING) { |
state | 501 | net/unix.c | if (sock->state == SS_DISCONNECTING) { |
state | 516 | net/unix.c | if (sock->state == SS_CONNECTED) |
state | 534 | net/unix.c | else if (sock->state != SS_CONNECTED) { |
state | 542 | net/unix.c | if (sock->state != SS_CONNECTED) { |
state | 565 | net/unix.c | peerupd = (sock->state == SS_CONNECTED) ? UN_DATA(sock->conn) : NULL; |