Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/hv/
Dchannel_mgmt.c441 WARN_ON(channel->offermsg.child_relid == INVALID_RELID && in hv_process_channel_removal()
451 if (channel->offermsg.child_relid != INVALID_RELID) in hv_process_channel_removal()
473 if (channel->offermsg.child_relid != INVALID_RELID) in hv_process_channel_removal()
1059 WARN_ON(oldchannel->offermsg.child_relid != INVALID_RELID); in vmbus_onoffer()
Dvmbus_drv.c2535 channel->offermsg.child_relid = INVALID_RELID; in vmbus_bus_suspend()
/linux-6.1.9/include/linux/
Dhyperv.h493 #define INVALID_RELID U32_MAX macro