/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() 137 __set_current_state(TASK_RUNNING); in __down_failed() 237 __set_current_state(TASK_INTERRUPTIBLE); in __down_failed_interruptible() 264 __set_current_state(TASK_INTERRUPTIBLE); in __down_failed_interruptible() 266 __set_current_state(TASK_RUNNING); in __down_failed_interruptible()
|
/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() 137 __set_current_state(TASK_RUNNING); in __down_failed() 237 __set_current_state(TASK_INTERRUPTIBLE); in __down_failed_interruptible() 264 __set_current_state(TASK_INTERRUPTIBLE); in __down_failed_interruptible() 266 __set_current_state(TASK_RUNNING); in __down_failed_interruptible()
|
/linux-2.4.37.9/mm/ |
D | vmscan.c | 355 __set_current_state(TASK_RUNNING); in swap_out() 401 __set_current_state(TASK_RUNNING); in shrink_cache() 682 __set_current_state(TASK_RUNNING); in try_to_free_pages_zone() 738 __set_current_state(TASK_INTERRUPTIBLE); in kswapd_balance_pgdat() 831 __set_current_state(TASK_INTERRUPTIBLE); in kswapd() 838 __set_current_state(TASK_RUNNING); in kswapd()
|
/linux-2.4.37.9/drivers/message/fusion/ |
D | linux_compat.h | 100 #define __set_current_state(state_value) do { current->state = state_value; } while (0) macro 102 #define set_current_state(state_value) do { __set_current_state(state_value); mb(); } while (0) 104 #define set_current_state(state_value) __set_current_state(state_value)
|
/linux-2.4.37.9/net/ipv4/ipvs/ |
D | ip_vs_sync.c | 636 __set_current_state(TASK_INTERRUPTIBLE); in sync_master_loop() 638 __set_current_state(TASK_RUNNING); in sync_master_loop() 694 __set_current_state(TASK_INTERRUPTIBLE); in sync_backup_loop() 696 __set_current_state(TASK_RUNNING); in sync_backup_loop() 855 __set_current_state(TASK_UNINTERRUPTIBLE); in stop_sync_thread() 861 __set_current_state(TASK_RUNNING); in stop_sync_thread()
|
/linux-2.4.37.9/kernel/ |
D | softirq.c | 377 __set_current_state(TASK_INTERRUPTIBLE); in ksoftirqd() 386 __set_current_state(TASK_RUNNING); in ksoftirqd() 394 __set_current_state(TASK_INTERRUPTIBLE); in ksoftirqd()
|
/linux-2.4.37.9/drivers/net/ |
D | skge_backport.h | 36 __set_current_state(TASK_INTERRUPTIBLE); in msleep_interruptible()
|
/linux-2.4.37.9/drivers/ide/raid/ |
D | ataraid.c | 125 __set_current_state(TASK_RUNNING); in ataraid_get_bhead() 140 __set_current_state(TASK_RUNNING); in ataraid_get_private()
|
/linux-2.4.37.9/fs/xfs/linux-2.4/ |
D | sv.h | 62 __set_current_state(state); in _sv_wait()
|
D | mrlock.c | 90 __set_current_state(TASK_UNINTERRUPTIBLE); in lock_wait()
|
/linux-2.4.37.9/drivers/sound/ |
D | es1370.c | 1082 __set_current_state(TASK_INTERRUPTIBLE); in drain_dac1() 1118 __set_current_state(TASK_INTERRUPTIBLE); in drain_dac2() 1174 __set_current_state(TASK_INTERRUPTIBLE); in es1370_read() 1256 __set_current_state(TASK_INTERRUPTIBLE); in es1370_write() 1756 __set_current_state(TASK_INTERRUPTIBLE); in es1370_open() 1864 __set_current_state(TASK_INTERRUPTIBLE); in es1370_write_dac() 2199 __set_current_state(TASK_INTERRUPTIBLE); in es1370_open_dac() 2280 __set_current_state(TASK_INTERRUPTIBLE); in es1370_midi_read() 2313 __set_current_state(TASK_RUNNING); in es1370_midi_read() 2343 __set_current_state(TASK_INTERRUPTIBLE); in es1370_midi_write() [all …]
|
D | es1371.c | 1270 __set_current_state(TASK_INTERRUPTIBLE); in drain_dac1() 1305 __set_current_state(TASK_UNINTERRUPTIBLE); in drain_dac2() 1360 __set_current_state(TASK_INTERRUPTIBLE); in es1371_read() 1443 __set_current_state(TASK_INTERRUPTIBLE); in es1371_write() 1941 __set_current_state(TASK_INTERRUPTIBLE); in es1371_open() 2051 __set_current_state(TASK_INTERRUPTIBLE); in es1371_write_dac() 2377 __set_current_state(TASK_INTERRUPTIBLE); in es1371_open_dac() 2457 __set_current_state(TASK_INTERRUPTIBLE); in es1371_midi_read() 2490 __set_current_state(TASK_RUNNING); in es1371_midi_read() 2520 __set_current_state(TASK_INTERRUPTIBLE); in es1371_midi_write() [all …]
|
D | esssolo1.c | 1030 __set_current_state(TASK_INTERRUPTIBLE); in solo1_read() 1138 __set_current_state(TASK_INTERRUPTIBLE); in solo1_write() 1623 __set_current_state(TASK_INTERRUPTIBLE); in solo1_open() 1751 __set_current_state(TASK_INTERRUPTIBLE); in solo1_midi_read() 1784 __set_current_state(TASK_RUNNING); in solo1_midi_read() 1814 __set_current_state(TASK_INTERRUPTIBLE); in solo1_midi_write() 1851 __set_current_state(TASK_RUNNING); in solo1_midi_write() 1913 __set_current_state(TASK_INTERRUPTIBLE); in solo1_midi_open() 1963 __set_current_state(TASK_INTERRUPTIBLE); in solo1_midi_release() 2134 __set_current_state(TASK_INTERRUPTIBLE); in solo1_dmfm_open()
|
D | sonicvibes.c | 1288 __set_current_state(TASK_INTERRUPTIBLE); in drain_dac() 1347 __set_current_state(TASK_INTERRUPTIBLE); in sv_read() 1436 __set_current_state(TASK_INTERRUPTIBLE); in sv_write() 1920 __set_current_state(TASK_INTERRUPTIBLE); in sv_open() 2014 __set_current_state(TASK_INTERRUPTIBLE); in sv_midi_read() 2047 __set_current_state(TASK_RUNNING); in sv_midi_read() 2077 __set_current_state(TASK_INTERRUPTIBLE); in sv_midi_write() 2114 __set_current_state(TASK_RUNNING); in sv_midi_write() 2169 __set_current_state(TASK_INTERRUPTIBLE); in sv_midi_open() 2222 __set_current_state(TASK_INTERRUPTIBLE); in sv_midi_release() [all …]
|
D | cmpci.c | 1807 __set_current_state(TASK_INTERRUPTIBLE); in drain_dac() 1862 __set_current_state(TASK_INTERRUPTIBLE); in cm_read() 1963 __set_current_state(TASK_INTERRUPTIBLE); in cm_write() 2628 __set_current_state(TASK_INTERRUPTIBLE); in cm_open() 2737 __set_current_state(TASK_INTERRUPTIBLE); in cm_midi_read() 2773 __set_current_state(TASK_RUNNING); in cm_midi_read() 2803 __set_current_state(TASK_INTERRUPTIBLE); in cm_midi_write() 2842 __set_current_state(TASK_RUNNING); in cm_midi_write() 2896 __set_current_state(TASK_INTERRUPTIBLE); in cm_midi_open() 2948 __set_current_state(TASK_INTERRUPTIBLE); in cm_midi_release() [all …]
|
/linux-2.4.37.9/net/sctp/ |
D | socket.c | 4290 __set_current_state(TASK_INTERRUPTIBLE); in sctp_wait_for_packet() 4328 __set_current_state(TASK_RUNNING); in sctp_wait_for_packet() 4336 __set_current_state(TASK_RUNNING); in sctp_wait_for_packet() 4469 __set_current_state(TASK_INTERRUPTIBLE); in sctp_wait_for_sndbuf() 4492 __set_current_state(TASK_RUNNING); in sctp_wait_for_sndbuf() 4564 __set_current_state(TASK_INTERRUPTIBLE); in sctp_wait_for_connect() 4590 __set_current_state(TASK_RUNNING); in sctp_wait_for_connect() 4625 __set_current_state(TASK_INTERRUPTIBLE); in sctp_wait_for_accept() 4650 __set_current_state(TASK_RUNNING); in sctp_wait_for_accept() 4662 __set_current_state(TASK_INTERRUPTIBLE); in sctp_wait_for_close() [all …]
|
/linux-2.4.37.9/fs/ncpfs/ |
D | sock.c | 142 __set_current_state(TASK_INTERRUPTIBLE); in do_ncp_rpc_call() 287 __set_current_state(TASK_INTERRUPTIBLE); in do_tcp_rcv()
|
/linux-2.4.37.9/drivers/parport/ |
D | ieee1284_ops.c | 98 __set_current_state (TASK_INTERRUPTIBLE); in parport_ieee1284_write_compat() 543 __set_current_state (TASK_INTERRUPTIBLE); in parport_ieee1284_ecp_read_data()
|
D | ieee1284.c | 216 __set_current_state (TASK_INTERRUPTIBLE); in parport_wait_peripheral()
|
/linux-2.4.37.9/drivers/net/e1000/ |
D | kcompat.h | 274 __set_current_state(TASK_INTERRUPTIBLE); in _kc_msleep_interruptible()
|
/linux-2.4.37.9/net/core/ |
D | datagram.c | 67 __set_current_state(TASK_INTERRUPTIBLE); in wait_for_packet()
|
/linux-2.4.37.9/net/netlink/ |
D | af_netlink.c | 158 __set_current_state(TASK_RUNNING); in netlink_table_grab() 610 __set_current_state(TASK_INTERRUPTIBLE); in netlink_unicast() 618 __set_current_state(TASK_RUNNING); in netlink_unicast()
|
/linux-2.4.37.9/drivers/s390/net/ |
D | ctctty.c | 43 #define __set_current_state(state_value) \ macro 47 do { __set_current_state(state_value); mb(); } while (0) 49 #define set_current_state(state_value) __set_current_state(state_value)
|
/linux-2.4.37.9/net/ipv4/ |
D | af_inet.c | 566 __set_current_state(TASK_INTERRUPTIBLE); in inet_wait_for_connect() 582 __set_current_state(TASK_RUNNING); in inet_wait_for_connect()
|
/linux-2.4.37.9/drivers/ide/legacy/ |
D | ide-cs.c | 358 __set_current_state(TASK_UNINTERRUPTIBLE); in ide_config()
|