Searched refs:bo_buckets (Results 1 – 1 of 1) sorted by relevance
2020 struct kfd_criu_bo_bucket *bo_buckets, in commit_files() argument2031 put_unused_fd(bo_buckets[count].dmabuf_fd); in commit_files()2033 fd_install(bo_buckets[count].dmabuf_fd, file); in commit_files()2044 struct kfd_criu_bo_bucket *bo_buckets; in criu_checkpoint_bos() local2050 bo_buckets = kvzalloc_objs(*bo_buckets, num_bos); in criu_checkpoint_bos()2051 if (!bo_buckets) in criu_checkpoint_bos()2086 bo_bucket = &bo_buckets[bo_index]; in criu_checkpoint_bos()2142 ret = copy_to_user(user_bos, bo_buckets, num_bos * sizeof(*bo_buckets)); in criu_checkpoint_bos()2159 commit_files(files, bo_buckets, bo_index, ret); in criu_checkpoint_bos()2161 kvfree(bo_buckets); in criu_checkpoint_bos()[all …]