Searched refs:report_work (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | health.c | 541 health = container_of(work, struct mlx5_core_health, report_work); in mlx5_fw_reporter_err_work() 737 queue_work(health->wq, &health->report_work); in poll_health() 743 queue_work(health->wq, &health->report_work); in poll_health() 785 cancel_work_sync(&health->report_work); in mlx5_drain_health_wq() 824 INIT_WORK(&health->report_work, mlx5_fw_reporter_err_work); in mlx5_health_init()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | health.c | 587 health = container_of(work, struct mlx5_core_health, report_work); in mlx5_fw_reporter_err_work() 829 queue_work(health->wq, &health->report_work); in poll_health() 835 queue_work(health->wq, &health->report_work); in poll_health() 880 cancel_work_sync(&health->report_work); in mlx5_drain_health_wq() 919 INIT_WORK(&health->report_work, mlx5_fw_reporter_err_work); in mlx5_health_init()
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | lm90.c | 697 struct work_struct report_work; member 1050 struct lm90_data *data = container_of(work, struct lm90_data, report_work); in lm90_report_alarms() 1153 schedule_work(&data->report_work); in lm90_update_alarms_locked() 2562 cancel_work_sync(&data->report_work); in lm90_restore_conf() 2764 INIT_WORK(&data->report_work, lm90_report_alarms); in lm90_probe()
|
/kernel/linux/linux-5.10/net/batman-adv/ |
H A D | bridge_loop_avoidance.c | 471 report_work); in batadv_bla_loopdetect_report() 525 INIT_WORK(&entry->report_work, batadv_bla_loopdetect_report); in batadv_bla_get_backbone_gw() 1874 ret = queue_work(batadv_event_workqueue, &backbone_gw->report_work); in batadv_bla_loopdetect_check()
|
H A D | types.h | 1860 /** @report_work: work struct for reporting detected loops */ 1861 struct work_struct report_work; member
|
/kernel/linux/linux-6.6/net/batman-adv/ |
H A 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()
|
H A D | types.h | 1793 /** @report_work: work struct for reporting detected loops */ 1794 struct work_struct report_work; member
|
/kernel/linux/linux-5.10/include/linux/mlx5/ |
H A D | driver.h | 442 struct work_struct report_work; member
|
/kernel/linux/linux-6.6/include/linux/mlx5/ |
H A D | driver.h | 440 struct work_struct report_work; member
|
Completed in 24 milliseconds