Lines Matching refs:need_comma
431 int need_comma = 0, len; in show_gpu_perf() local
440 len += sprintf(buf + len, "%s %d%s", need_comma ? "," : "", comm->nr_requests[n], ring_name[n]); in show_gpu_perf()
441 need_comma = true; in show_gpu_perf()
447 need_comma ? "," : "", in show_gpu_perf()
451 need_comma ? "," : "", in show_gpu_perf()
455 need_comma ? "," : "", in show_gpu_perf()
458 need_comma = true; in show_gpu_perf()
464 need_comma ? "," : "", in show_gpu_perf()
466 need_comma = true; in show_gpu_perf()
673 int need_comma = 0; in show_gpu_freq() local
678 need_comma ? ", " : "", in show_gpu_freq()
680 need_comma++; in show_gpu_freq()
684 need_comma ? ", " : "", in show_gpu_freq()
686 need_comma++; in show_gpu_freq()
690 need_comma ? ", " : "", in show_gpu_freq()
692 need_comma++; in show_gpu_freq()
695 if (need_comma <= 1) in show_gpu_freq()