Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
A Dbtf.c3969 const char *next_str = str, *end_str = str + str_sec_size; in btf_raw_create() local
3992 while ((next_str = get_next_str(next_str, end_str))) { in btf_raw_create()
4004 strs_idx[strs_cnt++] = next_str; in btf_raw_create()
4005 next_str += strlen(next_str); in btf_raw_create()
6190 const char *next_str = str + str_off; in patch_name_tbd() local
6207 next_str = get_next_str(next_str, end_str); in patch_name_tbd()
6208 if (CHECK(!next_str, "Error in getting next_str\n")) { in patch_name_tbd()
6212 new_u32[i] = next_str - str; in patch_name_tbd()
6213 next_str += strlen(next_str); in patch_name_tbd()
/linux/arch/x86/events/
A Dcore.c1876 const char *str, *next_str; in events_hybrid_sysfs_show() local
1898 next_str = strchr(str, ';'); in events_hybrid_sysfs_show()
1899 if (next_str) in events_hybrid_sysfs_show()
1900 return snprintf(page, next_str - str + 1, "%s", str); in events_hybrid_sysfs_show()

Completed in 16 milliseconds