Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/intel/haswell/
Dsst-haswell-ipc.c234 struct work_struct notify_work; member
264 struct work_struct notify_work; member
483 struct sst_hsw_stream, notify_work); in hsw_notification_work()
689 schedule_work(&stream->notify_work); in hsw_stream_message()
718 schedule_work(&stream->notify_work); in hsw_log_message()
993 INIT_WORK(&stream->notify_work, hsw_notification_work); in sst_hsw_stream_new()
1031 cancel_work_sync(&stream->notify_work); in sst_hsw_stream_free()
/Linux-v4.19/drivers/infiniband/hw/mlx5/
Dcq.c973 notify_work); in notify_soft_wc_handler()
1032 INIT_WORK(&cq->notify_work, notify_soft_wc_handler); in mlx5_ib_create_cq()
1490 schedule_work(&cq->notify_work); in mlx5_ib_generate_wc()
Dmlx5_ib.h507 struct work_struct notify_work; member
/Linux-v4.19/include/net/
Dbonding.h169 struct delayed_work notify_work; member
/Linux-v4.19/drivers/net/bonding/
Dbond_main.c1291 INIT_DELAYED_WORK(&slave->notify_work, bond_netdev_notify_work); in bond_alloc_slave()
1300 cancel_delayed_work_sync(&slave->notify_work); in bond_free_slave()
1325 notify_work.work); in bond_netdev_notify_work()
1335 queue_delayed_work(slave->bond->wq, &slave->notify_work, 1); in bond_netdev_notify_work()
1341 queue_delayed_work(slave->bond->wq, &slave->notify_work, 0); in bond_queue_slave_event()