Home
last modified time | relevance | path

Searched refs:pending_slot (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/i915/gvt/
Dexeclist.c71 execlist->pending_slot ? in switch_virtual_execlist_slot()
72 execlist->pending_slot->index : -1); in switch_virtual_execlist_slot()
74 execlist->running_slot = execlist->pending_slot; in switch_virtual_execlist_slot()
75 execlist->pending_slot = NULL; in switch_virtual_execlist_slot()
84 execlist->pending_slot ? in switch_virtual_execlist_slot()
85 execlist->pending_slot->index : -1); in switch_virtual_execlist_slot()
91 struct intel_vgpu_execlist_slot *pending = execlist->pending_slot; in emulate_execlist_status()
186 struct intel_vgpu_execlist_slot *pending = execlist->pending_slot; in emulate_execlist_ctx_schedule_out()
309 execlist->pending_slot = NULL; in emulate_execlist_schedule_in()
346 execlist->pending_slot = slot; in emulate_execlist_schedule_in()
[all …]
Dexeclist.h171 struct intel_vgpu_execlist_slot *pending_slot; member
/linux-5.19.10/drivers/md/
Ddm-snap.c629 struct hlist_bl_head *pending_slot; member
639 lock->pending_slot = &pending->table[exception_hash(pending, chunk)]; in dm_exception_table_lock_init()
645 hlist_bl_lock(lock->pending_slot); in dm_exception_table_lock()
650 hlist_bl_unlock(lock->pending_slot); in dm_exception_table_unlock()