Searched refs:TASK_RUNNING (Results 26 - 50 of 194) sorted by relevance

12345678

/linux-master/drivers/crypto/ccp/
H A Dccp-dev.c453 __set_current_state(TASK_RUNNING);
465 __set_current_state(TASK_RUNNING);
/linux-master/fs/orangefs/
H A Dorangefs-bufmap.c62 __set_current_state(TASK_RUNNING);
116 __set_current_state(TASK_RUNNING);
/linux-master/io_uring/
H A Dio_uring.h321 __set_current_state(TASK_RUNNING);
333 __set_current_state(TASK_RUNNING);
/linux-master/drivers/dma-buf/
H A Ddma-fence.c802 __set_current_state(TASK_RUNNING);
903 __set_current_state(TASK_RUNNING);
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_irq.c219 __set_current_state(TASK_RUNNING);
/linux-master/drivers/accessibility/speakup/
H A Dspeakup_decext.c195 set_current_state(TASK_RUNNING);
H A Dspeakup_apollo.c198 set_current_state(TASK_RUNNING);
H A Dspeakup_dectlk.c271 set_current_state(TASK_RUNNING);
H A Dspeakup_keypc.c214 set_current_state(TASK_RUNNING);
H A Dspeakup_acntpc.c213 set_current_state(TASK_RUNNING);
/linux-master/kernel/
H A Dkthread.c293 __set_current_state(TASK_RUNNING);
753 __set_current_state(TASK_RUNNING);
820 __set_current_state(TASK_RUNNING);
839 __set_current_state(TASK_RUNNING);
/linux-master/fs/bcachefs/
H A Dclock.c124 __set_current_state(TASK_RUNNING);
/linux-master/kernel/rcu/
H A Dtree.h315 __set_current_state(TASK_RUNNING); \
/linux-master/include/linux/
H A Dsched.h95 #define TASK_RUNNING 0x00000000 macro
135 #define TASK_REPORT (TASK_RUNNING | TASK_INTERRUPTIBLE | \
140 #define task_is_running(task) (READ_ONCE((task)->__state) == TASK_RUNNING)
196 * __set_current_state(TASK_RUNNING);
210 * Wakeup will do: if (@state & p->__state) p->__state = TASK_RUNNING, that is,
212 * TASK_RUNNING store which can collide with __set_current_state(TASK_RUNNING).
214 * However, with slightly different timing the wakeup TASK_RUNNING store can
236 * serialize against wakeups such that any possible in-flight TASK_RUNNING
259 * TASK_RUNNING s
[all...]
/linux-master/drivers/media/rc/
H A Drc-ir-raw.c51 __set_current_state(TASK_RUNNING);
54 set_current_state(TASK_RUNNING);
/linux-master/drivers/md/bcache/
H A Dalloc.c292 set_current_state(TASK_RUNNING); \
299 __set_current_state(TASK_RUNNING); \
/linux-master/drivers/memstick/host/
H A Dr592.c583 set_current_state(TASK_RUNNING);
587 set_current_state(TASK_RUNNING);
/linux-master/drivers/tty/
H A Dn_hdlc.c472 __set_current_state(TASK_RUNNING);
558 __set_current_state(TASK_RUNNING);
/linux-master/fs/xfs/
H A Dxfs_trans_ail.c620 __set_current_state(TASK_RUNNING);
648 * or that a wake_up resets the state to TASK_RUNNING.
667 __set_current_state(TASK_RUNNING);
/linux-master/net/rxrpc/
H A Dsendmsg.c81 __set_current_state(TASK_RUNNING);
217 set_current_state(TASK_RUNNING);
/linux-master/kernel/bpf/
H A Dcpumap.c294 __set_current_state(TASK_RUNNING);
364 __set_current_state(TASK_RUNNING);
/linux-master/lib/
H A Dklist.c257 __set_current_state(TASK_RUNNING);
/linux-master/fs/
H A Dsignalfd.c192 __set_current_state(TASK_RUNNING);
/linux-master/drivers/hid/
H A Dhid-roccat.c110 set_current_state(TASK_RUNNING);
/linux-master/fs/ext4/
H A Dmmp.c254 set_current_state(TASK_RUNNING);

Completed in 245 milliseconds

12345678