Searched defs:hstate (Results 1 – 8 of 8) sorted by relevance
248 struct dd_state *hstate = CALLOC_STRUCT(dd_state); in dd_context_create_vertex_elements_state() local321 struct dd_state *hstate = CALLOC_STRUCT(dd_state); local
21358 struct hstate { struct21359 struct mutex resize_lock;21360 int next_nid_to_alloc;21361 int next_nid_to_free;21362 unsigned int order;21363 unsigned int demote_order;21364 long unsigned int mask;21365 long unsigned int max_huge_pages;21366 long unsigned int nr_huge_pages;21367 long unsigned int free_huge_pages;[all …]
19642 struct hstate { struct19643 int next_nid_to_alloc;19644 int next_nid_to_free;19645 unsigned int order;19646 long unsigned int mask;19647 long unsigned int max_huge_pages;19648 long unsigned int nr_huge_pages;19649 long unsigned int free_huge_pages;19650 long unsigned int resv_huge_pages;19651 long unsigned int surplus_huge_pages;[all …]
17842 struct hstate { struct17843 int next_nid_to_alloc;17844 int next_nid_to_free;17845 unsigned int order;17846 long unsigned int mask;17847 long unsigned int max_huge_pages;17848 long unsigned int nr_huge_pages;17849 long unsigned int free_huge_pages;17850 long unsigned int resv_huge_pages;17851 long unsigned int surplus_huge_pages;[all …]
25232 struct hstate { struct25233 int next_nid_to_alloc;25234 int next_nid_to_free;25235 unsigned int order;25236 long unsigned int mask;25237 long unsigned int max_huge_pages;25238 long unsigned int nr_huge_pages;25239 long unsigned int free_huge_pages;25240 long unsigned int resv_huge_pages;25241 long unsigned int surplus_huge_pages;[all …]