Searched refs:list_is_linked (Results 1 – 11 of 11) sorted by relevance
121 static inline bool list_is_linked(const struct list_head *list) in list_is_linked() function134 return list_is_linked(list) && !list_is_empty(list) && list->next->next == list; in list_is_singular()171 assert(list_is_linked(list)); in list_validate()
63 if (!list_is_linked(&slab->head)) { in pb_slab_reclaim()
44 if (list_is_linked(&entry->head)) { in destroy_buffer_locked()
199 if (list_is_linked(&This->managed.list)) in NineBuffer9_dtor()201 if (list_is_linked(&This->managed.list2)) in NineBuffer9_dtor()
106 if (list_is_linked(&This->list)) in NineBaseTexture9_dtor()108 if (list_is_linked(&This->list2)) in NineBaseTexture9_dtor()
142 if (list_is_linked(&bo->list)) { in lookup_bo()
37 if (!head || !list_is_linked(head)) in enc_ReleaseTasks()
835 if (list_is_linked(&tq->head_unflushed)) in tc_call_destroy_query()878 if (!list_is_linked(&tq->head_unflushed)) in tc_call_end_query()923 if (list_is_linked(&tq->head_unflushed)) { in tc_get_query_result()
2013 - util/list: add list_is_linked2014 - nine: use list_is_linked2015 - gallium: use list_is_linked2016 - iris: use list_is_linked2017 - r600: use list_is_linked2018 - omx: use list_is_linked
274 if (list_is_linked(&bo->head)) in find_and_ref_external_bo()
391 if (list_is_linked(&shader->shader.bc.cf)) in r600_pipe_shader_destroy()