Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/
H A Dsa1100fb.h63 volatile u_char task_state; member
H A Dsa1100fb.c234 if (fbi->task_state == C_ENABLE && state == C_REENABLE) in sa1100fb_schedule_work()
236 if (fbi->task_state == C_DISABLE && state == C_ENABLE) in sa1100fb_schedule_work()
240 fbi->task_state = state; in sa1100fb_schedule_work()
964 u_int state = xchg(&fbi->task_state, -1); in sa1100fb_task()
1125 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()
1640 u_int state = xchg(&fbi->task_state, -1); in pxafb_task()
1833 fbi->task_state = (u_char)-1; in pxafb_init_fbinfo()
/linux/fs/proc/
H A Darray.c148 static inline void task_state(struct seq_file *m, struct pid_namespace *ns, in task_state() function
448 task_state(m, ns, pid, task); in proc_pid_status()
/linux/fs/bcachefs/
H A Djournal.c811 int bch2_journal_flush_seq(struct journal *j, u64 seq, unsigned task_state) in bch2_journal_flush_seq() argument
824 task_state); in bch2_journal_flush_seq()
/linux/kernel/sched/
H A Dcore.c6574 unsigned long task_state) in try_to_block_task() argument
6578 if (signal_pending_state(task_state, p)) { in try_to_block_task()
6584 (task_state & TASK_UNINTERRUPTIBLE) && in try_to_block_task()
6585 !(task_state & TASK_NOLOAD) && in try_to_block_task()
6586 !(task_state & TASK_FROZEN); in try_to_block_task()
6588 if (unlikely(is_special_task_state(task_state))) in try_to_block_task()