Home
last modified time | relevance | path

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

/linux/net/devlink/
A Dcore.c49 struct delayed_work notify_work; member
73 nested_in.notify_work.work); in devlink_rel_nested_in_notify_work()
99 schedule_delayed_work(&rel->nested_in.notify_work, 1); in devlink_rel_nested_in_notify_work()
105 schedule_delayed_work(&rel->nested_in.notify_work, 0); in devlink_rel_nested_in_notify_work_schedule()
126 INIT_DELAYED_WORK(&rel->nested_in.notify_work, in devlink_rel_alloc()
/linux/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/drivers/usb/typec/ucsi/
A Ducsi_glink.c69 struct work_struct notify_work; member
234 struct pmic_glink_ucsi *ucsi = container_of(work, struct pmic_glink_ucsi, notify_work); in pmic_glink_ucsi_notify()
279 schedule_work(&ucsi->notify_work); in pmic_glink_ucsi_callback()
335 INIT_WORK(&ucsi->notify_work, pmic_glink_ucsi_notify); in pmic_glink_ucsi_probe()
/linux/drivers/firmware/arm_scmi/
A Dnotify.c244 struct work_struct notify_work; member
543 eq = container_of(work, struct events_queue, notify_work); in scmi_events_dispatcher()
628 &r_evt->proto->equeue.notify_work); in scmi_notify()
667 INIT_WORK(&equeue->notify_work, scmi_events_dispatcher); in scmi_initialize_events_queue()
864 cancel_work_sync(&pd->equeue.notify_work); in scmi_deregister_protocol_events()
/linux/drivers/infiniband/hw/mlx5/
A Dcq.c947 notify_work); in notify_soft_wc_handler()
1002 INIT_WORK(&cq->notify_work, notify_soft_wc_handler); in mlx5_ib_create_cq()
1448 schedule_work(&cq->notify_work); in mlx5_ib_generate_wc()
A Dmlx5_ib.h582 struct work_struct notify_work; member
/linux/include/net/
A Dbonding.h186 struct delayed_work notify_work; member
/linux/drivers/net/bonding/
A Dbond_main.c1793 cancel_delayed_work_sync(&slave->notify_work); in slave_kobj_release()
1830 INIT_DELAYED_WORK(&slave->notify_work, bond_netdev_notify_work); in bond_alloc_slave()
1865 notify_work.work); in bond_netdev_notify_work()
1875 queue_delayed_work(slave->bond->wq, &slave->notify_work, 1); in bond_netdev_notify_work()
1881 queue_delayed_work(slave->bond->wq, &slave->notify_work, 0); in bond_queue_slave_event()

Completed in 36 milliseconds