Searched refs:bin_args (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/kernel/bpf/ |
| H A D | helpers.c | 772 char bin_args[MAX_BPRINTF_BIN_ARGS]; member 797 if (!data->bin_args && !data->buf) in bpf_bprintf_cleanup() 840 tmp_buf = buffers->bin_args; in bpf_bprintf_prepare() 842 data->bin_args = (u32 *)tmp_buf; in bpf_bprintf_prepare() 1065 err = bstr_printf(str, str_size, fmt, data.bin_args); in BPF_CALL_5()
|
| /linux-6.15/kernel/trace/ |
| H A D | bpf_trace.c | 378 ret = bstr_printf(data.buf, MAX_BPRINTF_BUF, fmt, data.bin_args); in BPF_CALL_5() 434 ret = bstr_printf(data.buf, MAX_BPRINTF_BUF, fmt, data.bin_args); in BPF_CALL_4() 476 seq_bprintf(m, fmt, data.bin_args); in BPF_CALL_5()
|
| /linux-6.15/include/linux/ |
| H A D | bpf.h | 3527 u32 *bin_args; member
|
| /linux-6.15/kernel/sched/ |
| H A D | ext.c | 6948 bprintf_data.bin_args); in __bstr_format()
|