Lines Matching refs:pane
237 if (info->last_time + gr->pane->period <= now) { in query_cpu_load()
267 hud_cpu_graph_install(struct hud_pane *pane, unsigned cpu_index) in hud_cpu_graph_install() argument
303 hud_pane_add_graph(pane, gr); in hud_cpu_graph_install()
304 hud_pane_set_max_value(pane, 100); in hud_cpu_graph_install()
332 if (info->last_time + gr->pane->period*1000 <= now) { in query_api_thread_busy_status()
338 struct util_queue_monitoring *mon = gr->pane->hud->monitored_queue; in query_api_thread_busy_status()
368 hud_thread_busy_install(struct hud_pane *pane, const char *name, bool main) in hud_thread_busy_install() argument
392 hud_pane_add_graph(pane, gr); in hud_thread_busy_install()
393 hud_pane_set_max_value(pane, 100); in hud_thread_busy_install()
404 struct util_queue_monitoring *mon = gr->pane->hud->monitored_queue; in get_counter()
429 if (info->last_time + gr->pane->period*1000 <= now) { in query_thread_counter()
443 void hud_thread_counter_install(struct hud_pane *pane, const char *name, in hud_thread_counter_install() argument
466 hud_pane_add_graph(pane, gr); in hud_thread_counter_install()
467 hud_pane_set_max_value(pane, 100); in hud_thread_counter_install()