Searched refs:video_daemon_pcb (Results 1 – 1 of 1) sorted by relevance
24 static struct process_control_block *video_daemon_pcb = NULL; variable66 video_daemon_pcb->virtual_runtime = in video_refresh_daemon()71 video_daemon_pcb->state &= ~PROC_RUNNING; in video_refresh_daemon()72 video_daemon_pcb->flags |= PF_NEED_SCHED; in video_refresh_daemon()84 if (unlikely(video_daemon_pcb == NULL)) in video_refresh_framebuffer()88 video_daemon_pcb->virtual_runtime = 0; in video_refresh_framebuffer()89 process_wakeup(video_daemon_pcb); in video_refresh_framebuffer()111 video_daemon_pcb = kthread_run(&video_refresh_daemon, NULL, "Video refresh daemon"); in video_reinitialize()112 video_daemon_pcb->virtual_runtime = 0; // 特殊情况, 最高优先级, 以后再改 in video_reinitialize()