Searched refs:list_head (Results 1 – 2 of 2) sorted by relevance
29 list_append(&lst->list_head, ®ion->list); in __buddy_add_region_obj()97 if (unlikely(list_empty(&__mmio_pool.free_regions[__exp2index(exp)].list_head))) in __buddy_pop_region()99 …ddy_addr_region *r = container_of(list_next(&__mmio_pool.free_regions[__exp2index(exp)].list_head), in __buddy_pop_region()117 if (unlikely(list_empty(&__mmio_pool.free_regions[__exp2index(exp)].list_head))) in __find_buddy()121 struct List *list = &__mmio_pool.free_regions[__exp2index(exp)].list_head; in __find_buddy()129 } while (list_next(list) != &__mmio_pool.free_regions[__exp2index(exp)].list_head); in __find_buddy()142 if (list_empty(&free_list->list_head)) in __buddy_merge()145 struct List *list = list_next(&free_list->list_head); in __buddy_merge()164 } while (list != &free_list->list_head); in __buddy_merge()181 if (!list_empty(&__mmio_pool.free_regions[__exp2index(exp)].list_head)) in mmio_buddy_query_addr_region()[all …]
28 struct List list_head; member