Searched refs:strs_cnt (Results 1 – 1 of 1) sorted by relevance
4289 int strs_cap = 0, strs_cnt = 0, next_str_idx = 0; in btf_raw_create() local 4311 if (strs_cnt == strs_cap) { in btf_raw_create() 4322 strs_idx[strs_cnt++] = next_str; in btf_raw_create() 4330 if (CHECK(next_str_idx == strs_cnt, in btf_raw_create() 4340 if (CHECK(idx <= 0 || idx > strs_cnt, in btf_raw_create() 4341 "Error getting string #%d, strs_cnt:%d", in btf_raw_create() 4342 idx, strs_cnt)) { in btf_raw_create() 4364 next_str_idx < strs_cnt ? strs_idx[next_str_idx] : NULL; in btf_raw_create()