Searched refs:set_task_state (Results 1 – 14 of 14) sorted by relevance
/linux-2.4.37.9/lib/ |
D | rwsem-spinlock.c | 140 set_task_state(tsk,TASK_UNINTERRUPTIBLE); in __down_read() 157 set_task_state(tsk, TASK_UNINTERRUPTIBLE); in __down_read() 210 set_task_state(tsk,TASK_UNINTERRUPTIBLE); in __down_write() 227 set_task_state(tsk, TASK_UNINTERRUPTIBLE); in __down_write()
|
D | rwsem.c | 127 set_task_state(tsk,TASK_UNINTERRUPTIBLE); in rwsem_down_failed_common() 152 set_task_state(tsk, TASK_UNINTERRUPTIBLE); in rwsem_down_failed_common()
|
/linux-2.4.37.9/arch/parisc/kernel/ |
D | semaphore.c | 65 set_task_state(current, TASK_UNINTERRUPTIBLE); in __down() 81 set_task_state(current, TASK_INTERRUPTIBLE); in __down_interruptible()
|
/linux-2.4.37.9/kernel/ |
D | context.c | 96 set_task_state(curtask, TASK_INTERRUPTIBLE); in context_thread() 99 set_task_state(curtask, TASK_RUNNING); in context_thread()
|
/linux-2.4.37.9/arch/alpha/kernel/ |
D | semaphore.c | 94 set_task_state(current, TASK_UNINTERRUPTIBLE); in __down_failed() 181 set_task_state(current, TASK_INTERRUPTIBLE); in __down_failed_interruptible()
|
/linux-2.4.37.9/fs/ |
D | iobuf.c | 169 set_task_state(tsk, TASK_UNINTERRUPTIBLE); in kiobuf_wait_for_io()
|
D | buffer.c | 193 set_task_state(tsk, TASK_UNINTERRUPTIBLE); in __wait_on_buffer()
|
/linux-2.4.37.9/drivers/i2c/ |
D | i2c-keywest.c | 578 set_task_state(current,TASK_UNINTERRUPTIBLE); in dispose_iface()
|
/linux-2.4.37.9/drivers/s390/ |
D | qdio.c | 224 set_task_state(current,TASK_INTERRUPTIBLE); in qdio_wait_nonbusy() 231 set_task_state(current,TASK_RUNNING); in qdio_wait_nonbusy() 1759 set_task_state(current,TASK_INTERRUPTIBLE); in qdio_sleepon() 1776 set_task_state(current,TASK_RUNNING); in qdio_sleepon()
|
/linux-2.4.37.9/include/linux/ |
D | sched.h | 97 #define set_task_state(tsk, state_value) \ macro
|
/linux-2.4.37.9/drivers/s390/net/ |
D | qeth.c | 298 set_task_state(current,TASK_INTERRUPTIBLE); in qeth_wait_nonbusy() 305 set_task_state(current,TASK_RUNNING); in qeth_wait_nonbusy() 1073 set_task_state(current,TASK_INTERRUPTIBLE); in qeth_wait_for_event() 1085 set_task_state(current,TASK_RUNNING); in qeth_wait_for_event() 2863 set_task_state(current,TASK_INTERRUPTIBLE); in qeth_sleepon() 2886 set_task_state(current,TASK_RUNNING); in qeth_sleepon() 2925 set_task_state(current,TASK_INTERRUPTIBLE); in qeth_sleepon_ioctl() 2948 set_task_state(current,TASK_RUNNING); in qeth_sleepon_ioctl()
|
/linux-2.4.37.9/mm/ |
D | filemap.c | 913 set_task_state(tsk, TASK_UNINTERRUPTIBLE); in ___wait_on_page() 961 set_task_state(tsk, TASK_UNINTERRUPTIBLE); in __lock_page()
|
/linux-2.4.37.9/drivers/scsi/ |
D | dpt_i2o.c | 1910 set_task_state(current,TASK_UNINTERRUPTIBLE); in adpt_ioctl()
|
/linux-2.4.37.9/drivers/md/ |
D | md.c | 2968 set_task_state(current, TASK_INTERRUPTIBLE); in md_thread()
|