Searched refs:bpf_bprintf_buffers (Results 1 – 3 of 3) sorted by relevance
20 const int max_len = ARRAY_SIZE((struct bpf_bprintf_buffers){}.buf); in bpf_stream_elem_alloc() 26 * thus includes '\0' byte. We're capped by how much bpf_bprintf_buffers can in bpf_stream_elem_alloc() 312 struct bpf_bprintf_buffers *buf; in bpf_stream_stage_commit()
770 static DEFINE_PER_CPU(struct bpf_bprintf_buffers[MAX_BPRINTF_NEST_LEVEL], bpf_bprintf_bufs);773 int bpf_try_get_buffers(struct bpf_bprintf_buffers **bufs) in bpf_try_get_buffers()823 struct bpf_bprintf_buffers *buffers = NULL; in bpf_bprintf_prepare()
3875 struct bpf_bprintf_buffers { struct3890 int bpf_try_get_buffers(struct bpf_bprintf_buffers **bufs); argument