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
85 rvu_nix_health_reporter = container_of(work, struct rvu_nix_health_reporters, gen_work); in rvu_nix_gen_work()111 queue_work(rvu_dl->devlink_wq, &rvu_dl->rvu_nix_health_reporter->gen_work); in rvu_nix_af_rvu_gen_handler()544 INIT_WORK(&rvu_reporters->gen_work, rvu_nix_gen_work); in rvu_nix_register_reporters()632 rvu_npa_health_reporter = container_of(work, struct rvu_npa_health_reporters, gen_work); in rvu_npa_gen_work()658 queue_work(rvu_dl->devlink_wq, &rvu_dl->rvu_npa_health_reporter->gen_work); in rvu_npa_af_gen_intr_handler()1091 INIT_WORK(&rvu_reporters->gen_work, rvu_npa_gen_work); in rvu_npa_register_reporters()
Completed in 6 milliseconds