Home
last modified time | relevance | path

Searched refs:chn_rescind_callback (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/hv/
H A Dchannel_mgmt.c1113 if (channel->chn_rescind_callback) { in vmbus_onoffer_rescind()
1114 channel->chn_rescind_callback(channel); in vmbus_onoffer_rescind()
1491 channel->chn_rescind_callback = chn_rescind_cb; in vmbus_set_chn_rescind_callback()
/OK3568_Linux_fs/kernel/include/linux/
H A Dhyperv.h889 void (*chn_rescind_callback)(struct vmbus_channel *channel); member