Home
last modified time | relevance | path

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

/lib/
Dcpu_rmap.c227 struct irq_glue *glue; in free_irq_cpu_rmap() local
234 glue = rmap->obj[index]; in free_irq_cpu_rmap()
235 if (glue) in free_irq_cpu_rmap()
236 irq_set_affinity_notifier(glue->notify.irq, NULL); in free_irq_cpu_rmap()
253 struct irq_glue *glue = in irq_cpu_rmap_notify() local
257 rc = cpu_rmap_update(glue->rmap, glue->index, mask); in irq_cpu_rmap_notify()
268 struct irq_glue *glue = in irq_cpu_rmap_release() local
271 glue->rmap->obj[glue->index] = NULL; in irq_cpu_rmap_release()
272 cpu_rmap_put(glue->rmap); in irq_cpu_rmap_release()
273 kfree(glue); in irq_cpu_rmap_release()
[all …]