Searched refs:thread_num (Results 1 – 6 of 6) sorted by relevance
95 int thread_num; in test_tmspr() local102 thread_num = 10 * sysconf(_SC_NPROCESSORS_ONLN); in test_tmspr()104 thread = malloc(thread_num * sizeof(pthread_t)); in test_tmspr()109 for (i = 0; i < thread_num; i += 2) { in test_tmspr()115 for (i = 1; i < thread_num; i += 2) { in test_tmspr()120 for (i = 0; i < thread_num; i++) { in test_tmspr()
171 #define thread_num 2 macro176 pthread_t thread_ids[thread_num]; in subtest_task_iters()188 for (int i = 0; i < thread_num; i++) in subtest_task_iters()195 ASSERT_EQ(skel->bss->threads_cnt, thread_num + 1, "threads_cnt"); in subtest_task_iters()196 ASSERT_EQ(skel->bss->proc_threads_cnt, thread_num + 1, "proc_threads_cnt"); in subtest_task_iters()199 for (int i = 0; i < thread_num; i++) in subtest_task_iters()
56 int thread_num; member104 opts->thread_num = (int)num; in squashfs_parse_param_threads_num()110 opts->thread_num = 1; in squashfs_parse_param_threads_num()236 if (opts->thread_num == 0) { in squashfs_fill_super()239 msblk->max_thread_num = opts->thread_num; in squashfs_fill_super()557 opts->thread_num = 0; in squashfs_init_fs_context()
1884 unsigned int thread_num; in ssif_probe() local1886 thread_num = ((i2c_adapter_id(ssif_info->client->adapter) in ssif_probe()1891 "kssif%4.4x", thread_num); in ssif_probe()
98 OFFSET_CHECK(struct rogue_pollinfo, thread_num, 0);
383 u32 thread_num; member