nargs              33 arch/arm/mach-omap2/omap-secure.c u32 omap_secure_dispatcher(u32 idx, u32 flag, u32 nargs, u32 arg1, u32 arg2,
nargs              39 arch/arm/mach-omap2/omap-secure.c 	param[0] = nargs;
nargs             106 arch/arm/mach-omap2/omap-secure.c u32 rx51_secure_dispatcher(u32 idx, u32 process, u32 flag, u32 nargs,
nargs             112 arch/arm/mach-omap2/omap-secure.c 	param[0] = nargs+1; /* RX-51 needs number of arguments + 1 */
nargs              61 arch/arm/mach-omap2/omap-secure.h extern u32 omap_secure_dispatcher(u32 idx, u32 flag, u32 nargs,
nargs              70 arch/arm/mach-omap2/omap-secure.h extern u32 rx51_secure_dispatcher(u32 idx, u32 process, u32 flag, u32 nargs,
nargs              11 arch/powerpc/boot/of.h int of_call_prom(const char *service, int nargs, int nret, ...);
nargs              21 arch/powerpc/boot/oflib.c 	__be32 nargs;	/* Number of input arguments. */
nargs              41 arch/powerpc/boot/oflib.c int of_call_prom(const char *service, int nargs, int nret, ...)
nargs              48 arch/powerpc/boot/oflib.c 	args.nargs = cpu_to_be32(nargs);
nargs              52 arch/powerpc/boot/oflib.c 	for (i = 0; i < nargs; i++)
nargs              57 arch/powerpc/boot/oflib.c 		args.args[nargs+i] = 0;
nargs              62 arch/powerpc/boot/oflib.c 	return (nret > 0) ? be32_to_cpu(args.args[nargs]) : 0;
nargs              65 arch/powerpc/boot/oflib.c static int of_call_prom_ret(const char *service, int nargs, int nret,
nargs              73 arch/powerpc/boot/oflib.c 	args.nargs = cpu_to_be32(nargs);
nargs              77 arch/powerpc/boot/oflib.c 	for (i = 0; i < nargs; i++)
nargs              82 arch/powerpc/boot/oflib.c 		args.args[nargs+i] = 0;
nargs              89 arch/powerpc/boot/oflib.c 			rets[i-1] = be32_to_cpu(args.args[nargs+i]);
nargs              91 arch/powerpc/boot/oflib.c 	return (nret > 0) ? be32_to_cpu(args.args[nargs]) : 0;
nargs              49 arch/powerpc/include/asm/rtas.h 	__be32 nargs;
nargs             355 arch/powerpc/include/asm/rtas.h void rtas_call_unlocked(struct rtas_args *args, int token, int nargs,
nargs             112 arch/powerpc/kernel/prom_init.c         __be32 nargs;
nargs             361 arch/powerpc/kernel/prom_init.c static int __init call_prom(const char *service, int nargs, int nret, ...)
nargs             368 arch/powerpc/kernel/prom_init.c 	args.nargs = cpu_to_be32(nargs);
nargs             372 arch/powerpc/kernel/prom_init.c 	for (i = 0; i < nargs; i++)
nargs             377 arch/powerpc/kernel/prom_init.c 		args.args[nargs+i] = 0;
nargs             382 arch/powerpc/kernel/prom_init.c 	return (nret > 0) ? be32_to_cpu(args.args[nargs]) : 0;
nargs             385 arch/powerpc/kernel/prom_init.c static int __init call_prom_ret(const char *service, int nargs, int nret,
nargs             393 arch/powerpc/kernel/prom_init.c 	args.nargs = cpu_to_be32(nargs);
nargs             397 arch/powerpc/kernel/prom_init.c 	for (i = 0; i < nargs; i++)
nargs             402 arch/powerpc/kernel/prom_init.c 		args.args[nargs+i] = 0;
nargs             409 arch/powerpc/kernel/prom_init.c 			rets[i-1] = be32_to_cpu(args.args[nargs+i]);
nargs             411 arch/powerpc/kernel/prom_init.c 	return (nret > 0) ? be32_to_cpu(args.args[nargs]) : 0;
nargs            1764 arch/powerpc/kernel/prom_init.c 	os_term_args.nargs = cpu_to_be32(1);
nargs             377 arch/powerpc/kernel/rtas.c 	err_args.nargs = cpu_to_be32(2);
nargs             416 arch/powerpc/kernel/rtas.c va_rtas_call_unlocked(struct rtas_args *args, int token, int nargs, int nret,
nargs             422 arch/powerpc/kernel/rtas.c 	args->nargs = cpu_to_be32(nargs);
nargs             424 arch/powerpc/kernel/rtas.c 	args->rets  = &(args->args[nargs]);
nargs             426 arch/powerpc/kernel/rtas.c 	for (i = 0; i < nargs; ++i)
nargs             435 arch/powerpc/kernel/rtas.c void rtas_call_unlocked(struct rtas_args *args, int token, int nargs, int nret, ...)
nargs             440 arch/powerpc/kernel/rtas.c 	va_rtas_call_unlocked(args, token, nargs, nret, list);
nargs             444 arch/powerpc/kernel/rtas.c int rtas_call(int token, int nargs, int nret, int *outputs, ...)
nargs             462 arch/powerpc/kernel/rtas.c 	va_rtas_call_unlocked(rtas_args, token, nargs, nret, list);
nargs            1067 arch/powerpc/kernel/rtas.c 	int nargs, nret, token;
nargs            1078 arch/powerpc/kernel/rtas.c 	nargs = be32_to_cpu(args.nargs);
nargs            1082 arch/powerpc/kernel/rtas.c 	if (nargs >= ARRAY_SIZE(args.args)
nargs            1084 arch/powerpc/kernel/rtas.c 	    || nargs + nret > ARRAY_SIZE(args.args))
nargs            1089 arch/powerpc/kernel/rtas.c 			   nargs * sizeof(rtas_arg_t)) != 0)
nargs            1095 arch/powerpc/kernel/rtas.c 	args.rets = &args.args[nargs];
nargs            1141 arch/powerpc/kernel/rtas.c 	if (copy_to_user(uargs->args + nargs,
nargs            1142 arch/powerpc/kernel/rtas.c 			 args.args + nargs,
nargs              24 arch/powerpc/kvm/book3s_rtas.c 	if (be32_to_cpu(args->nargs) != 3 || be32_to_cpu(args->nret) != 1) {
nargs              48 arch/powerpc/kvm/book3s_rtas.c 	if (be32_to_cpu(args->nargs) != 1 || be32_to_cpu(args->nret) != 3) {
nargs              76 arch/powerpc/kvm/book3s_rtas.c 	if (be32_to_cpu(args->nargs) != 1 || be32_to_cpu(args->nret) != 1) {
nargs              98 arch/powerpc/kvm/book3s_rtas.c 	if (be32_to_cpu(args->nargs) != 1 || be32_to_cpu(args->nret) != 1) {
nargs             243 arch/powerpc/kvm/book3s_rtas.c 	args.rets = &args.args[be32_to_cpu(args.nargs)];
nargs              34 arch/xtensa/kernel/syscall.c #define __SYSCALL(nr, entry, nargs)[nr] = (syscall_t)entry,
nargs             702 drivers/acpi/property.c 		args->nargs = 0;
nargs             724 drivers/acpi/property.c 		u32 nargs, i;
nargs             734 drivers/acpi/property.c 			nargs = 0;
nargs             755 drivers/acpi/property.c 					nargs++;
nargs             762 drivers/acpi/property.c 			if (nargs > NR_FWNODE_REFERENCE_ARGS)
nargs             767 drivers/acpi/property.c 				args->nargs = nargs;
nargs             768 drivers/acpi/property.c 				for (i = 0; i < nargs; i++)
nargs             774 drivers/acpi/property.c 			element += nargs;
nargs            1241 drivers/acpi/property.c 		return args.nargs ? NULL : args.fwnode;
nargs            1247 drivers/acpi/property.c 	if (args.nargs != 2)
nargs             479 drivers/base/property.c 				       unsigned int nargs, unsigned int index,
nargs             483 drivers/base/property.c 				  nargs, index, args);
nargs             569 drivers/base/swnode.c 				 unsigned int nargs, unsigned int index,
nargs             597 drivers/base/swnode.c 		nargs = prop->value.u32_data;
nargs             600 drivers/base/swnode.c 	if (nargs > NR_FWNODE_REFERENCE_ARGS)
nargs             604 drivers/base/swnode.c 	args->nargs = nargs;
nargs             606 drivers/base/swnode.c 	for (i = 0; i < nargs; i++)
nargs             513 drivers/gpio/gpiolib-acpi.c 			args->nargs = 3;
nargs             734 drivers/gpio/gpiolib-acpi.c 	if (args.nargs != 3)
nargs              31 drivers/input/joystick/db9.c 	unsigned int nargs;
nargs              37 drivers/input/joystick/db9.c module_param_array_named(dev, db9_cfg[0].args, int, &db9_cfg[0].nargs, 0);
nargs              39 drivers/input/joystick/db9.c module_param_array_named(dev2, db9_cfg[1].args, int, &db9_cfg[1].nargs, 0);
nargs              41 drivers/input/joystick/db9.c module_param_array_named(dev3, db9_cfg[2].args, int, &db9_cfg[2].nargs, 0);
nargs             557 drivers/input/joystick/db9.c 		if (db9_cfg[port_idx].nargs == 0 ||
nargs             688 drivers/input/joystick/db9.c 		if (db9_cfg[i].nargs == 0 || db9_cfg[i].args[DB9_ARG_PARPORT] < 0)
nargs             691 drivers/input/joystick/db9.c 		if (db9_cfg[i].nargs < 2) {
nargs              37 drivers/input/joystick/gamecon.c 	unsigned int nargs;
nargs              42 drivers/input/joystick/gamecon.c module_param_array_named(map, gc_cfg[0].args, int, &gc_cfg[0].nargs, 0);
nargs              44 drivers/input/joystick/gamecon.c module_param_array_named(map2, gc_cfg[1].args, int, &gc_cfg[1].nargs, 0);
nargs              46 drivers/input/joystick/gamecon.c module_param_array_named(map3, gc_cfg[2].args, int, &gc_cfg[2].nargs, 0);
nargs             931 drivers/input/joystick/gamecon.c 		if (gc_cfg[port_idx].nargs == 0 || gc_cfg[port_idx].args[0] < 0)
nargs             943 drivers/input/joystick/gamecon.c 	n_pads = gc_cfg[port_idx].nargs - 1;
nargs            1030 drivers/input/joystick/gamecon.c 		if (gc_cfg[i].nargs == 0 || gc_cfg[i].args[0] < 0)
nargs            1033 drivers/input/joystick/gamecon.c 		if (gc_cfg[i].nargs < 2) {
nargs              33 drivers/input/joystick/turbografx.c 	unsigned int nargs;
nargs              38 drivers/input/joystick/turbografx.c module_param_array_named(map, tgfx_cfg[0].args, int, &tgfx_cfg[0].nargs, 0);
nargs              40 drivers/input/joystick/turbografx.c module_param_array_named(map2, tgfx_cfg[1].args, int, &tgfx_cfg[1].nargs, 0);
nargs              42 drivers/input/joystick/turbografx.c module_param_array_named(map3, tgfx_cfg[2].args, int, &tgfx_cfg[2].nargs, 0);
nargs             154 drivers/input/joystick/turbografx.c 		if (tgfx_cfg[port_idx].nargs == 0 ||
nargs             166 drivers/input/joystick/turbografx.c 	n_devs = tgfx_cfg[port_idx].nargs - 1;
nargs             289 drivers/input/joystick/turbografx.c 		if (tgfx_cfg[i].nargs == 0 || tgfx_cfg[i].args[0] < 0)
nargs             292 drivers/input/joystick/turbografx.c 		if (tgfx_cfg[i].nargs < 2) {
nargs             906 drivers/of/property.c 			     unsigned int nargs, unsigned int index,
nargs             918 drivers/of/property.c 						       nargs, index, &of_args);
nargs             924 drivers/of/property.c 	args->nargs = of_args.args_count;
nargs             800 drivers/pwm/core.c 	if (args.nargs < 2)
nargs             814 drivers/pwm/core.c 	if (args.nargs > 2 && args.args[2] & PWM_POLARITY_INVERTED)
nargs             810 fs/xfs/libxfs/xfs_attr_leaf.c 	struct xfs_da_args		nargs;
nargs             841 fs/xfs/libxfs/xfs_attr_leaf.c 	memset((char *)&nargs, 0, sizeof(nargs));
nargs             842 fs/xfs/libxfs/xfs_attr_leaf.c 	nargs.dp = dp;
nargs             843 fs/xfs/libxfs/xfs_attr_leaf.c 	nargs.geo = args->geo;
nargs             844 fs/xfs/libxfs/xfs_attr_leaf.c 	nargs.total = args->total;
nargs             845 fs/xfs/libxfs/xfs_attr_leaf.c 	nargs.whichfork = XFS_ATTR_FORK;
nargs             846 fs/xfs/libxfs/xfs_attr_leaf.c 	nargs.trans = args->trans;
nargs             847 fs/xfs/libxfs/xfs_attr_leaf.c 	nargs.op_flags = XFS_DA_OP_OKNOENT;
nargs             851 fs/xfs/libxfs/xfs_attr_leaf.c 		nargs.name = sfe->nameval;
nargs             852 fs/xfs/libxfs/xfs_attr_leaf.c 		nargs.namelen = sfe->namelen;
nargs             853 fs/xfs/libxfs/xfs_attr_leaf.c 		nargs.value = &sfe->nameval[nargs.namelen];
nargs             854 fs/xfs/libxfs/xfs_attr_leaf.c 		nargs.valuelen = sfe->valuelen;
nargs             855 fs/xfs/libxfs/xfs_attr_leaf.c 		nargs.hashval = xfs_da_hashname(sfe->nameval,
nargs             857 fs/xfs/libxfs/xfs_attr_leaf.c 		nargs.flags = XFS_ATTR_NSP_ONDISK_TO_ARGS(sfe->flags);
nargs             858 fs/xfs/libxfs/xfs_attr_leaf.c 		error = xfs_attr3_leaf_lookup_int(bp, &nargs); /* set a->index */
nargs             860 fs/xfs/libxfs/xfs_attr_leaf.c 		error = xfs_attr3_leaf_add(bp, &nargs);
nargs            1003 fs/xfs/libxfs/xfs_attr_leaf.c 	struct xfs_da_args	nargs;
nargs            1043 fs/xfs/libxfs/xfs_attr_leaf.c 	memset((char *)&nargs, 0, sizeof(nargs));
nargs            1044 fs/xfs/libxfs/xfs_attr_leaf.c 	nargs.geo = args->geo;
nargs            1045 fs/xfs/libxfs/xfs_attr_leaf.c 	nargs.dp = dp;
nargs            1046 fs/xfs/libxfs/xfs_attr_leaf.c 	nargs.total = args->total;
nargs            1047 fs/xfs/libxfs/xfs_attr_leaf.c 	nargs.whichfork = XFS_ATTR_FORK;
nargs            1048 fs/xfs/libxfs/xfs_attr_leaf.c 	nargs.trans = args->trans;
nargs            1049 fs/xfs/libxfs/xfs_attr_leaf.c 	nargs.op_flags = XFS_DA_OP_OKNOENT;
nargs            1058 fs/xfs/libxfs/xfs_attr_leaf.c 		nargs.name = name_loc->nameval;
nargs            1059 fs/xfs/libxfs/xfs_attr_leaf.c 		nargs.namelen = name_loc->namelen;
nargs            1060 fs/xfs/libxfs/xfs_attr_leaf.c 		nargs.value = &name_loc->nameval[nargs.namelen];
nargs            1061 fs/xfs/libxfs/xfs_attr_leaf.c 		nargs.valuelen = be16_to_cpu(name_loc->valuelen);
nargs            1062 fs/xfs/libxfs/xfs_attr_leaf.c 		nargs.hashval = be32_to_cpu(entry->hashval);
nargs            1063 fs/xfs/libxfs/xfs_attr_leaf.c 		nargs.flags = XFS_ATTR_NSP_ONDISK_TO_ARGS(entry->flags);
nargs            1064 fs/xfs/libxfs/xfs_attr_leaf.c 		xfs_attr_shortform_add(&nargs, forkoff);
nargs             365 include/linux/audit.h extern int __audit_socketcall(int nargs, unsigned long *args);
nargs             402 include/linux/audit.h static inline int audit_socketcall(int nargs, unsigned long *args)
nargs             405 include/linux/audit.h 		return __audit_socketcall(nargs, args);
nargs             409 include/linux/audit.h static inline int audit_socketcall_compat(int nargs, u32 *args)
nargs             417 include/linux/audit.h 	for (i = 0; i < nargs; i++)
nargs             419 include/linux/audit.h 	return __audit_socketcall(nargs, a);
nargs             583 include/linux/audit.h static inline int audit_socketcall(int nargs, unsigned long *args)
nargs             588 include/linux/audit.h static inline int audit_socketcall_compat(int nargs, u32 *args)
nargs              44 include/linux/fwnode.h 	unsigned int nargs;
nargs              94 include/linux/fwnode.h 				  unsigned int nargs, unsigned int index,
nargs              76 include/linux/property.h 				       unsigned int nargs, unsigned int index,
nargs             390 include/linux/property.h 	unsigned int nargs;
nargs            2189 include/net/tcp.h static inline int tcp_call_bpf(struct sock *sk, int op, u32 nargs, u32 *args)
nargs            2202 include/net/tcp.h 	if (nargs > 0)
nargs            2203 include/net/tcp.h 		memcpy(sock_ops.args, args, nargs * sizeof(*args));
nargs            2229 include/net/tcp.h static inline int tcp_call_bpf(struct sock *sk, int op, u32 nargs, u32 *args)
nargs              37 include/trace/events/xen.h 	    TP_PROTO(struct multicall_entry *mc, unsigned nargs),
nargs              38 include/trace/events/xen.h 	    TP_ARGS(mc, nargs),
nargs              41 include/trace/events/xen.h 		    __field(unsigned int, nargs)
nargs              45 include/trace/events/xen.h 			   __entry->nargs = nargs;
nargs              46 include/trace/events/xen.h 			   memcpy(__entry->args, mc->args, sizeof(ulong) * nargs);
nargs              47 include/trace/events/xen.h 			   memset(__entry->args + nargs, 0, sizeof(ulong) * (6 - nargs));
nargs             147 kernel/audit.h 			int nargs;
nargs            1199 kernel/auditsc.c 		int nargs = context->socketcall.nargs;
nargs            1200 kernel/auditsc.c 		audit_log_format(ab, "nargs=%d", nargs);
nargs            1201 kernel/auditsc.c 		for (i = 0; i < nargs; i++)
nargs            2319 kernel/auditsc.c int __audit_socketcall(int nargs, unsigned long *args)
nargs            2323 kernel/auditsc.c 	if (nargs <= 0 || nargs > AUDITSC_ARGS || !args)
nargs            2326 kernel/auditsc.c 	context->socketcall.nargs = nargs;
nargs            2327 kernel/auditsc.c 	memcpy(context->socketcall.args, args, nargs * sizeof(unsigned long));
nargs             262 kernel/trace/trace_kprobe.c 					     int nargs, bool is_return)
nargs             267 kernel/trace/trace_kprobe.c 	tk = kzalloc(SIZEOF_TRACE_KPROBE(nargs), GFP_KERNEL);
nargs             338 kernel/trace/trace_uprobe.c alloc_trace_uprobe(const char *group, const char *event, int nargs, bool is_ret)
nargs             343 kernel/trace/trace_uprobe.c 	tu = kzalloc(SIZEOF_TRACE_UPROBE(nargs), GFP_KERNEL);
nargs            2801 net/socket.c   static const unsigned char nargs[21] = {
nargs            2829 net/socket.c   	len = nargs[call];
nargs            2837 net/socket.c   	err = audit_socketcall(nargs[call] / sizeof(unsigned long), a);
nargs             874 security/selinux/selinuxfs.c 	int nargs;
nargs             899 security/selinux/selinuxfs.c 	nargs = sscanf(buf, "%s %s %hu %s", scon, tcon, &tclass, namebuf);
nargs             900 security/selinux/selinuxfs.c 	if (nargs < 3 || nargs > 4)
nargs             902 security/selinux/selinuxfs.c 	if (nargs == 4) {
nargs              76 tools/perf/builtin-probe.c 	pr_debug("%d arguments\n", pev->nargs);
nargs             263 tools/perf/builtin-probe.c 	if (!ret && pev->nargs != 0) {
nargs             451 tools/perf/util/bpf-loader.c 	err = bpf__gen_prologue(tev->args, tev->nargs,
nargs             491 tools/perf/util/bpf-loader.c 	ret = tev2->nargs - tev1->nargs;
nargs             495 tools/perf/util/bpf-loader.c 	for (i = 0; i < tev1->nargs; i++) {
nargs             595 tools/perf/util/bpf-loader.c 		if (tev->nargs > 0) {
nargs             183 tools/perf/util/bpf-prologue.c 		      struct probe_trace_arg *args, int nargs)
nargs             187 tools/perf/util/bpf-prologue.c 	for (i = 0; i < nargs; i++) {
nargs             242 tools/perf/util/bpf-prologue.c 		      struct probe_trace_arg *args, int nargs)
nargs             246 tools/perf/util/bpf-prologue.c 	for (i = 0; i < nargs; i++) {
nargs             302 tools/perf/util/bpf-prologue.c 	for (i = 0; i < nargs; i++) {
nargs             358 tools/perf/util/bpf-prologue.c int bpf__gen_prologue(struct probe_trace_arg *args, int nargs,
nargs             379 tools/perf/util/bpf-prologue.c 	if (!nargs) {
nargs             390 tools/perf/util/bpf-prologue.c 	if (nargs > BPF_PROLOGUE_MAX_ARGS) {
nargs             392 tools/perf/util/bpf-prologue.c 			   nargs - BPF_PROLOGUE_MAX_ARGS);
nargs             393 tools/perf/util/bpf-prologue.c 		nargs = BPF_PROLOGUE_MAX_ARGS;
nargs             397 tools/perf/util/bpf-prologue.c 	for (i = 0; i < nargs; i++) {
nargs             435 tools/perf/util/bpf-prologue.c 		err = gen_prologue_fastpath(&pos, args, nargs);
nargs             444 tools/perf/util/bpf-prologue.c 		err = gen_prologue_slowpath(&pos, args, nargs);
nargs             460 tools/perf/util/bpf-prologue.c 		for (i = 0; i < nargs; i++)
nargs              18 tools/perf/util/bpf-prologue.h int bpf__gen_prologue(struct probe_trace_arg *args, int nargs,
nargs              26 tools/perf/util/bpf-prologue.h 		  int nargs __maybe_unused,
nargs            1683 tools/perf/util/probe-event.c 	pev->nargs = argc - 1;
nargs            1684 tools/perf/util/probe-event.c 	pev->args = zalloc(sizeof(struct perf_probe_arg) * pev->nargs);
nargs            1689 tools/perf/util/probe-event.c 	for (i = 0; i < pev->nargs && ret >= 0; i++) {
nargs            1709 tools/perf/util/probe-event.c 	for (i = 0; i < pev->nargs; i++)
nargs            1833 tools/perf/util/probe-event.c 	tev->nargs = argc - 2;
nargs            1834 tools/perf/util/probe-event.c 	tev->args = zalloc(sizeof(struct probe_trace_arg) * tev->nargs);
nargs            1839 tools/perf/util/probe-event.c 	for (i = 0; i < tev->nargs; i++) {
nargs            1957 tools/perf/util/probe-event.c 	for (i = 0; i < pev->nargs; i++) {
nargs            2085 tools/perf/util/probe-event.c 	for (i = 0; i < tev->nargs; i++)
nargs            2189 tools/perf/util/probe-event.c 	pev->nargs = tev->nargs;
nargs            2190 tools/perf/util/probe-event.c 	pev->args = zalloc(sizeof(struct perf_probe_arg) * pev->nargs);
nargs            2193 tools/perf/util/probe-event.c 	for (i = 0; i < tev->nargs && ret >= 0; i++) {
nargs            2222 tools/perf/util/probe-event.c 	for (i = 0; i < pev->nargs; i++) {
nargs            2234 tools/perf/util/probe-event.c 	pev->nargs = 0;
nargs            2296 tools/perf/util/probe-event.c 	dst->args = zalloc(sizeof(struct perf_probe_arg) * src->nargs);
nargs            2299 tools/perf/util/probe-event.c 	dst->nargs = src->nargs;
nargs            2301 tools/perf/util/probe-event.c 	for (i = 0; i < src->nargs; i++)
nargs            2321 tools/perf/util/probe-event.c 	for (i = 0; i < tev->nargs; i++) {
nargs            2333 tools/perf/util/probe-event.c 	tev->nargs = 0;
nargs            2471 tools/perf/util/probe-event.c 	if (!ret && pev->nargs > 0) {
nargs            2473 tools/perf/util/probe-event.c 		for (i = 0; !ret && i < pev->nargs; i++) {
nargs            2674 tools/perf/util/probe-event.c 	if (!tev->uprobes || tev->nargs == 0 || !buf)
nargs            2677 tools/perf/util/probe-event.c 	for (i = 0; i < tev->nargs; i++)
nargs            2991 tools/perf/util/probe-event.c 		tev->nargs = pev->nargs;
nargs            2992 tools/perf/util/probe-event.c 		if (tev->nargs) {
nargs            2994 tools/perf/util/probe-event.c 					   tev->nargs);
nargs            2998 tools/perf/util/probe-event.c 		for (i = 0; i < tev->nargs; i++) {
nargs            3104 tools/perf/util/probe-event.c 	tev->nargs = pev->nargs;
nargs            3105 tools/perf/util/probe-event.c 	tev->args = zalloc(sizeof(struct probe_trace_arg) * tev->nargs);
nargs            3109 tools/perf/util/probe-event.c 	for (i = 0; i < tev->nargs; i++)
nargs              56 tools/perf/util/probe-event.h 	int				nargs;	/* Number of args */
nargs              94 tools/perf/util/probe-event.h 	int			nargs;	/* Number of arguments */
nargs            1191 tools/perf/util/probe-finder.c 	int nargs;
nargs            1208 tools/perf/util/probe-finder.c 			vf->args[vf->nargs].var = (char *)dwarf_diename(die_mem);
nargs            1209 tools/perf/util/probe-finder.c 			if (vf->args[vf->nargs].var == NULL) {
nargs            1213 tools/perf/util/probe-finder.c 			pr_debug(" %s", vf->args[vf->nargs].var);
nargs            1214 tools/perf/util/probe-finder.c 			vf->nargs++;
nargs            1233 tools/perf/util/probe-finder.c 	for (i = 0; i < pf->pev->nargs; i++) {
nargs            1244 tools/perf/util/probe-finder.c 		vf.nargs = n;
nargs            1248 tools/perf/util/probe-finder.c 		pr_debug(" (%d)\n", vf.nargs - n);
nargs            1251 tools/perf/util/probe-finder.c 		n = vf.nargs;
nargs            1319 tools/perf/util/probe-finder.c 	tev->nargs = ret;
nargs            1320 tools/perf/util/probe-finder.c 	tev->args = zalloc(sizeof(struct probe_trace_arg) * tev->nargs);
nargs            1327 tools/perf/util/probe-finder.c 	for (i = 0; i < tev->nargs; i++) {
nargs              60 tools/testing/selftests/bpf/test_btf.h #define BTF_FUNC_PROTO_ENC(ret_type, nargs) \
nargs              61 tools/testing/selftests/bpf/test_btf.h 	BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_FUNC_PROTO, 0, nargs), ret_type)
nargs             197 tools/testing/selftests/kvm/include/kvm_util.h void ucall(uint64_t cmd, int nargs, ...);
nargs              74 tools/testing/selftests/kvm/lib/aarch64/ucall.c void ucall(uint64_t cmd, int nargs, ...)
nargs              82 tools/testing/selftests/kvm/lib/aarch64/ucall.c 	nargs = nargs <= UCALL_MAX_ARGS ? nargs : UCALL_MAX_ARGS;
nargs              84 tools/testing/selftests/kvm/lib/aarch64/ucall.c 	va_start(va, nargs);
nargs              85 tools/testing/selftests/kvm/lib/aarch64/ucall.c 	for (i = 0; i < nargs; ++i)
nargs              17 tools/testing/selftests/kvm/lib/s390x/ucall.c void ucall(uint64_t cmd, int nargs, ...)
nargs              25 tools/testing/selftests/kvm/lib/s390x/ucall.c 	nargs = nargs <= UCALL_MAX_ARGS ? nargs : UCALL_MAX_ARGS;
nargs              27 tools/testing/selftests/kvm/lib/s390x/ucall.c 	va_start(va, nargs);
nargs              28 tools/testing/selftests/kvm/lib/s390x/ucall.c 	for (i = 0; i < nargs; ++i)
nargs              19 tools/testing/selftests/kvm/lib/x86_64/ucall.c void ucall(uint64_t cmd, int nargs, ...)
nargs              27 tools/testing/selftests/kvm/lib/x86_64/ucall.c 	nargs = nargs <= UCALL_MAX_ARGS ? nargs : UCALL_MAX_ARGS;
nargs              29 tools/testing/selftests/kvm/lib/x86_64/ucall.c 	va_start(va, nargs);
nargs              30 tools/testing/selftests/kvm/lib/x86_64/ucall.c 	for (i = 0; i < nargs; ++i)