Lines Matching defs:queue
1303 struct list_head queue;
1573 list_add_tail(&desc->node, &cohc->queue);
1579 return list_first_entry_or_null(&cohc->queue, struct coh901318_desc,
1669 list_for_each(pos, &cohc->queue) {
1834 * If the queue is empty NULL is returned.
1847 /* Remove from queue */
1951 * When we reach this point, at least one queue item
1952 * should have been moved over from cohc->queue to
1964 * This attempt to take a job from cohc->queue, put it
2426 * and then there is no point in starting the queue: the
2428 * job on the queue and execute it anyway.
2616 INIT_LIST_HEAD(&cohc->queue);