Home
last modified time | relevance | path

Searched refs:task_state (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/staging/rts5208/
H A Drtsx.h61 #define wait_timeout_x(task_state, msecs) \ argument
63 set_current_state((task_state)); \
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dsa1100fb.h63 volatile u_char task_state; member
H A Dsa1100fb.c235 if (fbi->task_state == C_ENABLE && state == C_REENABLE) in sa1100fb_schedule_work()
237 if (fbi->task_state == C_DISABLE && state == C_ENABLE) in sa1100fb_schedule_work()
241 fbi->task_state = state; in sa1100fb_schedule_work()
964 u_int state = xchg(&fbi->task_state, -1); in sa1100fb_task()
1126 fbi->task_state = (u_char)-1; in sa1100fb_init_fbinfo()
H A Dpxafb.h144 volatile u_char task_state; member
H A Dpxafb.c122 if (fbi->task_state == C_ENABLE && state == C_REENABLE) in pxafb_schedule_work()
124 if (fbi->task_state == C_DISABLE && state == C_ENABLE) in pxafb_schedule_work()
128 fbi->task_state = state; in pxafb_schedule_work()
1643 u_int state = xchg(&fbi->task_state, -1); in pxafb_task()
1837 fbi->task_state = (u_char)-1; in pxafb_init_fbinfo()
/OK3568_Linux_fs/kernel/drivers/soc/rockchip/fiq_debugger/
H A Dfiq_debugger.c341 unsigned task_state; in fiq_debugger_do_ps() local
347 task_state = p->state ? __ffs(p->state) + 1 : 0; in fiq_debugger_do_ps()
351 task_state >= sizeof(stat_nam) ? '?' : stat_nam[task_state]); in fiq_debugger_do_ps()
352 if (task_state == TASK_RUNNING) in fiq_debugger_do_ps()
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm.c2349 static int dm_wait_for_bios_completion(struct mapped_device *md, long task_state) in dm_wait_for_bios_completion() argument
2355 prepare_to_wait(&md->wait, &wait, task_state); in dm_wait_for_bios_completion()
2360 if (signal_pending_state(task_state, current)) { in dm_wait_for_bios_completion()
2374 static int dm_wait_for_completion(struct mapped_device *md, long task_state) in dm_wait_for_completion() argument
2379 return dm_wait_for_bios_completion(md, task_state); in dm_wait_for_completion()
2385 if (signal_pending_state(task_state, current)) { in dm_wait_for_completion()
2501 unsigned suspend_flags, long task_state, in __dm_suspend() argument
2568 r = dm_wait_for_completion(md, task_state); in __dm_suspend()
/OK3568_Linux_fs/kernel/fs/proc/
H A Darray.c151 static inline void task_state(struct seq_file *m, struct pid_namespace *ns, in task_state() function
416 task_state(m, ns, pid, task); in proc_pid_status()
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-sched.c437 u64 timestamp, u64 task_state __maybe_unused) in add_sched_event_sleep()