Home
last modified time | relevance | path

Searched refs:thread_num (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/tools/testing/selftests/powerpc/tm/
H A Dtm-tmspr.c95 int thread_num; in test_tmspr() local
102 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()
/openbmc/linux/fs/squashfs/
H A Dsuper.c56 int thread_num; member
104 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()
/openbmc/u-boot/tools/buildman/
H A Dbuilderthread.py86 def __init__(self, builder, thread_num, incremental, per_board_out_dir): argument
90 self.thread_num = thread_num
424 work_dir = self.builder.GetThreadDir(self.thread_num)
H A Dbuilder.py1466 def GetThreadDir(self, thread_num): argument
1472 return os.path.join(self._working_dir, '%02d' % thread_num)
1474 def _PrepareThread(self, thread_num, setup_git): argument
1483 thread_dir = self.GetThreadDir(thread_num)
1495 Print('\rCloning repo for thread %d' % thread_num,
/openbmc/linux/drivers/char/ipmi/
H A Dipmi_ssif.c1862 unsigned int thread_num; in ssif_probe() local
1864 thread_num = ((i2c_adapter_id(ssif_info->client->adapter) in ssif_probe()
1869 "kssif%4.4x", thread_num); in ssif_probe()