Searched refs:set_task_state (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/kernel/locking/ |
D | rwsem-spinlock.c | 144 set_task_state(tsk, TASK_UNINTERRUPTIBLE); in __down_read() 161 set_task_state(tsk, TASK_UNINTERRUPTIBLE); in __down_read() 218 set_task_state(tsk, TASK_UNINTERRUPTIBLE); in __down_write_nested()
|
D | rwsem-xadd.c | 247 set_task_state(tsk, TASK_UNINTERRUPTIBLE); in rwsem_down_read_failed()
|
/linux-4.4.14/drivers/tty/ |
D | tty_ldsem.c | 235 set_task_state(tsk, TASK_UNINTERRUPTIBLE); in down_read_failed() 294 set_task_state(tsk, TASK_UNINTERRUPTIBLE); in down_write_failed() 301 set_task_state(tsk, TASK_UNINTERRUPTIBLE); in down_write_failed()
|
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/linux/ |
D | linux-debug.c | 165 set_task_state(current, TASK_UNINTERRUPTIBLE); in lbug_with_loc()
|
/linux-4.4.14/arch/um/drivers/ |
D | random.c | 79 set_task_state(current, TASK_INTERRUPTIBLE); in rng_dev_read()
|
/linux-4.4.14/drivers/md/persistent-data/ |
D | dm-block-manager.c | 130 set_task_state(current, TASK_UNINTERRUPTIBLE); in __wait() 138 set_task_state(current, TASK_RUNNING); in __wait()
|
/linux-4.4.14/include/linux/ |
D | sched.h | 261 #define set_task_state(tsk, state_value) \ macro 293 #define set_task_state(tsk, state_value) \ macro
|
/linux-4.4.14/kernel/ |
D | exit.c | 420 set_task_state(tsk, TASK_UNINTERRUPTIBLE); in exit_mm()
|
/linux-4.4.14/drivers/md/ |
D | dm-bufio.c | 790 set_task_state(current, TASK_UNINTERRUPTIBLE); in __wait_for_free_buffer()
|
/linux-4.4.14/drivers/md/bcache/ |
D | btree.c | 1803 set_task_state(c->gc_thread, TASK_INTERRUPTIBLE); in bch_gc_thread_start()
|