Home
last modified time | relevance | path

Searched refs:TASK_INTERRUPTIBLE (Results 1 – 25 of 416) sorted by relevance

12345678910>>...17

/linux-2.4.37.9/include/linux/
Dsched.h90 #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/
Dsemaphore.c114 DOWN_HEAD(TASK_INTERRUPTIBLE) in __down_interruptible()
125 DOWN_TAIL(TASK_INTERRUPTIBLE) in __down_interruptible()
/linux-2.4.37.9/arch/sh64/kernel/
Dsemaphore.c119 DOWN_HEAD(TASK_INTERRUPTIBLE) in __down_interruptible()
130 DOWN_TAIL(TASK_INTERRUPTIBLE) in __down_interruptible()
/linux-2.4.37.9/arch/cris/kernel/
Dsemaphore.c111 DOWN_HEAD(TASK_INTERRUPTIBLE) in __down_interruptible()
122 DOWN_TAIL(TASK_INTERRUPTIBLE) in __down_interruptible()
/linux-2.4.37.9/arch/sh/kernel/
Dsemaphore.c119 DOWN_HEAD(TASK_INTERRUPTIBLE) in __down_interruptible()
130 DOWN_TAIL(TASK_INTERRUPTIBLE) in __down_interruptible()
/linux-2.4.37.9/arch/sparc64/kernel/
Dsemaphore.c72 tsk->state = TASK_INTERRUPTIBLE; in __down_interruptible()
82 tsk->state = TASK_INTERRUPTIBLE; in __down_interruptible()
/linux-2.4.37.9/arch/ppc/kernel/
Dsemaphore.c107 tsk->state = TASK_INTERRUPTIBLE; in __down_interruptible()
123 tsk->state = TASK_INTERRUPTIBLE; in __down_interruptible()
/linux-2.4.37.9/arch/ppc64/kernel/
Dsemaphore.c109 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/
Dsv.h79 _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/
Dsemaphore.c92 tsk->state = TASK_INTERRUPTIBLE; in __down_interruptible()
128 tsk->state = TASK_INTERRUPTIBLE; in __down_interruptible()
/linux-2.4.37.9/arch/arm/kernel/
Dsemaphore.c95 tsk->state = TASK_INTERRUPTIBLE; in __down_interruptible()
131 tsk->state = TASK_INTERRUPTIBLE; in __down_interruptible()
/linux-2.4.37.9/arch/x86_64/kernel/
Dsemaphore.c96 tsk->state = TASK_INTERRUPTIBLE; in __down_interruptible()
132 tsk->state = TASK_INTERRUPTIBLE; in __down_interruptible()
/linux-2.4.37.9/arch/sparc/kernel/
Dsemaphore.c85 tsk->state = TASK_INTERRUPTIBLE; in __down_interruptible()
121 tsk->state = TASK_INTERRUPTIBLE; in __down_interruptible()
/linux-2.4.37.9/arch/s390/kernel/
Dsemaphore.c92 tsk->state = TASK_INTERRUPTIBLE; in __down_interruptible()
128 tsk->state = TASK_INTERRUPTIBLE; in __down_interruptible()
/linux-2.4.37.9/arch/ia64/kernel/
Dsemaphore.c88 tsk->state = TASK_INTERRUPTIBLE; in __down_interruptible()
124 tsk->state = TASK_INTERRUPTIBLE; in __down_interruptible()
/linux-2.4.37.9/arch/i386/kernel/
Dsemaphore.c95 tsk->state = TASK_INTERRUPTIBLE; in __down_interruptible()
131 tsk->state = TASK_INTERRUPTIBLE; in __down_interruptible()
/linux-2.4.37.9/arch/mips64/kernel/
Dsemaphore.c237 __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/
Dsemaphore.c237 __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/
Dsemaphore.c117 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/
Dhysdn_sched.c163 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/
Dusb.c345 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/
Dinit.c167 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/
Ddrm_os_linux.h36 set_current_state(TASK_INTERRUPTIBLE); \
Ddrm_fops.h132 set_current_state(TASK_INTERRUPTIBLE); in DRM()
148 set_current_state(TASK_INTERRUPTIBLE); in DRM()
/linux-2.4.37.9/drivers/char/
Dqpmouse.c246 current->state = TASK_INTERRUPTIBLE; in poll_qp_status()
269 set_current_state(TASK_INTERRUPTIBLE); in read_qp()

12345678910>>...17