Searched refs:destroyed_contexts (Results 1 – 2 of 2) sorted by relevance
139 * @submission_state.destroyed_contexts: list of contexts142 struct list_head destroyed_contexts; member
3505 while (!list_empty(&guc->submission_state.destroyed_contexts)) { in guc_flush_destroyed_contexts() 3507 ce = list_first_entry_or_null(&guc->submission_state.destroyed_contexts, in guc_flush_destroyed_contexts() 3527 while (!list_empty(&guc->submission_state.destroyed_contexts)) { in deregister_destroyed_contexts() 3529 ce = list_first_entry_or_null(&guc->submission_state.destroyed_contexts, in deregister_destroyed_contexts() 3543 * context back into the destroyed_contexts list which will in deregister_destroyed_contexts() 3549 &guc->submission_state.destroyed_contexts); in deregister_destroyed_contexts() 3599 &guc->submission_state.destroyed_contexts); in guc_context_destroy() 4864 INIT_LIST_HEAD(&guc->submission_state.destroyed_contexts); in intel_guc_submission_init_early()