Searched refs:args_size (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/gpu/drm/nouveau/nvif/ |
H A D | object.c | 107 u32 args_size; in nvif_object_mthd() local 111 if (check_add_overflow(sizeof(*args), size, &args_size)) in nvif_object_mthd() 114 if (args_size > sizeof(stack)) { in nvif_object_mthd() 115 args = kmalloc(args_size, GFP_KERNEL); in nvif_object_mthd() 127 ret = nvif_object_ioctl(object, args, args_size, NULL); in nvif_object_mthd() 246 u32 args_size; in nvif_object_ctor() local 248 if (check_add_overflow(sizeof(*args), size, &args_size)) { in nvif_object_ctor() 253 args = kmalloc(args_size, GFP_KERNEL); in nvif_object_ctor() 269 ret = nvif_object_ioctl(parent, args, args_size, &object->priv); in nvif_object_ctor()
|
/linux/fs/fuse/ |
H A D | dev.c | 1742 size_t args_size = sizeof(*ra); in fuse_retrieve() local 1758 args_size += num_pages * (sizeof(ap->folios[0]) + sizeof(ap->descs[0])); in fuse_retrieve() 1760 ra = kzalloc(args_size, GFP_KERNEL); in fuse_retrieve()
|
/linux/tools/perf/ |
H A D | builtin-trace.c | 1457 int args_size; member 2064 sc->args_size = last_field->offset + last_field->size; in syscall__set_arg_fmts() 2580 int args_size = raw_augmented_args_size ?: sc->args_size; in syscall__augmented_args() local 2582 *augmented_args_size = sample->raw_size - args_size; in syscall__augmented_args() 2596 memcpy(argbuf, sample->raw_data + args_size, *augmented_args_size); in syscall__augmented_args()
|