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

/linux-master/drivers/hv/
H A Dchannel_mgmt.c438 * hv_process_channel_removal() could find INVALID_RELID only for
441 WARN_ON(channel->offermsg.child_relid == INVALID_RELID &&
451 if (channel->offermsg.child_relid != INVALID_RELID)
469 * destroys the channel, the relid is INVALID_RELID, and in this case
473 if (channel->offermsg.child_relid != INVALID_RELID)
1048 * { Initially: channel relid = INVALID_RELID,
1057 * MAP_RELID channel if (r1 != INVALID_RELID)
1064 * Note. r1 can be INVALID_RELID only for an hv_sock channel.
1073 WARN_ON(oldchannel->offermsg.child_relid != INVALID_RELID);
H A Dvmbus_drv.c2416 channel->offermsg.child_relid = INVALID_RELID;
/linux-master/include/linux/
H A Dhyperv.h513 #define INVALID_RELID U32_MAX macro

Completed in 146 milliseconds