Lines Matching refs:xpnet_broadcast_partitions
106 static unsigned long *xpnet_broadcast_partitions;
274 __set_bit(partid, xpnet_broadcast_partitions);
285 __clear_bit(partid, xpnet_broadcast_partitions);
288 if (bitmap_empty((unsigned long *)xpnet_broadcast_partitions,
466 for_each_set_bit(dest_partid, xpnet_broadcast_partitions,
478 test_bit(dest_partid, xpnet_broadcast_partitions) != 0) {
524 xpnet_broadcast_partitions = kcalloc(BITS_TO_LONGS(xp_max_npartitions),
527 if (xpnet_broadcast_partitions == NULL)
537 kfree(xpnet_broadcast_partitions);
574 kfree(xpnet_broadcast_partitions);
590 kfree(xpnet_broadcast_partitions);