Home
last modified time | relevance | path

Searched refs:TASK_UNINTERRUPTIBLE (Results 1 – 25 of 176) sorted by relevance

12345678

/linux-2.4.37.9/arch/m68k/kernel/
Dsemaphore.c102 DOWN_HEAD(TASK_UNINTERRUPTIBLE) in __down()
106 DOWN_TAIL(TASK_UNINTERRUPTIBLE) in __down()
/linux-2.4.37.9/arch/ppc64/kernel/
DiSeries_pci_reset.c70 set_current_state(TASK_UNINTERRUPTIBLE); in iSeries_Device_ToggleReset()
77 set_current_state(TASK_UNINTERRUPTIBLE); in iSeries_Device_ToggleReset()
Dsemaphore.c78 tsk->state = TASK_UNINTERRUPTIBLE; in __down()
90 tsk->state = TASK_UNINTERRUPTIBLE; in __down()
/linux-2.4.37.9/arch/sh64/kernel/
Dsemaphore.c108 DOWN_HEAD(TASK_UNINTERRUPTIBLE) in __down()
112 DOWN_TAIL(TASK_UNINTERRUPTIBLE) in __down()
/linux-2.4.37.9/arch/cris/kernel/
Dsemaphore.c100 DOWN_HEAD(TASK_UNINTERRUPTIBLE) in __down()
104 DOWN_TAIL(TASK_UNINTERRUPTIBLE) in __down()
/linux-2.4.37.9/arch/sh/kernel/
Dsemaphore.c108 DOWN_HEAD(TASK_UNINTERRUPTIBLE) in __down()
112 DOWN_TAIL(TASK_UNINTERRUPTIBLE) in __down()
/linux-2.4.37.9/lib/
Drwsem-spinlock.c140 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/
Dairport.c160 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/
Ddelay.h77 set_current_state(TASK_UNINTERRUPTIBLE); in msleep()
83 set_current_state(TASK_UNINTERRUPTIBLE); in ssleep()
Dsched.h91 #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/
Dsemaphore.c53 tsk->state = TASK_UNINTERRUPTIBLE; in __down()
58 tsk->state = TASK_UNINTERRUPTIBLE; in __down()
/linux-2.4.37.9/arch/ppc/kernel/
Dsemaphore.c76 tsk->state = TASK_UNINTERRUPTIBLE; in __down()
88 tsk->state = TASK_UNINTERRUPTIBLE; in __down()
/linux-2.4.37.9/fs/xfs/linux-2.4/
Dsv.h77 _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/
Dsvc.c71 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/
Dnj_s.c107 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()
Dnj_u.c107 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/
Dsemaphore.c58 tsk->state = TASK_UNINTERRUPTIBLE; in __down()
78 tsk->state = TASK_UNINTERRUPTIBLE; in __down()
/linux-2.4.37.9/arch/arm/kernel/
Dsemaphore.c61 tsk->state = TASK_UNINTERRUPTIBLE; in __down()
81 tsk->state = TASK_UNINTERRUPTIBLE; in __down()
/linux-2.4.37.9/arch/x86_64/kernel/
Dsemaphore.c62 tsk->state = TASK_UNINTERRUPTIBLE; in __down()
82 tsk->state = TASK_UNINTERRUPTIBLE; in __down()
/linux-2.4.37.9/arch/sparc/kernel/
Dsemaphore.c51 tsk->state = TASK_UNINTERRUPTIBLE; in __down()
71 tsk->state = TASK_UNINTERRUPTIBLE; in __down()
/linux-2.4.37.9/arch/s390/kernel/
Dsemaphore.c58 tsk->state = TASK_UNINTERRUPTIBLE; in __down()
78 tsk->state = TASK_UNINTERRUPTIBLE; in __down()
/linux-2.4.37.9/arch/ia64/kernel/
Dsemaphore.c53 tsk->state = TASK_UNINTERRUPTIBLE; in __down()
73 tsk->state = TASK_UNINTERRUPTIBLE; in __down()
/linux-2.4.37.9/arch/i386/kernel/
Dsemaphore.c61 tsk->state = TASK_UNINTERRUPTIBLE; in __down()
81 tsk->state = TASK_UNINTERRUPTIBLE; in __down()
/linux-2.4.37.9/arch/mips64/kernel/
Dsemaphore.c113 __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/
Dsemaphore.c113 __set_current_state(TASK_UNINTERRUPTIBLE); in __down_failed()
135 __set_current_state(TASK_UNINTERRUPTIBLE); in __down_failed()

12345678