Home
last modified time | relevance | path

Searched defs:thread_info (Results 1 – 3 of 3) sorted by relevance

/spdk/module/scheduler/dynamic/
H A Dscheduler_dynamic.c42 _get_thread_load(struct spdk_scheduler_thread_info * thread_info) _get_thread_load() argument
102 _move_thread(struct spdk_scheduler_thread_info * thread_info,uint32_t dst_core) _move_thread() argument
176 _can_core_fit_thread(struct spdk_scheduler_thread_info * thread_info,uint32_t dst_core) _can_core_fit_thread() argument
211 _find_optimal_core(struct spdk_scheduler_thread_info * thread_info) _find_optimal_core() argument
291 _balance_idle(struct spdk_scheduler_thread_info * thread_info) _balance_idle() argument
301 _balance_active(struct spdk_scheduler_thread_info * thread_info) _balance_active() argument
[all...]
/spdk/lib/event/
H A Dreactor.c677 _threads_reschedule_thread(struct spdk_scheduler_thread_info * thread_info) _threads_reschedule_thread() argument
698 struct spdk_scheduler_thread_info *thread_info; _threads_reschedule() local
/spdk/app/spdk_top/
H A Dspdk_top.c419 struct rpc_thread_info thread_info = {}; in rpc_decode_pollers_threads_array() local
734 struct rpc_thread_info thread_info[RPC_MAX_THREADS], *thread; in get_thread_data() local
2392 draw_thread_win_content(WINDOW *thread_win, struct rpc_thread_info *thread_info) in draw_thread_win_content()
2463 get_single_thread_info(uint64_t thread_id, struct rpc_thread_info *thread_info) in get_single_thread_info()
2550 struct rpc_thread_info thread_info; in display_thread() local