Searched refs:vdpy_display_bh (Results 1 – 3 of 3) sorted by relevance
25 struct vdpy_display_bh { struct26 TAILQ_ENTRY(vdpy_display_bh) link;93 bool vdpy_submit_bh(int handle, struct vdpy_display_bh *bh);
88 struct vdpy_display_bh ui_timer_bh;93 TAILQ_HEAD(display_list, vdpy_display_bh) request_list;979 struct vdpy_display_bh *bh_task; in vdpy_sdl_ui_timer()1078 struct vdpy_display_bh *bh; in vdpy_sdl_display_thread()1200 bool vdpy_submit_bh(int handle, struct vdpy_display_bh *bh_task) in vdpy_submit_bh()
371 struct vdpy_display_bh ctrl_bh;372 struct vdpy_display_bh cursor_bh;373 struct vdpy_display_bh vga_bh;
Completed in 14 milliseconds