Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbtf_field_iter.c132 __u32 *next_str, *next_id; in test_btf_field_iter() local
142 while ((next_str = btf_field_iter_next(&it_strs))) { in test_btf_field_iter()
143 const char *str = btf__str_by_offset(btf, *next_str); in test_btf_field_iter()
H A Dbtf.c4272 const char *next_str = str, *end_str = str + str_sec_size; in btf_raw_create() local
4295 while ((next_str = get_next_str(next_str, end_str))) { in btf_raw_create()
4307 strs_idx[strs_cnt++] = next_str; in btf_raw_create()
4308 next_str += strlen(next_str); in btf_raw_create()
6490 const char *next_str = str + str_off; in patch_name_tbd() local
6507 next_str = get_next_str(next_str, end_str); in patch_name_tbd()
6508 if (CHECK(!next_str, "Error in getting next_str\n")) { in patch_name_tbd()
6512 new_u32[i] = next_str - str; in patch_name_tbd()
6513 next_str += strlen(next_str); in patch_name_tbd()
/linux/arch/x86/events/
H A Dcore.c1877 const char *str, *next_str; in events_hybrid_sysfs_show() local
1899 next_str = strchr(str, ';'); in events_hybrid_sysfs_show()
1900 if (next_str) in events_hybrid_sysfs_show()
1901 return snprintf(page, next_str - str + 1, "%s", str); in events_hybrid_sysfs_show()