Searched refs:xp_max_npartitions (Results 1 – 7 of 7) sorted by relevance
261 DBUG_ON(partid < 0 || partid >= xp_max_npartitions); in xpnet_connection_activity()288 xp_max_npartitions)) { in xpnet_connection_activity()466 xp_max_npartitions) { in xpnet_dev_hard_start_xmit()476 dest_partid < xp_max_npartitions && in xpnet_dev_hard_start_xmit()523 xpnet_broadcast_partitions = kcalloc(BITS_TO_LONGS(xp_max_npartitions), in xpnet_init()
155 if (rp->SAL_partid < 0 || rp->SAL_partid >= xp_max_npartitions) { in xpc_setup_rsvd_page()158 xp_max_npartitions); in xpc_setup_rsvd_page()163 rp->max_npartitions = xp_max_npartitions; in xpc_setup_rsvd_page()248 remote_rp->SAL_partid >= xp_max_npartitions || in xpc_get_remote_rp()
230 for (partid = 0; partid < xp_max_npartitions; partid++) { in xpc_check_remote_hb()537 DBUG_ON(partid < 0 || partid >= xp_max_npartitions); in xpc_activating()856 for (partid = 0; partid < xp_max_npartitions; partid++) { in xpc_disconnect_wait()902 xpc_partitions = kcalloc(xp_max_npartitions, in xpc_setup_partitions()918 for (partid = 0; partid < xp_max_npartitions; partid++) { in xpc_setup_partitions()982 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()
35 short xp_max_npartitions; variable36 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()
153 xp_max_npartitions = XP_MAX_NPARTITIONS_UV; in xp_init_uv()
329 extern short xp_max_npartitions;