Searched refs:LIST_IS_EMPTY (Results 1 – 10 of 10) sorted by relevance
81 while (!LIST_IS_EMPTY(&bucket->list)) { in etna_bo_cache_cleanup()127 if (LIST_IS_EMPTY(&bucket->list)) in find_in_bucket()
93 while (!LIST_IS_EMPTY(&bucket->list)) { in fd_bo_cache_cleanup()146 if (!LIST_IS_EMPTY(&bucket->list)) { in find_in_bucket()
381 if (!LIST_IS_EMPTY(&server.new_clients)) { in vtest_server_wait_clients()547 const bool was_empty = LIST_IS_EMPTY(&server.active_clients); in vtest_server_run()560 is_empty = LIST_IS_EMPTY(&server.active_clients); in vtest_server_run()
305 if (LIST_IS_EMPTY(&renderer.free_contexts)) { in vtest_new_context()
106 #define LIST_IS_EMPTY(__list) \ macro
107 #define LIST_IS_EMPTY(__list) \ macro
131 if (LIST_IS_EMPTY(list)) { in kgsl_pipe_add_submit()
123 assert(!LIST_IS_EMPTY(&msm_ring->cmd_list)); in current_cmd()
1795 if (!LIST_IS_EMPTY(&sub->cs_programs)) { in vrend_free_programs()1801 if (!LIST_IS_EMPTY(&sub->gl_programs[i])) { in vrend_free_programs()5969 if (LIST_IS_EMPTY(&vrend_state.fence_wait_list) && in thread_sync()9289 if (LIST_IS_EMPTY(&retired_fences)) in vrend_renderer_check_fences()9598 } else if (LIST_IS_EMPTY(&q->waiting_queries)) { in vrend_get_query_result()
3258 - util: remove LIST_IS_EMPTY macro