Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/gvt/
Dexeclist.c72 execlist->pending_slot ? in switch_virtual_execlist_slot()
73 execlist->pending_slot->index : -1); in switch_virtual_execlist_slot()
75 execlist->running_slot = execlist->pending_slot; in switch_virtual_execlist_slot()
76 execlist->pending_slot = NULL; in switch_virtual_execlist_slot()
85 execlist->pending_slot ? in switch_virtual_execlist_slot()
86 execlist->pending_slot->index : -1); in switch_virtual_execlist_slot()
92 struct intel_vgpu_execlist_slot *pending = execlist->pending_slot; in emulate_execlist_status()
192 struct intel_vgpu_execlist_slot *pending = execlist->pending_slot; in emulate_execlist_ctx_schedule_out()
316 execlist->pending_slot = NULL; in emulate_execlist_schedule_in()
353 execlist->pending_slot = slot; in emulate_execlist_schedule_in()
[all …]
Dexeclist.h169 struct intel_vgpu_execlist_slot *pending_slot; member
/Linux-v5.4/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()