Home
last modified time | relevance | path

Searched refs:notif_pcpu_wq (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/tee/optee/
H A Dsmc_abi.c1077 queue_work(optee->smc.notif_pcpu_wq, in notif_pcpu_irq_handler()
1110 optee->smc.notif_pcpu_wq = create_workqueue("optee_pcpu_notification"); in init_pcpu_irq()
1111 if (!optee->smc.notif_pcpu_wq) { in init_pcpu_irq()
1152 destroy_workqueue(optee->smc.notif_pcpu_wq); in uninit_pcpu_irq()
H A Doptee_private.h123 struct workqueue_struct *notif_pcpu_wq; member