Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/amd/amdkfd/
A Dkfd_chardev.c1814 bo_buckets = kvzalloc(num_bos * sizeof(*bo_buckets), GFP_KERNEL); in criu_checkpoint_bos()
1815 if (!bo_buckets) in criu_checkpoint_bos()
1845 bo_bucket = &bo_buckets[bo_index]; in criu_checkpoint_bos()
1901 ret = copy_to_user(user_bos, bo_buckets, num_bos * sizeof(*bo_buckets)); in criu_checkpoint_bos()
1924 kvfree(bo_buckets); in criu_checkpoint_bos()
2352 bo_buckets = kvmalloc_array(args->num_bos, sizeof(*bo_buckets), GFP_KERNEL); in criu_restore_bos()
2353 if (!bo_buckets) in criu_restore_bos()
2390 bo_buckets, in criu_restore_bos()
2397 if (bo_buckets[i].alloc_flags in criu_restore_bos()
2399 close_fd(bo_buckets[i].dmabuf_fd); in criu_restore_bos()
[all …]

Completed in 11 milliseconds