Lines Matching defs:spdk_thread_send_msg
747 spdk_thread_send_msg(thread, _thread_exit, thread);
1203 spdk_thread_send_msg(thread, _thread_exit, thread);
1403 spdk_thread_send_msg(const struct spdk_thread *thread, spdk_msg_fn fn, void *ctx)
1840 spdk_thread_send_msg(thread, _thread_remove_pollers, thread);
2073 rc = spdk_thread_send_msg(ct->orig_thread, _back_to_orig_thread, ctx);
2078 rc = spdk_thread_send_msg(ct->cur_thread, _on_thread, ctx);
2119 rc = spdk_thread_send_msg(ct->cur_thread, _on_thread, ct);
2260 rc = spdk_thread_send_msg(dev->unregister_thread, _finish_unregister, dev);
2514 rc = spdk_thread_send_msg(thread, put_io_channel, ch);
2666 rc = spdk_thread_send_msg(thread, _call_channel, i);
2675 rc = spdk_thread_send_msg(i->orig_thread, _call_completion, i);
2714 rc = spdk_thread_send_msg(thread, _call_channel, i);
2726 rc = spdk_thread_send_msg(i->orig_thread, _call_completion, i);
2731 rc = spdk_thread_send_msg(dev->unregister_thread, __pending_unregister, dev);