Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/virt/nitro_enclaves/
Dne_pci_dev.c219 container_of(work, struct ne_pci_dev, notify_work); in ne_event_work_handler()
281 queue_work(ne_pci_dev->event_wq, &ne_pci_dev->notify_work); in ne_event_handler()
339 INIT_WORK(&ne_pci_dev->notify_work, ne_event_work_handler); in ne_setup_msix()
378 flush_work(&ne_pci_dev->notify_work); in ne_teardown_msix()
Dne_pci_dev.h298 struct work_struct notify_work; member
/kernel/linux/linux-5.10/drivers/firmware/arm_scmi/
Dnotify.c242 struct work_struct notify_work; member
539 eq = container_of(work, struct events_queue, notify_work); in scmi_events_dispatcher()
626 &r_evt->proto->equeue.notify_work); in scmi_notify()
665 INIT_WORK(&equeue->notify_work, scmi_events_dispatcher); in scmi_initialize_events_queue()
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/
Dcq.c914 notify_work); in notify_soft_wc_handler()
968 INIT_WORK(&cq->notify_work, notify_soft_wc_handler); in mlx5_ib_create_cq()
1404 schedule_work(&cq->notify_work); in mlx5_ib_generate_wc()
Dmlx5_ib.h513 struct work_struct notify_work; member
/kernel/linux/linux-5.10/include/net/
Dbonding.h181 struct delayed_work notify_work; member
/kernel/linux/linux-5.10/drivers/net/bonding/
Dbond_main.c1591 cancel_delayed_work_sync(&slave->notify_work); in slave_kobj_release()
1628 INIT_DELAYED_WORK(&slave->notify_work, bond_netdev_notify_work); in bond_alloc_slave()
1663 notify_work.work); in bond_netdev_notify_work()
1673 queue_delayed_work(slave->bond->wq, &slave->notify_work, 1); in bond_netdev_notify_work()
1679 queue_delayed_work(slave->bond->wq, &slave->notify_work, 0); in bond_queue_slave_event()