Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/
Dbtf.c4212 const char *next_str = str, *end_str = str + str_sec_size; in btf_raw_create() local
4235 while ((next_str = get_next_str(next_str, end_str))) { in btf_raw_create()
4247 strs_idx[strs_cnt++] = next_str; in btf_raw_create()
4248 next_str += strlen(next_str); in btf_raw_create()
6431 const char *next_str = str + str_off; in patch_name_tbd() local
6448 next_str = get_next_str(next_str, end_str); in patch_name_tbd()
6449 if (CHECK(!next_str, "Error in getting next_str\n")) { in patch_name_tbd()
6453 new_u32[i] = next_str - str; in patch_name_tbd()
6454 next_str += strlen(next_str); in patch_name_tbd()
/Linux-v6.6/arch/x86/events/
Dcore.c1871 const char *str, *next_str; in events_hybrid_sysfs_show() local
1893 next_str = strchr(str, ';'); in events_hybrid_sysfs_show()
1894 if (next_str) in events_hybrid_sysfs_show()
1895 return snprintf(page, next_str - str + 1, "%s", str); in events_hybrid_sysfs_show()