Searched refs:bin_args (Results 1 – 4 of 4) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | helpers.c | 799 if (!data->bin_args && !data->buf) in bpf_bprintf_cleanup() 839 tmp_buf = buffers->bin_args; in bpf_bprintf_prepare() 841 data->bin_args = (u32 *)tmp_buf; in bpf_bprintf_prepare() 1084 err = bstr_printf(str, str_size, fmt, data.bin_args); in BPF_CALL_5()
|
| /linux/kernel/trace/ |
| H A D | bpf_trace.c | 407 ret = bstr_printf(data.buf, MAX_BPRINTF_BUF, fmt, data.bin_args); in BPF_CALL_5() 463 ret = bstr_printf(data.buf, MAX_BPRINTF_BUF, fmt, data.bin_args); in BPF_CALL_4() 505 seq_bprintf(m, fmt, data.bin_args); in BPF_CALL_5()
|
| /linux/include/linux/ |
| H A D | bpf.h | 4085 char bin_args[MAX_BPRINTF_BIN_ARGS]; member 4090 u32 *bin_args; member
|
| /linux/kernel/sched/ext/ |
| H A D | ext.c | 9914 bprintf_data.bin_args); in __bstr_format()
|