Searched refs:notif_wq (Results 1 – 2 of 2) sorted by relevance
882 queue_work(optee->ffa.notif_wq, &optee->ffa.notif_work); in notif_callback()973 destroy_workqueue(optee->ffa.notif_wq); in optee_ffa_remove()991 optee->ffa.notif_wq = create_workqueue("optee_notification"); in optee_ffa_async_notif_init()992 if (!optee->ffa.notif_wq) { in optee_ffa_async_notif_init()1028 destroy_workqueue(optee->ffa.notif_wq); in optee_ffa_async_notif_init()
168 struct workqueue_struct *notif_wq; member