Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/hv/
A Dconnection.c333 vmbus_connection.channels = kcalloc(MAX_CHANNEL_RELIDS, in vmbus_connect()
412 if (WARN_ON(relid >= MAX_CHANNEL_RELIDS)) in relid2channel()
A Dhyperv_vmbus.h200 #define MAX_CHANNEL_RELIDS \ macro
A Dchannel_mgmt.c377 if (WARN_ON(channel->offermsg.child_relid >= MAX_CHANNEL_RELIDS)) in vmbus_channel_map_relid()
411 if (WARN_ON(channel->offermsg.child_relid >= MAX_CHANNEL_RELIDS)) in vmbus_channel_unmap_relid()

Completed in 8 milliseconds