Searched refs:msg_dpc (Results 1 – 4 of 4) sorted by relevance
50 static struct tasklet_struct msg_dpc; variable308 tasklet_schedule(&msg_dpc); in mshv_vtl_vmbus_isr()1302 tasklet_init(&msg_dpc, mshv_vtl_sint_on_msg_dpc, 0); in mshv_vtl_init()
162 struct tasklet_struct msg_dpc; member
1349 tasklet_schedule(&hv_cpu->msg_dpc); in vmbus_message_sched()2713 tasklet_disable(&hv_cpu->msg_dpc); in vmbus_bus_suspend()2716 tasklet_enable(&hv_cpu->msg_dpc); in vmbus_bus_suspend()3041 tasklet_kill(&hv_cpu->msg_dpc); in vmbus_exit()
195 tasklet_init(&hv_cpu->msg_dpc, in hv_synic_alloc()