| /OK3568_Linux_fs/external/mpp/mpp/hal/ |
| H A D | hal_task.cpp | 99 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 D | swait.h | 233 (void)___swait_event(wq, condition, TASK_IDLE, 0, schedule()) 256 TASK_IDLE, timeout, \
|
| H A D | wait.h | 665 ___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 D | delay.h | 68 usleep_range_state(min, max, TASK_IDLE); in usleep_idle_range()
|
| H A D | sched.h | 105 #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 D | mpp_dec_normal.cpp | 274 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 D | mpp_dec.cpp | 260 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 D | mpp_enc_impl.cpp | 2564 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 D | hal_task.h | 24 TASK_IDLE, enumerator
|
| /OK3568_Linux_fs/external/mpp/mpp/vproc/ |
| H A D | mpp_dec_vproc.cpp | 667 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 D | quirks.c | 748 set_current_state(TASK_IDLE); in efi_recover_from_page_fault()
|
| /OK3568_Linux_fs/kernel/drivers/siox/ |
| H A D | siox-core.c | 311 set_current_state(TASK_IDLE); in siox_poll_thread()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/ps3/ |
| H A D | device-init.c | 744 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 D | timer.c | 1927 __set_current_state(TASK_IDLE); in schedule_timeout_idle()
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | workqueue.c | 2471 __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 D | raid1.c | 1335 &w, TASK_IDLE); in raid1_write_request()
|
| H A D | raid10.c | 1295 &w, TASK_IDLE); in raid10_write_request()
|
| /OK3568_Linux_fs/kernel/kernel/sched/ |
| H A D | core.c | 6754 if (state_filter == TASK_UNINTERRUPTIBLE && p->state == TASK_IDLE) in state_filter_match()
|