Home
last modified time | relevance | path

Searched refs:task_state (Results 1 – 5 of 5) 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.c123 if (fbi->task_state == C_ENABLE && state == C_REENABLE) in pxafb_schedule_work()
125 if (fbi->task_state == C_DISABLE && state == C_ENABLE) in pxafb_schedule_work()
129 fbi->task_state = state; in pxafb_schedule_work()
1628 u_int state = xchg(&fbi->task_state, -1); in pxafb_task()
1821 fbi->task_state = (u_char)-1; in pxafb_init_fbinfo()
/linux/kernel/sched/
H A Dcore.c6495 unsigned long task_state = *task_state_p; in try_to_block_task() local
6498 if (signal_pending_state(task_state, p)) { in try_to_block_task()
6515 (task_state & TASK_UNINTERRUPTIBLE) && in try_to_block_task()
6516 !(task_state & TASK_NOLOAD) && in try_to_block_task()
6517 !(task_state & TASK_FROZEN); in try_to_block_task()
6519 if (unlikely(is_special_task_state(task_state))) in try_to_block_task()