Lines Matching defs:active
169 u32 active:1; /* Channel active */
198 struct list_head active;
251 * b) mchan->active list is empty,
269 * within the same 'active' list.
272 if (list_empty(&mchan->active))
273 list_move_tail(&mdesc->node, &mchan->active);
276 list_move_tail(&mdesc->node, &mchan->active);
281 list_for_each_entry(mdesc, &mchan->active, node) {
336 list_for_each_entry(mdesc, &mchan->active, node)
340 list_splice_tail_init(&mchan->active, &mchan->completed);
475 if (list_empty(&mchan->active))
559 BUG_ON(!list_empty(&mchan->active));
890 list_splice_tail_init(&mchan->active, &mchan->free);
1005 INIT_LIST_HEAD(&mchan->active);