Home
last modified time | relevance | path

Searched refs:event_dpc (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/hv/
Dhv.c151 memset(hv_context.event_dpc, 0, in hv_init()
333 hv_context.event_dpc[cpu] = kmalloc(size, GFP_ATOMIC); in hv_synic_alloc()
334 if (hv_context.event_dpc[cpu] == NULL) { in hv_synic_alloc()
338 tasklet_init(hv_context.event_dpc[cpu], vmbus_on_event, cpu); in hv_synic_alloc()
379 kfree(hv_context.event_dpc[cpu]); in hv_synic_free_cpu()
Dhyperv_vmbus.h540 struct tasklet_struct *event_dpc[NR_CPUS]; member
Dvmbus_drv.c751 tasklet_schedule(hv_context.event_dpc[cpu]); in vmbus_isr()