Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/virt/nitro_enclaves/
A 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()
A Dne_pci_dev.h302 struct work_struct notify_work; member
/linux-6.3-rc2/drivers/firmware/arm_scmi/
A Dnotify.c243 struct work_struct notify_work; member
542 eq = container_of(work, struct events_queue, notify_work); in scmi_events_dispatcher()
627 &r_evt->proto->equeue.notify_work); in scmi_notify()
666 INIT_WORK(&equeue->notify_work, scmi_events_dispatcher); in scmi_initialize_events_queue()
857 cancel_work_sync(&pd->equeue.notify_work); in scmi_deregister_protocol_events()
/linux-6.3-rc2/drivers/infiniband/hw/mlx5/
A Dcq.c939 notify_work); in notify_soft_wc_handler()
993 INIT_WORK(&cq->notify_work, notify_soft_wc_handler); in mlx5_ib_create_cq()
1439 schedule_work(&cq->notify_work); in mlx5_ib_generate_wc()
A Dmlx5_ib.h568 struct work_struct notify_work; member
/linux-6.3-rc2/include/net/
A Dbonding.h186 struct delayed_work notify_work; member
/linux-6.3-rc2/drivers/net/bonding/
A Dbond_main.c1663 cancel_delayed_work_sync(&slave->notify_work); in slave_kobj_release()
1700 INIT_DELAYED_WORK(&slave->notify_work, bond_netdev_notify_work); in bond_alloc_slave()
1735 notify_work.work); in bond_netdev_notify_work()
1745 queue_delayed_work(slave->bond->wq, &slave->notify_work, 1); in bond_netdev_notify_work()
1751 queue_delayed_work(slave->bond->wq, &slave->notify_work, 0); in bond_queue_slave_event()

Completed in 35 milliseconds