Searched refs:intr_work (Results 1 – 2 of 2) sorted by relevance
35 struct work_struct intr_work; member61 struct work_struct intr_work; member
59 rvu_nix_health_reporter = container_of(work, struct rvu_nix_health_reporters, intr_work); in rvu_nix_intr_work()85 queue_work(rvu_dl->devlink_wq, &rvu_dl->rvu_nix_health_reporter->intr_work); in rvu_nix_af_rvu_intr_handler()646 INIT_WORK(&rvu_reporters->intr_work, rvu_nix_intr_work); in rvu_nix_register_reporters()703 rvu_npa_health_reporter = container_of(work, struct rvu_npa_health_reporters, intr_work); in rvu_npa_intr_work()729 queue_work(rvu_dl->devlink_wq, &rvu_dl->rvu_npa_health_reporter->intr_work); in rvu_npa_af_rvu_intr_handler()1289 INIT_WORK(&rvu_reporters->intr_work, rvu_npa_intr_work); in rvu_npa_register_reporters()
Completed in 9 milliseconds