Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_chardev.c1900 struct kfd_criu_bo_bucket *bo_buckets, in commit_files() argument
1911 put_unused_fd(bo_buckets[count].dmabuf_fd); in commit_files()
1913 fd_install(bo_buckets[count].dmabuf_fd, file); in commit_files()
1924 struct kfd_criu_bo_bucket *bo_buckets; in criu_checkpoint_bos() local
1930 bo_buckets = kvzalloc(num_bos * sizeof(*bo_buckets), GFP_KERNEL); in criu_checkpoint_bos()
1931 if (!bo_buckets) in criu_checkpoint_bos()
1966 bo_bucket = &bo_buckets[bo_index]; in criu_checkpoint_bos()
2022 ret = copy_to_user(user_bos, bo_buckets, num_bos * sizeof(*bo_buckets)); in criu_checkpoint_bos()
2039 commit_files(files, bo_buckets, bo_index, ret); in criu_checkpoint_bos()
2041 kvfree(bo_buckets); in criu_checkpoint_bos()
[all …]