Home
last modified time | relevance | path

Searched refs:bin_args (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/kernel/bpf/
Dhelpers.c767 char bin_args[MAX_BPRINTF_BIN_ARGS]; member
792 if (!data->bin_args && !data->buf) in bpf_bprintf_cleanup()
835 tmp_buf = buffers->bin_args; in bpf_bprintf_prepare()
837 data->bin_args = (u32 *)tmp_buf; in bpf_bprintf_prepare()
1060 err = bstr_printf(str, str_size, fmt, data.bin_args); in BPF_CALL_5()
/Linux-v6.6/kernel/trace/
Dbpf_trace.c383 ret = bstr_printf(data.buf, MAX_BPRINTF_BUF, fmt, data.bin_args); in BPF_CALL_5()
438 ret = bstr_printf(data.buf, MAX_BPRINTF_BUF, fmt, data.bin_args); in BPF_CALL_4()
480 seq_bprintf(m, fmt, data.bin_args); in BPF_CALL_5()
/Linux-v6.6/include/linux/
Dbpf.h3147 u32 *bin_args; member