Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/bpf/prog_tests/
Dbtf.c4130 const char *next_str = str, *end_str = str + str_sec_size; in btf_raw_create() local
4153 while ((next_str = get_next_str(next_str, end_str))) { in btf_raw_create()
4165 strs_idx[strs_cnt++] = next_str; in btf_raw_create()
4166 next_str += strlen(next_str); in btf_raw_create()
6349 const char *next_str = str + str_off; in patch_name_tbd() local
6366 next_str = get_next_str(next_str, end_str); in patch_name_tbd()
6367 if (CHECK(!next_str, "Error in getting next_str\n")) { in patch_name_tbd()
6371 new_u32[i] = next_str - str; in patch_name_tbd()
6372 next_str += strlen(next_str); in patch_name_tbd()
/linux-6.1.9/arch/x86/events/
Dcore.c1873 const char *str, *next_str; in events_hybrid_sysfs_show() local
1895 next_str = strchr(str, ';'); in events_hybrid_sysfs_show()
1896 if (next_str) in events_hybrid_sysfs_show()
1897 return snprintf(page, next_str - str + 1, "%s", str); in events_hybrid_sysfs_show()