Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_chardev.c1901 struct kfd_criu_bo_bucket *bo_buckets; in criu_checkpoint_bos() local
1907 bo_buckets = kvzalloc(num_bos * sizeof(*bo_buckets), GFP_KERNEL); in criu_checkpoint_bos()
1908 if (!bo_buckets) in criu_checkpoint_bos()
1943 bo_bucket = &bo_buckets[bo_index]; in criu_checkpoint_bos()
1999 ret = copy_to_user(user_bos, bo_buckets, num_bos * sizeof(*bo_buckets)); in criu_checkpoint_bos()
2018 kvfree(bo_buckets); in criu_checkpoint_bos()
2449 bo_buckets = kvmalloc_array(args->num_bos, sizeof(*bo_buckets), GFP_KERNEL); in criu_restore_bos()
2450 if (!bo_buckets) in criu_restore_bos()
2493 bo_buckets, in criu_restore_bos()
2499 commit_files(files, bo_buckets, i, ret); in criu_restore_bos()
[all …]