Home
last modified time | relevance | path

Searched refs:xpnet_broadcast_partitions (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/misc/sgi-xp/
Dxpnet.c105 static unsigned long *xpnet_broadcast_partitions; variable
271 __set_bit(partid, xpnet_broadcast_partitions); in xpnet_connection_activity()
282 __clear_bit(partid, xpnet_broadcast_partitions); in xpnet_connection_activity()
285 if (bitmap_empty((unsigned long *)xpnet_broadcast_partitions, in xpnet_connection_activity()
479 for_each_set_bit(dest_partid, xpnet_broadcast_partitions, in xpnet_dev_hard_start_xmit()
491 test_bit(dest_partid, xpnet_broadcast_partitions) != 0) { in xpnet_dev_hard_start_xmit()
538 xpnet_broadcast_partitions = kzalloc(BITS_TO_LONGS(xp_max_npartitions) * in xpnet_init()
540 if (xpnet_broadcast_partitions == NULL) in xpnet_init()
550 kfree(xpnet_broadcast_partitions); in xpnet_init()
585 kfree(xpnet_broadcast_partitions); in xpnet_init()
[all …]