Symbol: thread_num
drivers/base/arch_topology.c
835
unsigned int thread_num;
drivers/base/arch_topology.c
900
entry->thread_num = 1;
drivers/base/arch_topology.c
905
entry->thread_num++;
drivers/base/arch_topology.c
923
max_smt_thread_num = max(max_smt_thread_num, entry->thread_num);
drivers/char/ipmi/ipmi_ssif.c
1880
unsigned int thread_num;
drivers/char/ipmi/ipmi_ssif.c
1882
thread_num = ((i2c_adapter_id(ssif_info->client->adapter)
drivers/char/ipmi/ipmi_ssif.c
1887
"kssif%4.4x", thread_num);
drivers/gpu/drm/imagination/pvr_rogue_fwif.h
383
u32 thread_num;
drivers/gpu/drm/imagination/pvr_rogue_fwif_check.h
98
OFFSET_CHECK(struct rogue_pollinfo, thread_num, 0);
fs/squashfs/super.c
104
opts->thread_num = (int)num;
fs/squashfs/super.c
110
opts->thread_num = 1;
fs/squashfs/super.c
241
if (opts->thread_num == 0) {
fs/squashfs/super.c
244
msblk->max_thread_num = opts->thread_num;
fs/squashfs/super.c
56
int thread_num;
fs/squashfs/super.c
565
opts->thread_num = 0;
tools/testing/selftests/bpf/prog_tests/iters.c
176
pthread_t thread_ids[thread_num];
tools/testing/selftests/bpf/prog_tests/iters.c
188
for (int i = 0; i < thread_num; i++)
tools/testing/selftests/bpf/prog_tests/iters.c
195
ASSERT_EQ(skel->bss->threads_cnt, thread_num + 2, "threads_cnt");
tools/testing/selftests/bpf/prog_tests/iters.c
196
ASSERT_EQ(skel->bss->proc_threads_cnt, thread_num + 2, "proc_threads_cnt");
tools/testing/selftests/bpf/prog_tests/iters.c
199
for (int i = 0; i < thread_num; i++)
tools/testing/selftests/powerpc/tm/tm-tmspr.c
102
thread_num = 10 * sysconf(_SC_NPROCESSORS_ONLN);
tools/testing/selftests/powerpc/tm/tm-tmspr.c
104
thread = malloc(thread_num * sizeof(pthread_t));
tools/testing/selftests/powerpc/tm/tm-tmspr.c
109
for (i = 0; i < thread_num; i += 2) {
tools/testing/selftests/powerpc/tm/tm-tmspr.c
115
for (i = 1; i < thread_num; i += 2) {
tools/testing/selftests/powerpc/tm/tm-tmspr.c
120
for (i = 0; i < thread_num; i++) {
tools/testing/selftests/powerpc/tm/tm-tmspr.c
95
int thread_num;