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.c1914 struct kfd_criu_bo_bucket *bo_buckets, in commit_files() argument
1925 put_unused_fd(bo_buckets[count].dmabuf_fd); in commit_files()
1927 fd_install(bo_buckets[count].dmabuf_fd, file); in commit_files()
1938 struct kfd_criu_bo_bucket *bo_buckets; in criu_checkpoint_bos() local
1944 bo_buckets = kvzalloc(num_bos * sizeof(*bo_buckets), GFP_KERNEL); in criu_checkpoint_bos()
1945 if (!bo_buckets) in criu_checkpoint_bos()
1980 bo_bucket = &bo_buckets[bo_index]; in criu_checkpoint_bos()
2036 ret = copy_to_user(user_bos, bo_buckets, num_bos * sizeof(*bo_buckets)); in criu_checkpoint_bos()
2053 commit_files(files, bo_buckets, bo_index, ret); in criu_checkpoint_bos()
2055 kvfree(bo_buckets); in criu_checkpoint_bos()
[all …]