Home
last modified time | relevance | path

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

/Linux-v5.4/tools/testing/selftests/powerpc/tm/
Dtm-tmspr.c101 int thread_num; in test_tmspr() local
107 thread_num = 10 * sysconf(_SC_NPROCESSORS_ONLN); in test_tmspr()
109 thread = malloc(thread_num * sizeof(pthread_t)); in test_tmspr()
114 for (i = 0; i < thread_num; i += 2) { in test_tmspr()
120 for (i = 1; i < thread_num; i += 2) { in test_tmspr()
125 for (i = 0; i < thread_num; i++) { in test_tmspr()
/Linux-v5.4/drivers/char/ipmi/
Dipmi_ssif.c1881 unsigned int thread_num; in ssif_probe() local
1883 thread_num = ((i2c_adapter_id(ssif_info->client->adapter) in ssif_probe()
1888 "kssif%4.4x", thread_num); in ssif_probe()