Home
last modified time | relevance | path

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

/lib/
Dcpu_rmap.c221 struct irq_affinity_notify notify; member
242 irq_set_affinity_notifier(glue->notify.irq, NULL); in free_irq_cpu_rmap()
257 irq_cpu_rmap_notify(struct irq_affinity_notify *notify, const cpumask_t *mask) in irq_cpu_rmap_notify() argument
260 container_of(notify, struct irq_glue, notify); in irq_cpu_rmap_notify()
275 container_of(ref, struct irq_glue, notify.kref); in irq_cpu_rmap_release()
299 glue->notify.notify = irq_cpu_rmap_notify; in irq_cpu_rmap_add()
300 glue->notify.release = irq_cpu_rmap_release; in irq_cpu_rmap_add()
304 rc = irq_set_affinity_notifier(irq, &glue->notify); in irq_cpu_rmap_add()
DKconfig.kgdb68 through a notify handler.