Searched refs:report_work (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/ |
D | health.c | 595 health = container_of(work, struct mlx5_core_health, report_work); in mlx5_fw_reporter_err_work() 842 queue_work(health->wq, &health->report_work); in poll_health() 848 queue_work(health->wq, &health->report_work); in poll_health() 900 cancel_work_sync(&health->report_work); in mlx5_drain_health_wq() 933 INIT_WORK(&health->report_work, mlx5_fw_reporter_err_work); in mlx5_health_init()
|
/linux-6.1.9/drivers/hwmon/ |
D | lm90.c | 696 struct work_struct report_work; member 1049 struct lm90_data *data = container_of(work, struct lm90_data, report_work); in lm90_report_alarms() 1152 schedule_work(&data->report_work); in lm90_update_alarms_locked() 2561 cancel_work_sync(&data->report_work); in lm90_restore_conf() 2779 INIT_WORK(&data->report_work, lm90_report_alarms); in lm90_probe()
|
/linux-6.1.9/net/batman-adv/ |
D | bridge_loop_avoidance.c | 466 report_work); in batadv_bla_loopdetect_report() 520 INIT_WORK(&entry->report_work, batadv_bla_loopdetect_report); in batadv_bla_get_backbone_gw() 1867 ret = queue_work(batadv_event_workqueue, &backbone_gw->report_work); in batadv_bla_loopdetect_check()
|
D | types.h | 1788 struct work_struct report_work; member
|
/linux-6.1.9/include/linux/mlx5/ |
D | driver.h | 435 struct work_struct report_work; member
|