Searched refs:add_sz (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | strset.c | 104 static void *strset_add_str_mem(struct strset *set, size_t add_sz) in strset_add_str_mem() argument 107 set->strs_data_len, set->strs_data_max_len, add_sz); in strset_add_str_mem()
|
H A D | btf.c | 1540 static void *btf_add_type_mem(struct btf *btf, size_t add_sz) in btf_add_type_mem() argument 1543 btf->hdr->type_len, UINT_MAX, add_sz); in btf_add_type_mem()
|
/kernel/linux/linux-5.10/tools/lib/bpf/ |
H A D | btf.c | 1476 static void *btf_add_str_mem(struct btf *btf, size_t add_sz) in btf_add_str_mem() argument 1479 btf->hdr->str_len, BTF_MAX_STR_OFFSET, add_sz); in btf_add_str_mem() 1557 static void *btf_add_type_mem(struct btf *btf, size_t add_sz) in btf_add_type_mem() argument 1560 btf->hdr->type_len, UINT_MAX, add_sz); in btf_add_type_mem()
|
Completed in 18 milliseconds