Searched refs:vmbus_send_modifychannel (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/hv/ |
H A D | channel.c | 222 int vmbus_send_modifychannel(u32 child_relid, u32 target_vp) in vmbus_send_modifychannel() function 238 EXPORT_SYMBOL_GPL(vmbus_send_modifychannel); variable
|
H A D | hv_trace.h | 297 TRACE_EVENT(vmbus_send_modifychannel,
|
H A D | vmbus_drv.c | 1770 if (vmbus_send_modifychannel(channel->offermsg.child_relid, in target_cpu_store() 1778 * have successfully processed the vmbus_send_modifychannel() request. in target_cpu_store() 1779 * See the header comment of vmbus_send_modifychannel() for more info. in target_cpu_store() 1781 * Lags in the processing of the above vmbus_send_modifychannel() can in target_cpu_store()
|
/kernel/linux/linux-6.6/drivers/hv/ |
H A D | hv_trace.h | 312 TRACE_EVENT(vmbus_send_modifychannel,
|
H A D | channel.c | 298 int vmbus_send_modifychannel(struct vmbus_channel *channel, u32 target_vp) in vmbus_send_modifychannel() function 304 EXPORT_SYMBOL_GPL(vmbus_send_modifychannel); variable
|
H A D | vmbus_drv.c | 1660 if (vmbus_send_modifychannel(channel, in target_cpu_store() 1670 * have successfully processed the vmbus_send_modifychannel() request. in target_cpu_store() 1671 * See the header comment of vmbus_send_modifychannel() for more info. in target_cpu_store() 1673 * Lags in the processing of the above vmbus_send_modifychannel() can in target_cpu_store()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | hyperv.h | 671 /* Modify Channel parameters, cf. vmbus_send_modifychannel() */ 1567 int vmbus_send_modifychannel(u32 child_relid, u32 target_vp);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | hyperv.h | 683 /* Modify Channel parameters, cf. vmbus_send_modifychannel() */ 1651 int vmbus_send_modifychannel(struct vmbus_channel *channel, u32 target_vp);
|
Completed in 19 milliseconds