Searched refs:bo_buckets (Results 1 – 1 of 1) sorted by relevance
1897 bo_buckets = kvzalloc(num_bos * sizeof(*bo_buckets), GFP_KERNEL); in criu_checkpoint_bos()1898 if (!bo_buckets) in criu_checkpoint_bos()1932 bo_bucket = &bo_buckets[bo_index]; in criu_checkpoint_bos()1988 ret = copy_to_user(user_bos, bo_buckets, num_bos * sizeof(*bo_buckets)); in criu_checkpoint_bos()2011 kvfree(bo_buckets); in criu_checkpoint_bos()2440 bo_buckets = kvmalloc_array(args->num_bos, sizeof(*bo_buckets), GFP_KERNEL); in criu_restore_bos()2441 if (!bo_buckets) in criu_restore_bos()2478 bo_buckets, in criu_restore_bos()2485 if (bo_buckets[i].alloc_flags in criu_restore_bos()2487 close_fd(bo_buckets[i].dmabuf_fd); in criu_restore_bos()[all …]