Home
last modified time | relevance | path

Searched refs:onchannel_callback (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/
H A Dhyperv.h880 void (*onchannel_callback)(void *context); member
1192 void (*onchannel_callback)(void *context),
1201 void (*onchannel_callback)(void *context),
/linux/drivers/hv/
H A Dhv_snapshot.c271 if (channel->onchannel_callback == NULL) in vss_respond_to_host()
H A Dchannel.c661 newchannel->onchannel_callback = onchannelcallback; in __vmbus_open()
897 channel->onchannel_callback = NULL; in vmbus_reset_channel_cb()
H A Dhv_kvp.c540 if (channel->onchannel_callback == NULL) in kvp_respond_to_host()
H A Dvmbus_drv.c1252 callback_fn = channel->onchannel_callback; in vmbus_chan_sched()