Lines Matching defs:preempted
56 * @preempted: List of preempted command buffers.
62 struct list_head preempted;
336 INIT_LIST_HEAD(&ctx->preempted);
419 list_add_tail(&entry->list, &ctx->preempted);
602 /* Move preempted command buffers to the preempted queue. */
606 * Add the preempted queue after the command buffer
609 list_splice_init(&ctx->preempted, restart_head[i].prev);
641 * @check_preempted: Check also the preempted queue for pending command buffers.
657 (check_preempted && !list_empty(&ctx->preempted)))