Searched refs:vpe_bh_work (Results 1 – 2 of 2) sorted by relevance
177 struct budget *budget = from_work(budget, t, vpe_bh_work); in vpeirq()528 INIT_WORK(&budget->vpe_bh_work, vpeirq); in ttpci_budget_init()568 cancel_work_sync(&budget->vpe_bh_work); in ttpci_budget_deinit()587 queue_work(system_bh_wq, &budget->vpe_bh_work); in ttpci_budget_irq10_handler()
59 struct work_struct vpe_bh_work; member