Searched refs:array_buf (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/fs/btrfs/ |
D | compression.c | 1132 static void radix_sort(struct bucket_item *array, struct bucket_item *array_buf, in radix_sort() argument 1176 array_buf[new_addr] = array[i]; in radix_sort() 1190 buf_num = array_buf[i].count; in radix_sort() 1199 buf_num = array_buf[i].count; in radix_sort() 1203 array[new_addr] = array_buf[i]; in radix_sort()
|
/Linux-v6.6/drivers/media/v4l2-core/ |
D | v4l2-ioctl.c | 3337 void *mbuf = NULL, *array_buf = NULL; in video_usercopy() local 3372 array_buf = kvmalloc(array_size, GFP_KERNEL); in video_usercopy() 3374 if (array_buf == NULL) in video_usercopy() 3377 err = v4l2_compat_get_array_args(file, array_buf, in video_usercopy() 3381 err = copy_from_user(array_buf, user_ptr, array_size) ? in video_usercopy() 3385 *kernel_ptr = array_buf; in video_usercopy() 3422 array_buf, in video_usercopy() 3427 } else if (copy_to_user(user_ptr, array_buf, array_size)) { in video_usercopy() 3435 kvfree(array_buf); in video_usercopy()
|