Searched refs:this_group (Results 1 – 2 of 2) sorted by relevance
63 size_t offset_of_group, offset_in_group, this_group = box / 4; in calculate_box_addr() local67 offset_of_group = this_group * 4; in calculate_box_addr()69 offset_of_group = len - ((this_group + 1) * 4); in calculate_box_addr()74 offset_in_group = box - this_group * 4; in calculate_box_addr()76 offset_in_group = group_size - (box - this_group * 4) - 1; in calculate_box_addr()
2846 nodemask_t this_group; in preferred_group_nid() local2847 nodes_clear(this_group); in preferred_group_nid()2853 node_set(b, this_group); in preferred_group_nid()2861 max_group = this_group; in preferred_group_nid()