Searched refs:intxn2 (Results 1 – 1 of 1) sorted by relevance
136 unsigned long *intxn2; in intersection_range_check() local146 intxn2 = bitmap_alloc(nnodes, GFP_KERNEL); in intersection_range_check()147 if (!intxn2) { in intersection_range_check()180 bitmap_zero(intxn2, nnodes); in intersection_range_check()183 bitmap_set(intxn2, node - nodes, 1); in intersection_range_check()185 WARN_ON_ONCE(!bitmap_equal(intxn1, intxn2, nnodes)); in intersection_range_check()193 bitmap_free(intxn2); in intersection_range_check()