Symbol: irq_affinity_notify
drivers/infiniband/hw/hfi1/affinity.c
778
static void hfi1_irq_notifier_notify(struct irq_affinity_notify *notify,
drivers/infiniband/hw/hfi1/affinity.c
800
struct irq_affinity_notify *notify = &msix->notify;
drivers/infiniband/hw/hfi1/affinity.c
813
struct irq_affinity_notify *notify = &msix->notify;
drivers/infiniband/hw/hfi1/hfi.h
685
struct irq_affinity_notify notify;
drivers/net/ethernet/broadcom/bnxt/bnxt.c
11625
static void bnxt_irq_affinity_notify(struct irq_affinity_notify *notify,
drivers/net/ethernet/broadcom/bnxt/bnxt.c
11661
struct irq_affinity_notify *notify =
drivers/net/ethernet/broadcom/bnxt/bnxt.c
11662
container_of(ref, struct irq_affinity_notify, kref);
drivers/net/ethernet/broadcom/bnxt/bnxt.c
11685
struct irq_affinity_notify *notify;
drivers/net/ethernet/broadcom/bnxt/bnxt.h
1255
struct irq_affinity_notify affinity_notify;
drivers/net/ethernet/fungible/funeth/funeth_main.c
234
static void fun_irq_aff_notify(struct irq_affinity_notify *notify,
drivers/net/ethernet/fungible/funeth/funeth_txrx.h
224
struct irq_affinity_notify aff_notify;
drivers/net/ethernet/hisilicon/hns3/hns3_enet.h
568
struct irq_affinity_notify affinity_notify;
drivers/net/ethernet/intel/i40e/i40e.h
962
struct irq_affinity_notify affinity_notify;
drivers/net/ethernet/intel/i40e/i40e_main.c
4100
static void i40e_irq_affinity_notify(struct irq_affinity_notify *notify,
drivers/net/ethernet/pensando/ionic/ionic_api.h
55
struct irq_affinity_notify aff_notify;
drivers/net/ethernet/pensando/ionic/ionic_lif.c
278
static void ionic_irq_aff_notify(struct irq_affinity_notify *notify,
include/linux/interrupt.h
271
struct irq_affinity_notify {
include/linux/interrupt.h
275
void (*notify)(struct irq_affinity_notify *, const cpumask_t *mask);
include/linux/interrupt.h
368
irq_set_affinity_notifier(unsigned int irq, struct irq_affinity_notify *notify);
include/linux/interrupt.h
420
irq_set_affinity_notifier(unsigned int irq, struct irq_affinity_notify *notify)
include/linux/irqdesc.h
101
struct irq_affinity_notify *affinity_notify;
include/linux/irqdesc.h
14
struct irq_affinity_notify;
include/linux/netdevice.h
415
struct irq_affinity_notify notify;
kernel/irq/manage.c
521
struct irq_affinity_notify *notify = container_of(work, struct irq_affinity_notify, work);
kernel/irq/manage.c
553
int irq_set_affinity_notifier(unsigned int irq, struct irq_affinity_notify *notify)
kernel/irq/manage.c
556
struct irq_affinity_notify *old_notify;
kernel/irq/manage.c
568
INIT_WORK(&notify->work, irq_affinity_notify);
lib/cpu_rmap.c
226
struct irq_affinity_notify notify;
lib/cpu_rmap.c
263
irq_cpu_rmap_notify(struct irq_affinity_notify *notify, const cpumask_t *mask)
net/core/dev.c
7298
netif_napi_irq_notify(struct irq_affinity_notify *notify,