Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A Dbtf.c253 u32 types_size; member
1566 if (btf->types_size == btf->nr_types) { in btf_add_type()
1572 if (btf->start_id + btf->types_size == BTF_MAX_TYPE) { in btf_add_type()
1577 expand_by = max_t(u32, btf->types_size >> 2, 16); in btf_add_type()
1579 btf->types_size + expand_by); in btf_add_type()
1599 btf->types_size = new_size; in btf_add_type()