Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
A Diters.c176 pthread_t thread_ids[thread_num]; in subtest_task_iters() local
189 ASSERT_OK(pthread_create(&thread_ids[i], NULL, &do_nothing_wait, NULL), in subtest_task_iters()
200 ASSERT_OK(pthread_join(thread_ids[i], &ret), "pthread_join"); in subtest_task_iters()
/linux/drivers/md/dm-vdo/
A Dvdo.c182 thread_id_t thread_ids[], zone_count_t count) in assign_thread_ids() argument
187 thread_ids[zone] = config->thread_count++; in assign_thread_ids()
317 static bool get_zone_thread_name(const thread_id_t thread_ids[], zone_count_t count, in get_zone_thread_name() argument
321 if (id >= thread_ids[0]) { in get_zone_thread_name()
322 thread_id_t index = id - thread_ids[0]; in get_zone_thread_name()

Completed in 27 milliseconds