Home
last modified time | relevance | path

Searched refs:vmbus_send_modifychannel (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/hv/
H A Dchannel.c222 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 Dhv_trace.h297 TRACE_EVENT(vmbus_send_modifychannel,
H A Dvmbus_drv.c1770 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 Dhv_trace.h312 TRACE_EVENT(vmbus_send_modifychannel,
H A Dchannel.c298 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 Dvmbus_drv.c1660 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 Dhyperv.h671 /* 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 Dhyperv.h683 /* Modify Channel parameters, cf. vmbus_send_modifychannel() */
1651 int vmbus_send_modifychannel(struct vmbus_channel *channel, u32 target_vp);

Completed in 17 milliseconds