Searched refs:index_str (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/tools/testing/selftests/thermal/intel/workload_hint/ |
| H A D | workload_hint_test.c | 52 char index_str[4]; in main() local 122 if (read(fd, index_str, sizeof(index_str)) < 0) { in main() 143 if (read(fd, index_str, sizeof(index_str)) < 0) in main() 146 ret = sscanf(index_str, "%d", &index); in main()
|
| /linux-6.15/lib/ |
| H A D | ubsan.c | 443 char index_str[VALUE_LENGTH]; in __ubsan_handle_out_of_bounds() local 450 val_to_string(index_str, sizeof(index_str), data->index_type, index); in __ubsan_handle_out_of_bounds() 451 pr_err("index %s is out of range for type %s\n", index_str, in __ubsan_handle_out_of_bounds()
|