Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/misc/sgi-xp/
Dxpc_main.c227 for (partid = 0; partid < xp_max_npartitions; partid++) { in xpc_check_remote_hb()
540 DBUG_ON(partid < 0 || partid >= xp_max_npartitions); in xpc_activating()
859 for (partid = 0; partid < xp_max_npartitions; partid++) { in xpc_disconnect_wait()
906 xp_max_npartitions, GFP_KERNEL); in xpc_setup_partitions()
920 for (partid = 0; partid < xp_max_npartitions; partid++) { in xpc_setup_partitions()
986 for (partid = 0; partid < xp_max_npartitions; partid++) { in xpc_do_exit()
1100 for (partid = 0; partid < xp_max_npartitions; partid++) { in xpc_die_deactivate()
1130 for (partid = 0; partid < xp_max_npartitions; in xpc_die_deactivate()
1216 if (xp_max_npartitions != 64) { in xpc_init()
Dxpnet.c259 DBUG_ON(partid < 0 || partid >= xp_max_npartitions); in xpnet_connection_activity()
286 xp_max_npartitions)) { in xpnet_connection_activity()
480 xp_max_npartitions) { in xpnet_dev_hard_start_xmit()
490 dest_partid < xp_max_npartitions && in xpnet_dev_hard_start_xmit()
538 xpnet_broadcast_partitions = kzalloc(BITS_TO_LONGS(xp_max_npartitions) * in xpnet_init()
Dxpc_partition.c160 if (rp->SAL_partid < 0 || rp->SAL_partid >= xp_max_npartitions) { in xpc_setup_rsvd_page()
163 xp_max_npartitions); in xpc_setup_rsvd_page()
168 rp->max_npartitions = xp_max_npartitions; in xpc_setup_rsvd_page()
253 remote_rp->SAL_partid >= xp_max_npartitions || in xpc_get_remote_rp()
Dxp_main.c35 short xp_max_npartitions; variable
36 EXPORT_SYMBOL_GPL(xp_max_npartitions);
Dxpc_channel.c663 for (partid = 0; partid < xp_max_npartitions; partid++) { in xpc_initiate_connect()
720 for (partid = 0; partid < xp_max_npartitions; partid++) { in xpc_initiate_disconnect()
881 DBUG_ON(partid < 0 || partid >= xp_max_npartitions); in xpc_initiate_send()
932 DBUG_ON(partid < 0 || partid >= xp_max_npartitions); in xpc_initiate_send_notify()
1003 DBUG_ON(partid < 0 || partid >= xp_max_npartitions); in xpc_initiate_received()
Dxp_sn2.c169 xp_max_npartitions = XP_MAX_NPARTITIONS_SN2; in xp_init_sn2()
Dxp_uv.c153 xp_max_npartitions = XP_MAX_NPARTITIONS_UV; in xp_init_uv()
Dxp.h337 extern short xp_max_npartitions;
Dxpc_sn2.c729 bitmap_zero(xpc_vars_sn2->heartbeating_to_mask, xp_max_npartitions); in xpc_disallow_all_hbs_sn2()