Home
last modified time | relevance | path

Searched refs:len_total (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/kernel/bpf/
H A Dlog.c16 if (!!log->ubuf != !!log->len_total) in bpf_verifier_log_attr_valid()
23 if (log->len_total > UINT_MAX >> 2) in bpf_verifier_log_attr_valid()
33 log->len_total = log_size; in bpf_vlog_init()
78 if (log->end_pos < log->len_total) { in bpf_verifier_vlog()
95 new_start = new_end - log->len_total; in bpf_verifier_vlog()
105 new_n = min(n, log->len_total); in bpf_verifier_vlog()
114 buf_end = log->len_total; in bpf_verifier_vlog()
132 log->len_total - buf_start)) in bpf_verifier_vlog()
171 div_u64_rem(new_pos, log->len_total, &pos); in bpf_vlog_reset()
272 sublen = log->len_total - sublen; in bpf_vlog_finalize()
[all …]
/openbmc/linux/include/linux/
H A Dbpf_verifier.h545 u32 len_total; member