/linux-2.4.37.9/arch/m68k/kernel/ |
D | semaphore.c | 102 DOWN_HEAD(TASK_UNINTERRUPTIBLE) in __down() 106 DOWN_TAIL(TASK_UNINTERRUPTIBLE) in __down()
|
/linux-2.4.37.9/arch/ppc64/kernel/ |
D | iSeries_pci_reset.c | 70 set_current_state(TASK_UNINTERRUPTIBLE); in iSeries_Device_ToggleReset() 77 set_current_state(TASK_UNINTERRUPTIBLE); in iSeries_Device_ToggleReset()
|
D | semaphore.c | 78 tsk->state = TASK_UNINTERRUPTIBLE; in __down() 90 tsk->state = TASK_UNINTERRUPTIBLE; in __down()
|
/linux-2.4.37.9/arch/sh64/kernel/ |
D | semaphore.c | 108 DOWN_HEAD(TASK_UNINTERRUPTIBLE) in __down() 112 DOWN_TAIL(TASK_UNINTERRUPTIBLE) in __down()
|
/linux-2.4.37.9/arch/cris/kernel/ |
D | semaphore.c | 100 DOWN_HEAD(TASK_UNINTERRUPTIBLE) in __down() 104 DOWN_TAIL(TASK_UNINTERRUPTIBLE) in __down()
|
/linux-2.4.37.9/arch/sh/kernel/ |
D | semaphore.c | 108 DOWN_HEAD(TASK_UNINTERRUPTIBLE) in __down() 112 DOWN_TAIL(TASK_UNINTERRUPTIBLE) in __down()
|
/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()
|
/linux-2.4.37.9/drivers/net/wireless/ |
D | airport.c | 160 current->state = TASK_UNINTERRUPTIBLE; in airport_hard_reset() 163 current->state = TASK_UNINTERRUPTIBLE; in airport_hard_reset() 224 current->state = TASK_UNINTERRUPTIBLE; in airport_attach() 284 current->state = TASK_UNINTERRUPTIBLE; in airport_detach()
|
/linux-2.4.37.9/include/linux/ |
D | delay.h | 77 set_current_state(TASK_UNINTERRUPTIBLE); in msleep() 83 set_current_state(TASK_UNINTERRUPTIBLE); in ssleep()
|
D | sched.h | 91 #define TASK_UNINTERRUPTIBLE 2 macro 607 #define wake_up(x) __wake_up((x),TASK_UNINTERRUPTIBLE | TASK_INTERRUPTIBLE, 1) 608 #define wake_up_nr(x, nr) __wake_up((x),TASK_UNINTERRUPTIBLE | TASK_INTERRUPTIBLE, nr) 609 #define wake_up_all(x) __wake_up((x),TASK_UNINTERRUPTIBLE | TASK_INTERRUPTIBLE, 0) 610 #define wake_up_sync(x) __wake_up_sync((x),TASK_UNINTERRUPTIBLE | TASK_INTERRUPTIBLE, 1) 611 #define wake_up_sync_nr(x, nr) __wake_up_sync((x),TASK_UNINTERRUPTIBLE | TASK_INTERRUPTIBLE, nr) 821 set_current_state(TASK_UNINTERRUPTIBLE); \
|
/linux-2.4.37.9/arch/sparc64/kernel/ |
D | semaphore.c | 53 tsk->state = TASK_UNINTERRUPTIBLE; in __down() 58 tsk->state = TASK_UNINTERRUPTIBLE; in __down()
|
/linux-2.4.37.9/arch/ppc/kernel/ |
D | semaphore.c | 76 tsk->state = TASK_UNINTERRUPTIBLE; in __down() 88 tsk->state = TASK_UNINTERRUPTIBLE; in __down()
|
/linux-2.4.37.9/fs/xfs/linux-2.4/ |
D | sv.h | 77 _sv_wait(sv, lock, TASK_UNINTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT) 81 _sv_wait(sv, lock, TASK_UNINTERRUPTIBLE, timespec_to_jiffies(ts))
|
/linux-2.4.37.9/net/atm/ |
D | svc.c | 71 set_current_state(TASK_UNINTERRUPTIBLE); in svc_disconnect() 153 set_current_state(TASK_UNINTERRUPTIBLE); in svc_bind() 259 set_current_state(TASK_UNINTERRUPTIBLE); in svc_connect() 265 set_current_state(TASK_UNINTERRUPTIBLE); in svc_connect() 329 set_current_state(TASK_UNINTERRUPTIBLE); in svc_listen() 414 set_current_state(TASK_UNINTERRUPTIBLE); in svc_accept() 459 set_current_state(TASK_UNINTERRUPTIBLE); in svc_change_qos()
|
/linux-2.4.37.9/drivers/isdn/hisax/ |
D | nj_s.c | 107 set_current_state(TASK_UNINTERRUPTIBLE); in reset_netjet_s() 112 set_current_state(TASK_UNINTERRUPTIBLE); in reset_netjet_s() 210 set_current_state(TASK_UNINTERRUPTIBLE); in setup_netjet_s() 216 set_current_state(TASK_UNINTERRUPTIBLE); in setup_netjet_s()
|
D | nj_u.c | 107 set_current_state(TASK_UNINTERRUPTIBLE); in reset_netjet_u() 112 set_current_state(TASK_UNINTERRUPTIBLE); in reset_netjet_u() 203 set_current_state(TASK_UNINTERRUPTIBLE); in setup_netjet_u() 209 set_current_state(TASK_UNINTERRUPTIBLE); in setup_netjet_u()
|
/linux-2.4.37.9/arch/s390x/kernel/ |
D | semaphore.c | 58 tsk->state = TASK_UNINTERRUPTIBLE; in __down() 78 tsk->state = TASK_UNINTERRUPTIBLE; in __down()
|
/linux-2.4.37.9/arch/arm/kernel/ |
D | semaphore.c | 61 tsk->state = TASK_UNINTERRUPTIBLE; in __down() 81 tsk->state = TASK_UNINTERRUPTIBLE; in __down()
|
/linux-2.4.37.9/arch/x86_64/kernel/ |
D | semaphore.c | 62 tsk->state = TASK_UNINTERRUPTIBLE; in __down() 82 tsk->state = TASK_UNINTERRUPTIBLE; in __down()
|
/linux-2.4.37.9/arch/sparc/kernel/ |
D | semaphore.c | 51 tsk->state = TASK_UNINTERRUPTIBLE; in __down() 71 tsk->state = TASK_UNINTERRUPTIBLE; in __down()
|
/linux-2.4.37.9/arch/s390/kernel/ |
D | semaphore.c | 58 tsk->state = TASK_UNINTERRUPTIBLE; in __down() 78 tsk->state = TASK_UNINTERRUPTIBLE; in __down()
|
/linux-2.4.37.9/arch/ia64/kernel/ |
D | semaphore.c | 53 tsk->state = TASK_UNINTERRUPTIBLE; in __down() 73 tsk->state = TASK_UNINTERRUPTIBLE; in __down()
|
/linux-2.4.37.9/arch/i386/kernel/ |
D | semaphore.c | 61 tsk->state = TASK_UNINTERRUPTIBLE; in __down() 81 tsk->state = TASK_UNINTERRUPTIBLE; in __down()
|
/linux-2.4.37.9/arch/mips64/kernel/ |
D | semaphore.c | 113 __set_current_state(TASK_UNINTERRUPTIBLE); in __down_failed() 135 __set_current_state(TASK_UNINTERRUPTIBLE); in __down_failed()
|
/linux-2.4.37.9/arch/mips/kernel/ |
D | semaphore.c | 113 __set_current_state(TASK_UNINTERRUPTIBLE); in __down_failed() 135 __set_current_state(TASK_UNINTERRUPTIBLE); in __down_failed()
|