/linux-2.4.37.9/include/linux/ |
D | sched.h | 90 #define TASK_INTERRUPTIBLE 1 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) 612 #define wake_up_interruptible(x) __wake_up((x),TASK_INTERRUPTIBLE, 1) 613 #define wake_up_interruptible_nr(x, nr) __wake_up((x),TASK_INTERRUPTIBLE, nr) 614 #define wake_up_interruptible_all(x) __wake_up((x),TASK_INTERRUPTIBLE, 0) 615 #define wake_up_interruptible_sync(x) __wake_up_sync((x),TASK_INTERRUPTIBLE, 1) [all …]
|
/linux-2.4.37.9/arch/m68k/kernel/ |
D | semaphore.c | 114 DOWN_HEAD(TASK_INTERRUPTIBLE) in __down_interruptible() 125 DOWN_TAIL(TASK_INTERRUPTIBLE) in __down_interruptible()
|
/linux-2.4.37.9/arch/sh64/kernel/ |
D | semaphore.c | 119 DOWN_HEAD(TASK_INTERRUPTIBLE) in __down_interruptible() 130 DOWN_TAIL(TASK_INTERRUPTIBLE) in __down_interruptible()
|
/linux-2.4.37.9/arch/cris/kernel/ |
D | semaphore.c | 111 DOWN_HEAD(TASK_INTERRUPTIBLE) in __down_interruptible() 122 DOWN_TAIL(TASK_INTERRUPTIBLE) in __down_interruptible()
|
/linux-2.4.37.9/arch/sh/kernel/ |
D | semaphore.c | 119 DOWN_HEAD(TASK_INTERRUPTIBLE) in __down_interruptible() 130 DOWN_TAIL(TASK_INTERRUPTIBLE) in __down_interruptible()
|
/linux-2.4.37.9/arch/sparc64/kernel/ |
D | semaphore.c | 72 tsk->state = TASK_INTERRUPTIBLE; in __down_interruptible() 82 tsk->state = TASK_INTERRUPTIBLE; in __down_interruptible()
|
/linux-2.4.37.9/arch/ppc/kernel/ |
D | semaphore.c | 107 tsk->state = TASK_INTERRUPTIBLE; in __down_interruptible() 123 tsk->state = TASK_INTERRUPTIBLE; in __down_interruptible()
|
/linux-2.4.37.9/arch/ppc64/kernel/ |
D | semaphore.c | 109 tsk->state = TASK_INTERRUPTIBLE; in __down_interruptible() 125 tsk->state = TASK_INTERRUPTIBLE; in __down_interruptible()
|
/linux-2.4.37.9/fs/xfs/linux-2.4/ |
D | sv.h | 79 _sv_wait(sv, lock, TASK_INTERRUPTIBLE, MAX_SCHEDULE_TIMEOUT) 83 _sv_wait(sv, lock, TASK_INTERRUPTIBLE, timespec_to_jiffies(ts))
|
/linux-2.4.37.9/arch/s390x/kernel/ |
D | semaphore.c | 92 tsk->state = TASK_INTERRUPTIBLE; in __down_interruptible() 128 tsk->state = TASK_INTERRUPTIBLE; in __down_interruptible()
|
/linux-2.4.37.9/arch/arm/kernel/ |
D | semaphore.c | 95 tsk->state = TASK_INTERRUPTIBLE; in __down_interruptible() 131 tsk->state = TASK_INTERRUPTIBLE; in __down_interruptible()
|
/linux-2.4.37.9/arch/x86_64/kernel/ |
D | semaphore.c | 96 tsk->state = TASK_INTERRUPTIBLE; in __down_interruptible() 132 tsk->state = TASK_INTERRUPTIBLE; in __down_interruptible()
|
/linux-2.4.37.9/arch/sparc/kernel/ |
D | semaphore.c | 85 tsk->state = TASK_INTERRUPTIBLE; in __down_interruptible() 121 tsk->state = TASK_INTERRUPTIBLE; in __down_interruptible()
|
/linux-2.4.37.9/arch/s390/kernel/ |
D | semaphore.c | 92 tsk->state = TASK_INTERRUPTIBLE; in __down_interruptible() 128 tsk->state = TASK_INTERRUPTIBLE; in __down_interruptible()
|
/linux-2.4.37.9/arch/ia64/kernel/ |
D | semaphore.c | 88 tsk->state = TASK_INTERRUPTIBLE; in __down_interruptible() 124 tsk->state = TASK_INTERRUPTIBLE; in __down_interruptible()
|
/linux-2.4.37.9/arch/i386/kernel/ |
D | semaphore.c | 95 tsk->state = TASK_INTERRUPTIBLE; in __down_interruptible() 131 tsk->state = TASK_INTERRUPTIBLE; in __down_interruptible()
|
/linux-2.4.37.9/arch/mips64/kernel/ |
D | semaphore.c | 237 __set_current_state(TASK_INTERRUPTIBLE); in __down_failed_interruptible() 264 __set_current_state(TASK_INTERRUPTIBLE); in __down_failed_interruptible()
|
/linux-2.4.37.9/arch/mips/kernel/ |
D | semaphore.c | 237 __set_current_state(TASK_INTERRUPTIBLE); in __down_failed_interruptible() 264 __set_current_state(TASK_INTERRUPTIBLE); in __down_failed_interruptible()
|
/linux-2.4.37.9/arch/alpha/kernel/ |
D | semaphore.c | 117 current->state = TASK_INTERRUPTIBLE; in __down_failed_interruptible() 181 set_task_state(current, TASK_INTERRUPTIBLE); in __down_failed_interruptible()
|
/linux-2.4.37.9/drivers/isdn/hysdn/ |
D | hysdn_sched.c | 163 set_current_state(TASK_INTERRUPTIBLE); in hysdn_tx_cfgline() 194 set_current_state(TASK_INTERRUPTIBLE); in hysdn_tx_cfgline()
|
/linux-2.4.37.9/drivers/usb/storage/ |
D | usb.c | 345 set_current_state(TASK_INTERRUPTIBLE); in usb_stor_control_thread() 374 set_current_state(TASK_INTERRUPTIBLE); in usb_stor_control_thread() 389 set_current_state(TASK_INTERRUPTIBLE); in usb_stor_control_thread() 400 set_current_state(TASK_INTERRUPTIBLE); in usb_stor_control_thread() 461 set_current_state(TASK_INTERRUPTIBLE); in usb_stor_control_thread() 466 set_current_state(TASK_INTERRUPTIBLE); in usb_stor_control_thread() 491 set_current_state(TASK_INTERRUPTIBLE); in usb_stor_control_thread()
|
/linux-2.4.37.9/drivers/isdn/sc/ |
D | init.c | 167 set_current_state(TASK_INTERRUPTIBLE); in sc_init() 513 set_current_state(TASK_INTERRUPTIBLE); in identify_board() 524 set_current_state(TASK_INTERRUPTIBLE); in identify_board() 556 set_current_state(TASK_INTERRUPTIBLE); in identify_board()
|
/linux-2.4.37.9/drivers/char/drm/ |
D | drm_os_linux.h | 36 set_current_state(TASK_INTERRUPTIBLE); \
|
D | drm_fops.h | 132 set_current_state(TASK_INTERRUPTIBLE); in DRM() 148 set_current_state(TASK_INTERRUPTIBLE); in DRM()
|
/linux-2.4.37.9/drivers/char/ |
D | qpmouse.c | 246 current->state = TASK_INTERRUPTIBLE; in poll_qp_status() 269 set_current_state(TASK_INTERRUPTIBLE); in read_qp()
|