Searched refs:hs (Results 1 – 2 of 2) sorted by relevance
1531 struct hstate *hs; in SYSCALL_DEFINE6() local1533 hs = hstate_sizelog((flags >> MAP_HUGE_SHIFT) & MAP_HUGE_MASK); in SYSCALL_DEFINE6()1534 if (!hs) in SYSCALL_DEFINE6()1537 len = ALIGN(len, huge_page_size(hs)); in SYSCALL_DEFINE6()
1034 #define for_each_node_mask_to_alloc(hs, nr_nodes, node, mask) \ argument1037 ((node = hstate_next_node_to_alloc(hs, mask)) || 1); \1040 #define for_each_node_mask_to_free(hs, nr_nodes, node, mask) \ argument1043 ((node = hstate_next_node_to_free(hs, mask)) || 1); \