Home
last modified time | relevance | path

Searched refs:nr_args (Results 1 – 23 of 23) sorted by relevance

/linux/arch/x86/platform/olpc/
A Dolpc_ofw.c47 int __olpc_ofw(const char *name, int nr_args, const void **args, int nr_res, in __olpc_ofw() argument
54 BUG_ON(nr_args + nr_res > MAXARGS); in __olpc_ofw()
60 ofw_args[1] = nr_args; in __olpc_ofw()
64 for (i = 0; i < nr_args; i++, p++) in __olpc_ofw()
/linux/kernel/trace/
A Dtrace_probe.c775 tp->nr_args++; in traceprobe_parse_probe_arg()
889 for (i = 0; i < tp->nr_args; i++) { in __set_print_fmt()
906 for (i = 0; i < tp->nr_args; i++) { in __set_print_fmt()
1011 for (i = 0; i < tp->nr_args; i++) in trace_probe_cleanup()
1159 if (a->nr_args < b->nr_args) in trace_probe_compare_arg_type()
1160 return a->nr_args + 1; in trace_probe_compare_arg_type()
1161 if (a->nr_args > b->nr_args) in trace_probe_compare_arg_type()
1162 return b->nr_args + 1; in trace_probe_compare_arg_type()
1164 for (i = 0; i < a->nr_args; i++) { in trace_probe_compare_arg_type()
1165 if ((b->nr_args <= i) || in trace_probe_compare_arg_type()
[all …]
A Dtrace_probe_tmpl.h177 for (i = 0; i < tp->nr_args; i++) { in __get_data_size()
200 for (i = 0; i < tp->nr_args; i++) { in store_trace_args()
217 print_probe_args(struct trace_seq *s, struct probe_arg *args, int nr_args, in print_probe_args() argument
223 for (i = 0; i < nr_args; i++) { in print_probe_args()
A Dtrace_kprobe.c495 for (i = 0; i < tk->tp.nr_args; i++) { in __register_trace_kprobe()
576 for (i = 0; i < orig->tp.nr_args; i++) { in trace_kprobe_has_same_kprobe()
582 if (i == orig->tp.nr_args) in trace_kprobe_has_same_kprobe()
1116 for (i = 0; i < tk->tp.nr_args; i++) in trace_kprobe_show()
1487 if (print_probe_args(s, tp->args, tp->nr_args, in print_kprobe_event()
1522 if (print_probe_args(s, tp->args, tp->nr_args, in print_kretprobe_event()
A Dtrace_eprobe.c73 for (i = 0; i < ep->tp.nr_args; i++) in eprobe_dyn_event_show()
294 if (print_probe_args(s, tp->args, tp->nr_args, in print_eprobe_event()
345 for (i = 0; i < tp->nr_args; i++) { in get_eprobe_size()
A Dtrace_uprobe.c426 for (i = 0; i < orig->tp.nr_args; i++) { in trace_uprobe_has_same_uprobe()
432 if (i == orig->tp.nr_args) in trace_uprobe_has_same_uprobe()
756 for (i = 0; i < tu->tp.nr_args; i++) in trace_uprobe_show()
1044 if (print_probe_args(s, tu->tp.args, tu->tp.nr_args, data, entry) < 0) in print_uprobe_event()
A Dtrace_probe.h247 unsigned int nr_args; member
/linux/tools/io_uring/
A Dsyscall.c37 unsigned int nr_args) in io_uring_register() argument
39 return syscall(__NR_io_uring_register, fd, opcode, arg, nr_args); in io_uring_register()
A Dliburing.h59 unsigned int nr_args);
/linux/tools/bootconfig/scripts/
A Dxbc.sh31 nr_args() { # args function
54 __s=`nr_args $__keys`
/linux/fs/
A Dio_uring.c594 u32 nr_args; member
8311 if (!nr_args) in io_sqe_files_register()
9166 if (!nr_args || nr_args > IORING_MAX_REG_BUFFERS) in io_sqe_buffers_register()
10709 if (!nr_args) in io_register_files_update()
10967 if (arg || nr_args) in __io_uring_register()
10976 if (arg || nr_args) in __io_uring_register()
10986 if (nr_args != 1) in __io_uring_register()
10998 if (arg || nr_args) in __io_uring_register()
11010 if (arg || nr_args) in __io_uring_register()
11022 if (arg || nr_args) in __io_uring_register()
[all …]
/linux/arch/x86/include/asm/
A Dolpc_ofw.h18 extern int __olpc_ofw(const char *name, int nr_args, const void **args, int nr_res,
/linux/arch/x86/net/
A Dbpf_jit_comp.c1723 static void save_regs(const struct btf_func_model *m, u8 **prog, int nr_args, in save_regs() argument
1732 for (i = 0; i < min(nr_args, 6); i++) in save_regs()
1739 static void restore_regs(const struct btf_func_model *m, u8 **prog, int nr_args, in restore_regs() argument
1749 for (i = 0; i < min(nr_args, 6); i++) in restore_regs()
1978 int ret, i, nr_args = m->nr_args; in arch_prepare_bpf_trampoline() local
1979 int stack_size = nr_args * 8; in arch_prepare_bpf_trampoline()
1988 if (nr_args > 6) in arch_prepare_bpf_trampoline()
2031 save_regs(m, &prog, nr_args, stack_size); in arch_prepare_bpf_trampoline()
2061 restore_regs(m, &prog, nr_args, stack_size); in arch_prepare_bpf_trampoline()
2097 restore_regs(m, &prog, nr_args, stack_size); in arch_prepare_bpf_trampoline()
A Dbpf_jit_comp32.c1586 for (i = 0; i < fm->nr_args; i++) { in emit_kfunc_call()
1597 last_stack_regno = BPF_REG_0 + fm->nr_args; in emit_kfunc_call()
/linux/kernel/bpf/
A Dbtf.c3447 if (!nr_args) { in btf_func_proto_log()
3466 if (nr_args > 1) { in btf_func_proto_log()
3933 u16 nr_args, i; in btf_func_proto_check() local
3964 if (!nr_args) in btf_func_proto_check()
3971 nr_args); in btf_func_proto_check()
3974 nr_args--; in btf_func_proto_check()
4022 u16 nr_args, i; in btf_func_check() local
4840 u32 nr_args, arg; in btf_ctx_access() local
4857 nr_args--; in btf_ctx_access()
4860 if (arg > nr_args) { in btf_ctx_access()
[all …]
/linux/tools/perf/
A Dbuiltin-trace.c111 u8 nr_args; member
996 { .name = "kcmp", .nr_args = 5,
1209 int nr_args; member
1656 if (nr_args == 6 && sc->fmt && sc->fmt->nr_args != 0) in syscall__alloc_arg_fmts()
1657 nr_args = sc->fmt->nr_args; in syscall__alloc_arg_fmts()
1659 sc->arg_fmt = calloc(nr_args, sizeof(*sc->arg_fmt)); in syscall__alloc_arg_fmts()
1663 for (idx = 0; idx < nr_args; ++idx) { in syscall__alloc_arg_fmts()
1668 sc->nr_args = nr_args; in syscall__alloc_arg_fmts()
1821 --sc->nr_args; in trace__read_syscall_info()
2062 while (arg.idx < sc->nr_args) { in syscall__scnprintf_args()
[all …]
/linux/drivers/platform/olpc/
A Dolpc-xo175-ec.c209 u8 nr_args; member
522 priv->cmd.nr_args = inlen; in olpc_xo175_ec_cmd()
/linux/drivers/leds/
A Dleds-blinkm.c104 u8 nr_args; member
297 int arglen = blinkm_cmds[cmd].nr_args; in blinkm_write()
/linux/drivers/md/
A Ddm-mpath.c985 unsigned i, nr_selector_args, nr_args; in parse_priority_group() local
1017 nr_args = 1 + nr_selector_args; in parse_priority_group()
1022 if (as->argc < nr_args) { in parse_priority_group()
1028 path_args.argc = nr_args; in parse_priority_group()
1039 dm_consume_args(as, nr_args); in parse_priority_group()
/linux/tools/lib/traceevent/
A Devent-parse.c101 int nr_args; member
3025 for (i = 0; i < func->nr_args; i++) { in process_func_handler()
3034 if (i < (func->nr_args - 1)) { in process_func_handler()
3038 func->name, func->nr_args, in process_func_handler()
3046 func->name, func->nr_args, event->name); in process_func_handler()
4242 if (!func_handle->nr_args) { in process_defined_func()
4251 args = malloc(sizeof(*args) * func_handle->nr_args); in process_defined_func()
4255 for (i = 0; i < func_handle->nr_args; i++) { in process_defined_func()
7240 func_handle->nr_args++; in tep_register_print_function()
/linux/include/uapi/linux/
A Dsoundcard.h528 char nr_args, nr_returns; member
/linux/include/linux/
A Dbpf.h573 u8 nr_args; member
A Dsyscalls.h350 void __user *arg, unsigned int nr_args);

Completed in 123 milliseconds