Searched refs:gen_work (Results 1 – 2 of 2) sorted by relevance
37 struct work_struct gen_work; member63 struct work_struct gen_work; member
95 rvu_nix_health_reporter = container_of(work, struct rvu_nix_health_reporters, gen_work); in rvu_nix_gen_work()121 queue_work(rvu_dl->devlink_wq, &rvu_dl->rvu_nix_health_reporter->gen_work); in rvu_nix_af_rvu_gen_handler()648 INIT_WORK(&rvu_reporters->gen_work, rvu_nix_gen_work); in rvu_nix_register_reporters()739 rvu_npa_health_reporter = container_of(work, struct rvu_npa_health_reporters, gen_work); in rvu_npa_gen_work()765 queue_work(rvu_dl->devlink_wq, &rvu_dl->rvu_npa_health_reporter->gen_work); in rvu_npa_af_gen_intr_handler()1292 INIT_WORK(&rvu_reporters->gen_work, rvu_npa_gen_work); in rvu_npa_register_reporters()
Completed in 6 milliseconds