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

/linux-master/drivers/gpu/drm/i915/gvt/
H A Dexeclist.c71 execlist->pending_slot ?
72 execlist->pending_slot->index : -1);
74 execlist->running_slot = execlist->pending_slot;
75 execlist->pending_slot = NULL;
84 execlist->pending_slot ?
85 execlist->pending_slot->index : -1);
91 struct intel_vgpu_execlist_slot *pending = execlist->pending_slot;
186 struct intel_vgpu_execlist_slot *pending = execlist->pending_slot;
309 execlist->pending_slot = NULL;
346 execlist->pending_slot
[all...]
H A Dexeclist.h171 struct intel_vgpu_execlist_slot *pending_slot; member in struct:intel_vgpu_execlist
/linux-master/drivers/md/
H A Ddm-snap.c632 struct hlist_bl_head *pending_slot; member in struct:dm_exception_table_lock
642 lock->pending_slot = &pending->table[exception_hash(pending, chunk)];
648 hlist_bl_lock(lock->pending_slot);
653 hlist_bl_unlock(lock->pending_slot);

Completed in 177 milliseconds