Searched refs:glue (Results 1 – 1 of 1) sorted by relevance
227 struct irq_glue *glue; in free_irq_cpu_rmap() local234 glue = rmap->obj[index]; in free_irq_cpu_rmap()235 irq_set_affinity_notifier(glue->notify.irq, NULL); in free_irq_cpu_rmap()252 struct irq_glue *glue = in irq_cpu_rmap_notify() local256 rc = cpu_rmap_update(glue->rmap, glue->index, mask); in irq_cpu_rmap_notify()267 struct irq_glue *glue = in irq_cpu_rmap_release() local270 cpu_rmap_put(glue->rmap); in irq_cpu_rmap_release()271 kfree(glue); in irq_cpu_rmap_release()287 struct irq_glue *glue = kzalloc(sizeof(*glue), GFP_KERNEL); in irq_cpu_rmap_add() local290 if (!glue) in irq_cpu_rmap_add()[all …]