Searched refs:bin_args (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/kernel/bpf/ |
H A D | helpers.c | 774 char bin_args[MAX_BPRINTF_BIN_ARGS]; member 799 if (!data->bin_args && !data->buf) in bpf_bprintf_cleanup() 842 tmp_buf = buffers->bin_args; in bpf_bprintf_prepare() 844 data->bin_args = (u32 *)tmp_buf; in bpf_bprintf_prepare() 1067 err = bstr_printf(str, str_size, fmt, data.bin_args); in BPF_CALL_5()
|
/openbmc/linux/kernel/trace/ |
H A D | bpf_trace.c | 386 ret = bstr_printf(data.buf, MAX_BPRINTF_BUF, fmt, data.bin_args); in BPF_CALL_5() 441 ret = bstr_printf(data.buf, MAX_BPRINTF_BUF, fmt, data.bin_args); in BPF_CALL_4() 483 seq_bprintf(m, fmt, data.bin_args); in BPF_CALL_5()
|
/openbmc/linux/include/linux/ |
H A D | bpf.h | 3193 u32 *bin_args; member
|