Home
last modified time | relevance | path

Searched full:schedule (Results 1 – 11 of 11) sorted by relevance

/spdk/test/interrupt/
H A Dreactor_set_interrupt.sh34 # Schedule all spdk_threads to reactor 1
53 # Schedule spdk_threads in thd2_ids back to reactor 2
64 # Schedule spdk_threads in thd2_ids back to reactor 0
/spdk/.github/
H A Ddependabot.yml10 schedule:
/spdk/doc/
H A Devent.md42 on the operating system to schedule many threads issuing blocking I/O onto a
H A Dnvme_multipath.md85 Each I/O has a timer to schedule an I/O retry at a particular time in the future. Each I/O channel
/spdk/lib/event/
H A Dreactor.c858 /* Cancel this round of schedule work */ in _reactor_remove_lw_thread()
1215 SPDK_ERRLOG("Failed to schedule spdk_thread: %s.\n", spdk_strerror(-rc)); in _reactor_schedule_thread()
1312 SPDK_ERRLOG("Unable to schedule thread on requested core mask.\n"); in reactor_thread_op_supported()
/spdk/test/unit/lib/thread/thread.c/
H A Dthread_ut.c51 /* No schedule callback */ in thread_alloc()
63 /* Schedule callback exists */ in thread_alloc()
/spdk/test/unit/lib/event/reactor.c/
H A Dreactor_ut.c182 /* Create and schedule the thread to core 1. */ in test_reschedule_thread()
/spdk/test/unit/lib/nvmf/ctrlr.c/
H A Dctrlr_ut.c900 /* First time, it will detect duplicate QID and schedule a retry. So for in test_connect()
924 /* First time, it will detect duplicate QID and schedule a retry. So for in test_connect()
/spdk/lib/ftl/
H A Dftl_nv_cache.c1074 /* Schedule Read IOs */ in compaction_process_finish_read()
/spdk/lib/nvme/
H A Dnvme_ctrlr.c3064 /* Schedule the first Keep Alive to be sent as soon as possible. */ in nvme_ctrlr_set_keep_alive_timeout()
/spdk/module/bdev/nvme/
H A Dbdev_nvme.c3077 * upper level. If they are in the middle of a reset, we won't try to schedule another one. in _bdev_nvme_submit_request()