Searched refs:set_current_state (Results 201 - 225 of 291) sorted by relevance

1234567891011>>

/linux-master/drivers/usb/storage/
H A Dusb.c415 set_current_state(TASK_INTERRUPTIBLE);
/linux-master/drivers/staging/rts5208/
H A Drtsx.c466 set_current_state(TASK_INTERRUPTIBLE);
/linux-master/block/
H A Dfops.c255 set_current_state(TASK_UNINTERRUPTIBLE);
/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dsched.c994 set_current_state(TASK_INTERRUPTIBLE);
/linux-master/drivers/media/rc/
H A Dlirc_dev.c348 set_current_state(TASK_INTERRUPTIBLE);
/linux-master/drivers/isdn/hardware/mISDN/
H A Dhfcpci.c211 set_current_state(TASK_UNINTERRUPTIBLE);
1747 set_current_state(TASK_UNINTERRUPTIBLE);
/linux-master/drivers/scsi/qedi/
H A Dqedi_main.c819 set_current_state(TASK_INTERRUPTIBLE);
1949 set_current_state(TASK_INTERRUPTIBLE);
/linux-master/drivers/mmc/host/
H A Dvub300.c2053 set_current_state(TASK_RUNNING);
2069 set_current_state(TASK_INTERRUPTIBLE);
/linux-master/drivers/infiniband/hw/mthca/
H A Dmthca_cmd.c243 set_current_state(TASK_RUNNING);
355 set_current_state(TASK_RUNNING);
/linux-master/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c486 set_current_state(TASK_INTERRUPTIBLE);
649 set_current_state(TASK_INTERRUPTIBLE);
/linux-master/drivers/block/
H A Dpktcdvd.c1432 set_current_state(TASK_INTERRUPTIBLE);
1480 set_current_state(TASK_RUNNING);
/linux-master/fs/nilfs2/
H A Dsegment.c2184 set_current_state(TASK_INTERRUPTIBLE);
2462 set_current_state(TASK_INTERRUPTIBLE);
/linux-master/net/iucv/
H A Daf_iucv.c817 set_current_state(TASK_INTERRUPTIBLE);
838 set_current_state(TASK_RUNNING);
/linux-master/drivers/media/pci/pt1/
H A Dpt1.c513 set_current_state(TASK_INTERRUPTIBLE);
/linux-master/drivers/media/pci/ivtv/
H A Divtv-driver.c362 set_current_state(intr ? TASK_INTERRUPTIBLE : TASK_UNINTERRUPTIBLE);
/linux-master/drivers/media/dvb-core/
H A Ddvb_ca_en50221.c1317 set_current_state(TASK_INTERRUPTIBLE);
/linux-master/drivers/media/i2c/
H A Dsaa717x.c1321 set_current_state(TASK_INTERRUPTIBLE);
/linux-master/sound/isa/opti9xx/
H A Dmiro.c171 set_current_state(TASK_UNINTERRUPTIBLE);
/linux-master/drivers/video/fbdev/omap2/omapfb/displays/
H A Dpanel-dsi-cm.c101 set_current_state(TASK_UNINTERRUPTIBLE);
/linux-master/drivers/video/fbdev/
H A Dps3fb.c899 set_current_state(TASK_INTERRUPTIBLE);
/linux-master/fs/
H A Dselect.c242 set_current_state(state);
/linux-master/drivers/gpu/drm/i915/
H A Di915_request.c2072 set_current_state(state);
/linux-master/kernel/time/
H A Dhrtimer.c2024 set_current_state(TASK_INTERRUPTIBLE|TASK_FREEZABLE);
2308 * the current task state has been set (see set_current_state()).
2348 * the current task state has been set (see set_current_state()).
/linux-master/io_uring/
H A Dio-wq.c644 set_current_state(TASK_INTERRUPTIBLE);
/linux-master/include/linux/
H A Dsched.h124 /* Convenience macros for the sake of set_current_state: */
185 * set_current_state() includes a barrier so that the write of current->__state
190 * set_current_state(TASK_UNINTERRUPTIBLE);
227 #define set_current_state(state_value) \ macro
270 * set_current_state(TASK_RTLOCK_WAIT);

Completed in 260 milliseconds

1234567891011>>