Home
last modified time | relevance | path

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

/linux-6.15/drivers/hv/
H A Dchannel_mgmt.c450 WARN_ON(channel->offermsg.child_relid == INVALID_RELID && in hv_process_channel_removal()
460 if (channel->offermsg.child_relid != INVALID_RELID) in hv_process_channel_removal()
482 if (channel->offermsg.child_relid != INVALID_RELID) in hv_process_channel_removal()
1072 WARN_ON(oldchannel->offermsg.child_relid != INVALID_RELID); in vmbus_onoffer()
H A Dvmbus_drv.c2570 channel->offermsg.child_relid = INVALID_RELID; in vmbus_bus_suspend()
2630 if (channel->offermsg.child_relid != INVALID_RELID) in vmbus_bus_resume()
/linux-6.15/include/linux/
H A Dhyperv.h457 #define INVALID_RELID U32_MAX macro