Searched defs:mpp_taskqueue (Results 1 – 2 of 2) sorted by relevance
428 struct mpp_taskqueue { struct430 struct kthread_worker worker;432 struct task_struct *kworker_task;435 struct mutex session_lock;437 struct list_head session_attach;439 struct list_head session_detach;440 u32 detach_count;443 struct mutex pending_lock;444 struct list_head pending_list;446 spinlock_t running_lock;[all …]
452 struct mpp_taskqueue { struct454 struct kthread_worker worker;456 struct task_struct *kworker_task;459 struct mutex session_lock;461 struct list_head session_attach;463 struct list_head session_detach;464 u32 detach_count;467 struct mutex pending_lock;468 struct list_head pending_list;470 spinlock_t running_lock;[all …]