HomeSort by: relevance | last modified time | path
    Searched defs:preempted (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/gvt/
execlist.h 104 u32 preempted :1; member in struct:execlist_context_status_format::__anon1b23e65c090a::__anon1b23e65c0a08
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_cmdbuf.c 56 * @preempted: List of preempted command buffers.
62 struct list_head preempted; member in struct:vmw_cmdbuf_context
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
    [all...]

Completed in 12 milliseconds