Searched defs:mpp_taskqueue (Results 1 – 3 of 3) sorted by relevance
462 struct mpp_taskqueue { struct464 struct kthread_worker worker;466 struct task_struct *kworker_task;469 struct mutex session_lock;471 struct list_head session_attach;473 struct list_head session_detach;474 u32 detach_count;476 atomic_t task_id;478 struct mutex pending_lock;479 struct list_head pending_list;[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 …]
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 …]