Searched refs:args_size (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/fuse/
H A Ddev.c1674 size_t args_size = sizeof(*ra); local
1690 args_size += num_pages * (sizeof(ap->pages[0]) + sizeof(ap->descs[0]));
1692 ra = kzalloc(args_size, GFP_KERNEL);
/linux-master/tools/perf/
H A Dbuiltin-trace.c1213 * args_size: sum of the sizes of the syscall arguments, anything after that is augmented stuff: pathname for openat, etc.
1219 int args_size; member in struct:syscall
1790 sc->args_size = last_field->offset + last_field->size;
2303 * sc->args_size but always after the full raw_syscalls:sys_enter payload,
2306 * We'll revisit this later to pass s->args_size to the BPF augmenter
2312 int args_size = raw_augmented_args_size ?: sc->args_size; local
2314 *augmented_args_size = sample->raw_size - args_size;
2316 augmented_args = sample->raw_data + args_size;
2367 * syscall->args_size usin
[all...]

Completed in 220 milliseconds