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

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_cmdbuf.c 534 struct list_head restart_head[SVGA_CB_CONTEXT_MAX]; local in function:vmw_cmdbuf_work_func
540 INIT_LIST_HEAD(&restart_head[i]);
588 list_add_tail(&entry->list, &restart_head[entry->cb_context]);
609 list_splice_init(&ctx->preempted, restart_head[i].prev);
617 list_splice_init(&restart_head[i], &ctx->submitted);
vmwgfx_cmdbuf.c 534 struct list_head restart_head[SVGA_CB_CONTEXT_MAX]; local in function:vmw_cmdbuf_work_func
540 INIT_LIST_HEAD(&restart_head[i]);
588 list_add_tail(&entry->list, &restart_head[entry->cb_context]);
609 list_splice_init(&ctx->preempted, restart_head[i].prev);
617 list_splice_init(&restart_head[i], &ctx->submitted);

Completed in 25 milliseconds