Home
last modified time | relevance | path

Searched refs:TASK_IDLE (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/hal/
H A Dhal_task.cpp99 task->status = TASK_IDLE; in hal_task_group_init()
101 list_add_tail(&task->list, &p->list[TASK_IDLE]); in hal_task_group_init()
102 p->count[TASK_IDLE]++; in hal_task_group_init()
/OK3568_Linux_fs/kernel/include/linux/
H A Dswait.h233 (void)___swait_event(wq, condition, TASK_IDLE, 0, schedule())
256 TASK_IDLE, timeout, \
H A Dwait.h665 ___wait_event(wq_head, condition, TASK_IDLE, 0, 0, schedule()); \
689 ___wait_event(wq_head, condition, TASK_IDLE, 1, 0, schedule()); \
694 TASK_IDLE, 0, timeout, \
727 TASK_IDLE, 1, timeout, \
H A Ddelay.h68 usleep_range_state(min, max, TASK_IDLE); in usleep_idle_range()
H A Dsched.h105 #define TASK_IDLE (TASK_UNINTERRUPTIBLE | TASK_NOLOAD) macro
1525 if (tsk_state == TASK_IDLE) in task_state_index()
/OK3568_Linux_fs/external/mpp/mpp/codec/
H A Dmpp_dec_normal.cpp274 hal_task_hnd_set_status(task, TASK_IDLE); in reset_hal_thread()
331 hal_task_get_hnd(tasks, TASK_IDLE, &task->hnd); in try_proc_dec_task()
462 hal_task_hnd_set_status(task_prev, TASK_IDLE); in try_proc_dec_task()
525 hal_task_hnd_set_status(task->hnd, TASK_IDLE); in try_proc_dec_task()
811 hal_task_hnd_set_status(task, TASK_IDLE); in mpp_dec_hal_thread()
834 hal_task_hnd_set_status(task, TASK_IDLE); in mpp_dec_hal_thread()
857 (TASK_IDLE) : (TASK_PROC_DONE)); in mpp_dec_hal_thread()
H A Dmpp_dec.cpp260 ret = hal_task_get_hnd(group, TASK_IDLE, &hnd); in mpp_dec_put_frame()
337 ret = hal_task_get_hnd(group, TASK_IDLE, &hnd); in mpp_dec_put_frame()
H A Dmpp_enc_impl.cpp2564 hal_task_get_hnd(enc->tasks, TASK_IDLE, &enc->hnd); in try_get_async_task()
2992 hal_task_hnd_set_status(hnd, TASK_IDLE); in mpp_enc_async_thread()
3058 hal_task_hnd_set_status(hnd, TASK_IDLE); in mpp_enc_async_thread()
/OK3568_Linux_fs/external/mpp/mpp/hal/inc/
H A Dhal_task.h24 TASK_IDLE, enumerator
/OK3568_Linux_fs/external/mpp/mpp/vproc/
H A Dmpp_dec_vproc.cpp667 hal_task_hnd_set_status(task, TASK_IDLE); in dec_vproc_thread()
679 hal_task_hnd_set_status(task, TASK_IDLE); in dec_vproc_thread()
717 hal_task_hnd_set_status(task, TASK_IDLE); in dec_vproc_thread()
/OK3568_Linux_fs/kernel/arch/x86/platform/efi/
H A Dquirks.c748 set_current_state(TASK_IDLE); in efi_recover_from_page_fault()
/OK3568_Linux_fs/kernel/drivers/siox/
H A Dsiox-core.c311 set_current_state(TASK_IDLE); in siox_poll_thread()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/ps3/
H A Ddevice-init.c744 rcuwait_wait_event(&dev->wait, dev->done || kthread_should_stop(), TASK_IDLE); in ps3_notification_read_write()
/OK3568_Linux_fs/kernel/kernel/time/
H A Dtimer.c1927 __set_current_state(TASK_IDLE); in schedule_timeout_idle()
/OK3568_Linux_fs/kernel/kernel/
H A Dworkqueue.c2471 __set_current_state(TASK_IDLE); in worker_thread()
2513 set_current_state(TASK_IDLE); in rescuer_thread()
/OK3568_Linux_fs/kernel/drivers/md/
H A Draid1.c1335 &w, TASK_IDLE); in raid1_write_request()
H A Draid10.c1295 &w, TASK_IDLE); in raid10_write_request()
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dcore.c6754 if (state_filter == TASK_UNINTERRUPTIBLE && p->state == TASK_IDLE) in state_filter_match()