Searched refs:xp_max_npartitions (Results 1 – 7 of 7) sorted by relevance
262 DBUG_ON(partid < 0 || partid >= xp_max_npartitions); in xpnet_connection_activity()289 xp_max_npartitions)) { in xpnet_connection_activity()467 xp_max_npartitions) { in xpnet_dev_hard_start_xmit()477 dest_partid < xp_max_npartitions && in xpnet_dev_hard_start_xmit()525 xpnet_broadcast_partitions = bitmap_zalloc(xp_max_npartitions, in xpnet_init()
156 if (rp->SAL_partid < 0 || rp->SAL_partid >= xp_max_npartitions) { in xpc_setup_rsvd_page()159 xp_max_npartitions); in xpc_setup_rsvd_page()164 rp->max_npartitions = xp_max_npartitions; in xpc_setup_rsvd_page()249 remote_rp->SAL_partid >= xp_max_npartitions || in xpc_get_remote_rp()
222 for (partid = 0; partid < xp_max_npartitions; partid++) { in xpc_check_remote_hb()529 DBUG_ON(partid < 0 || partid >= xp_max_npartitions); in xpc_activating()848 for (partid = 0; partid < xp_max_npartitions; partid++) { in xpc_disconnect_wait()894 xpc_partitions = kcalloc(xp_max_npartitions, in xpc_setup_partitions()910 for (partid = 0; partid < xp_max_npartitions; partid++) { in xpc_setup_partitions()974 for (partid = 0; partid < xp_max_npartitions; partid++) { in xpc_do_exit()1094 for (partid = 0; partid < xp_max_npartitions; partid++) { in xpc_die_deactivate()1124 for (partid = 0; partid < xp_max_npartitions; in xpc_die_deactivate()
36 short xp_max_npartitions; variable37 EXPORT_SYMBOL_GPL(xp_max_npartitions);
662 for (partid = 0; partid < xp_max_npartitions; partid++) { in xpc_initiate_connect()717 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()
156 xp_max_npartitions = XP_MAX_NPARTITIONS_UV; in xp_init_uv()
325 extern short xp_max_npartitions;