Searched refs:child_relid (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/hv/ |
H A D | hv_trace.h | 33 __field(u32, child_relid) 43 TP_fast_assign(__entry->child_relid = offer->child_relid; 56 __entry->child_relid, __entry->monitorid, 67 TP_STRUCT__entry(__field(u32, child_relid)), 68 TP_fast_assign(__entry->child_relid = offer->child_relid), 69 TP_printk("child_relid 0x%x", __entry->child_relid) 76 __field(u32, child_relid) 80 TP_fast_assign(__entry->child_relid = result->child_relid; 85 __entry->child_relid, __entry->openid, __entry->status 93 __field(u32, child_relid) [all …]
|
H A D | channel.c | 134 vmbus_send_interrupt(channel->offermsg.child_relid); in vmbus_setevent() 222 msg.child_relid = channel->offermsg.child_relid; in send_modifychannel_without_ack() 249 msg->child_relid = channel->offermsg.child_relid; in send_modifychannel_with_ack() 467 gpadlmsg->child_relid = channel->offermsg.child_relid; in __vmbus_establish_gpadl() 702 open_msg->openid = newchannel->offermsg.child_relid; in __vmbus_open() 703 open_msg->child_relid = newchannel->offermsg.child_relid; in __vmbus_open() 827 msg->child_relid = channel->offermsg.child_relid; in vmbus_teardown_gpadl() 930 msg->child_relid = channel->offermsg.child_relid; in vmbus_close_internal()
|
H A D | vmbus_drv.c | 134 return sysfs_emit(buf, "%d\n", hv_dev->channel->offermsg.child_relid); in id_show() 486 channel->offermsg.child_relid, in channel_vp_mapping_show() 493 cur_sc->offermsg.child_relid, in channel_vp_mapping_show() 1185 rescind->child_relid = channel->offermsg.child_relid; in vmbus_force_channel_rescinded() 1851 u32 relid = channel->offermsg.child_relid; in vmbus_add_channel_kobj() 2453 channel->offermsg.child_relid = INVALID_RELID; in vmbus_bus_suspend() 2513 if (channel->offermsg.child_relid != INVALID_RELID) in vmbus_bus_resume()
|
/linux/include/linux/ |
H A D | hyperv.h | 536 u32 child_relid; member 562 u32 child_relid; member 579 u32 child_relid; member 611 u32 child_relid; member 619 u32 child_relid; member 626 u32 child_relid; member 642 u32 child_relid; member 659 u32 child_relid; member 666 u32 child_relid; member 677 u32 child_relid; member [all …]
|
/linux/Documentation/ABI/stable/ |
H A D | sysfs-bus-vmbus | 12 Description: The VMBus child_relid of the device's primary channel 35 Format: <channel's child_relid:the bound cpu's number>
|