Searched defs:vsp1_dl_manager (Results 1 – 1 of 1) sorted by relevance
107 struct vsp1_dl_manager { struct108 unsigned int index;109 enum vsp1_dl_mode mode;110 struct vsp1_device *vsp1;112 spinlock_t lock;113 struct list_head free;114 struct vsp1_dl_list *active;115 struct vsp1_dl_list *queued;116 struct vsp1_dl_list *pending;118 struct work_struct gc_work;[all …]