Searched refs:heap_by_zone_and_order_t (Results 1 – 1 of 1) sorted by relevance
448 typedef struct page_list_head heap_by_zone_and_order_t[NR_ZONES][MAX_ORDER+1]; typedef449 static heap_by_zone_and_order_t *_heap[MAX_NUMNODES];572 static heap_by_zone_and_order_t _heap_static; in init_node_heap()616 _heap[node] = xmalloc(heap_by_zone_and_order_t); in init_node_heap()
Completed in 11 milliseconds