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()1301 tasklet_init(&msg_dpc, mshv_vtl_sint_on_msg_dpc, 0); in mshv_vtl_init()
162 struct tasklet_struct msg_dpc; member
1348 tasklet_schedule(&hv_cpu->msg_dpc); in vmbus_message_sched()2657 tasklet_disable(&hv_cpu->msg_dpc); in vmbus_bus_suspend()2660 tasklet_enable(&hv_cpu->msg_dpc); in vmbus_bus_suspend()2983 tasklet_kill(&hv_cpu->msg_dpc); in vmbus_exit()
196 tasklet_init(&hv_cpu->msg_dpc, in hv_synic_alloc()