Searched refs:thread_num (Results 1 - 6 of 6) sorted by relevance

/linux-master/tools/testing/selftests/powerpc/tm/
H A Dtm-tmspr.c95 int thread_num; local
102 thread_num = 10 * sysconf(_SC_NPROCESSORS_ONLN);
104 thread = malloc(thread_num * sizeof(pthread_t));
109 for (i = 0; i < thread_num; i += 2) {
115 for (i = 1; i < thread_num; i += 2) {
120 for (i = 0; i < thread_num; i++) {
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Diters.c170 #define thread_num 2 macro
175 pthread_t thread_ids[thread_num];
187 for (int i = 0; i < thread_num; i++)
194 ASSERT_EQ(skel->bss->threads_cnt, thread_num + 1, "threads_cnt");
195 ASSERT_EQ(skel->bss->proc_threads_cnt, thread_num + 1, "proc_threads_cnt");
198 for (int i = 0; i < thread_num; i++)
/linux-master/fs/squashfs/
H A Dsuper.c56 int thread_num; member in struct:squashfs_mount_opts
104 opts->thread_num = (int)num;
110 opts->thread_num = 1;
236 if (opts->thread_num == 0) {
239 msblk->max_thread_num = opts->thread_num;
557 opts->thread_num = 0;
/linux-master/drivers/char/ipmi/
H A Dipmi_ssif.c1862 unsigned int thread_num; local
1864 thread_num = ((i2c_adapter_id(ssif_info->client->adapter)
1869 "kssif%4.4x", thread_num);
/linux-master/drivers/gpu/drm/imagination/
H A Dpvr_rogue_fwif_check.h98 OFFSET_CHECK(struct rogue_pollinfo, thread_num, 0);
H A Dpvr_rogue_fwif.h383 u32 thread_num; member in struct:rogue_pollinfo

Completed in 114 milliseconds