Lines Matching defs:notify
214 struct irq_affinity_notify notify;
236 irq_set_affinity_notifier(glue->notify.irq, NULL);
245 * @notify: struct irq_affinity_notify passed by irq/manage.c
251 irq_cpu_rmap_notify(struct irq_affinity_notify *notify, const cpumask_t *mask)
254 container_of(notify, struct irq_glue, notify);
269 container_of(ref, struct irq_glue, notify.kref);
294 glue->notify.notify = irq_cpu_rmap_notify;
295 glue->notify.release = irq_cpu_rmap_release;
299 rc = irq_set_affinity_notifier(irq, &glue->notify);