xe_vm_snapshot
struct xe_vm_snapshot *vm;
struct xe_vm_snapshot *xe_vm_snapshot_capture(struct xe_vm *vm)
struct xe_vm_snapshot *snap = NULL;
snap = kvzalloc(offsetof(struct xe_vm_snapshot, snap[num_snaps]), GFP_NOWAIT);
void xe_vm_snapshot_capture_delayed(struct xe_vm_snapshot *snap)
void xe_vm_snapshot_print(struct xe_vm_snapshot *snap, struct drm_printer *p)
void xe_vm_snapshot_free(struct xe_vm_snapshot *snap)
struct xe_vm_snapshot *xe_vm_snapshot_capture(struct xe_vm *vm);
void xe_vm_snapshot_capture_delayed(struct xe_vm_snapshot *snap);
void xe_vm_snapshot_print(struct xe_vm_snapshot *snap, struct drm_printer *p);
void xe_vm_snapshot_free(struct xe_vm_snapshot *snap);