Searched defs:kfd_ioctl_criu_args (Results 1 – 1 of 1) sorted by relevance
565 struct kfd_ioctl_criu_args { struct566 __u64 devices; /* Used during ops: CHECKPOINT, RESTORE */567 __u64 bos; /* Used during ops: CHECKPOINT, RESTORE */568 __u64 priv_data; /* Used during ops: CHECKPOINT, RESTORE */569 __u64 priv_data_size; /* Used during ops: PROCESS_INFO, RESTORE */570 __u32 num_devices; /* Used during ops: PROCESS_INFO, RESTORE */571 __u32 num_bos; /* Used during ops: PROCESS_INFO, RESTORE */572 __u32 num_objects; /* Used during ops: PROCESS_INFO, RESTORE */573 __u32 pid; /* Used during ops: PROCESS_INFO, RESUME */574 __u32 op;
Completed in 12 milliseconds