Searched refs:thread_count (Results 1 – 4 of 4) sorted by relevance
22 uint32_t thread_count; member 124 dst->thread_count++; in _move_thread() 147 assert(src->thread_count > 0);148 src->thread_count--;160 if (core->thread_count <= 1) { in _is_core_at_limit() 198 if (dst->thread_count == 0) { in _can_core_fit_thread() 338 g_cores[i].thread_count = cores_info[i].threads_count; in balance() 360 if (g_cores[i].thread_count == 0 && TAILQ_EMPTY(&reactor->threads)) { in balance() 363 } else if (g_cores[i].thread_count != 0) { in balance()
213 reactor->thread_count = 0; in spdk_reactor_get() 355 assert(reactor->thread_count == 0); in _reactor_set_notify_cpuset_cpl() 853 if (reactor->thread_count > 0) { in _reactor_remove_lw_thread() 854 core_info->thread_infos = calloc(reactor->thread_count, sizeof(*core_info->thread_infos)); in _reactor_remove_lw_thread() 873 assert(core_info->threads_count <= reactor->thread_count); in reactor_post_process_lw_thread() 908 assert(reactor->thread_count > 0); in _reactor_run() 909 reactor->thread_count--; in _reactor_run() 1205 reactor->thread_count++; in _reactor_schedule_thread()
26 uint32_t thread_count; member455 start_threads(test->thread_count); in launch_next_test()
148 reactor->thread_count--; in test_schedule_thread() 235 reactor->thread_count--; in test_reschedule_thread()