Searched refs:bo_buckets (Results 1 – 1 of 1) sorted by relevance
1886 struct kfd_criu_bo_bucket *bo_buckets; in criu_checkpoint_bos() local1891 bo_buckets = kvzalloc(num_bos * sizeof(*bo_buckets), GFP_KERNEL); in criu_checkpoint_bos()1892 if (!bo_buckets) in criu_checkpoint_bos()1926 bo_bucket = &bo_buckets[bo_index]; in criu_checkpoint_bos()1982 ret = copy_to_user(user_bos, bo_buckets, num_bos * sizeof(*bo_buckets)); in criu_checkpoint_bos()2000 if (bo_buckets[bo_index].alloc_flags in criu_checkpoint_bos()2002 close_fd(bo_buckets[bo_index].dmabuf_fd); in criu_checkpoint_bos()2005 kvfree(bo_buckets); in criu_checkpoint_bos()2423 struct kfd_criu_bo_bucket *bo_buckets = NULL; in criu_restore_bos() local2434 bo_buckets = kvmalloc_array(args->num_bos, sizeof(*bo_buckets), GFP_KERNEL); in criu_restore_bos()[all …]