Lines Matching refs:cpu_num
30 rw_ti->cpu_num = -1;
46 rw_ti->cpu_num = cpu;
92 static void bind_cpu(int cpu_num)
97 CPU_SET(cpu_num, &mask);
99 /* bind my thread to cpu_num by assigning zero to the first argument */
101 pr_err("Could not set CPU#%d affinity\n", (int)cpu_num);
110 bind_cpu(ts->cpu_num);
131 pr_err("Splice_read in rw-thread(%d)\n", ts->cpu_num);
141 pr_debug("Read retry(cpu:%d)\n", ts->cpu_num);
154 ts->cpu_num);
185 pr_err("Could not create a rw thread(%d)\n", rw_ti->cpu_num);