Lines Matching defs:notify
226 struct irq_affinity_notify notify;
248 irq_set_affinity_notifier(glue->notify.irq, NULL);
257 * @notify: struct irq_affinity_notify passed by irq/manage.c
263 irq_cpu_rmap_notify(struct irq_affinity_notify *notify, const cpumask_t *mask)
266 container_of(notify, struct irq_glue, notify);
281 container_of(ref, struct irq_glue, notify.kref);
317 glue->notify.notify = irq_cpu_rmap_notify;
318 glue->notify.release = irq_cpu_rmap_release;
326 rc = irq_set_affinity_notifier(irq, &glue->notify);