Searched refs:tok_end (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.15/tools/perf/bench/ |
| D | numa.c | 533 char *tok, *tok_end, *tok_step, *tok_len, *tok_mul; in parse_setup_cpu_list() local 542 tok_end = strstr(tok, "-"); in parse_setup_cpu_list() 544 dprintf("\ntoken: {%s}, end: {%s}\n", tok, tok_end); in parse_setup_cpu_list() 545 if (!tok_end) { in parse_setup_cpu_list() 551 bind_cpu_1 = atol(tok_end + 1); in parse_setup_cpu_list() 670 char *tok, *tok_end, *tok_step, *tok_mul; in parse_setup_node_list() local 678 tok_end = strstr(tok, "-"); in parse_setup_node_list() 680 dprintf("\ntoken: {%s}, end: {%s}\n", tok, tok_end); in parse_setup_node_list() 681 if (!tok_end) { in parse_setup_node_list() 687 bind_node_1 = atol(tok_end + 1); in parse_setup_node_list()
|
| /Linux-v5.15/drivers/scsi/aic7xxx/ |
| D | aic7xxx_osm.c | 924 char *tok_end; in ahc_parse_brace_option() local 943 tok_end = strchr(opt_arg, '\0'); in ahc_parse_brace_option() 944 if (tok_end < end) in ahc_parse_brace_option() 945 *tok_end = ','; in ahc_parse_brace_option() 984 tok_end = end; in ahc_parse_brace_option() 987 if ((tok_end2) && (tok_end2 < tok_end)) in ahc_parse_brace_option() 988 tok_end = tok_end2; in ahc_parse_brace_option() 992 opt_arg = tok_end; in ahc_parse_brace_option()
|
| D | aic79xx_osm.c | 1047 char *tok_end; in ahd_parse_brace_option() local 1066 tok_end = strchr(opt_arg, '\0'); in ahd_parse_brace_option() 1067 if (tok_end < end) in ahd_parse_brace_option() 1068 *tok_end = ','; in ahd_parse_brace_option() 1107 tok_end = end; in ahd_parse_brace_option() 1110 if ((tok_end2) && (tok_end2 < tok_end)) in ahd_parse_brace_option() 1111 tok_end = tok_end2; in ahd_parse_brace_option() 1115 opt_arg = tok_end; in ahd_parse_brace_option()
|