Searched refs:next_str_idx (Results 1 – 1 of 1) sorted by relevance
3692 int strs_cap = 0, strs_cnt = 0, next_str_idx = 0; in btf_raw_create() local3733 if (CHECK(next_str_idx == strs_cnt, in btf_raw_create()3735 next_str_idx)) { in btf_raw_create()3739 ret_types[i] = strs_idx[next_str_idx++] - str; in btf_raw_create()3767 next_str_idx < strs_cnt ? strs_idx[next_str_idx] : NULL; in btf_raw_create()