Home
last modified time | relevance | path

Searched refs:TAILQ_FOREACH_REVERSE_SAFE (Results 1 – 3 of 3) sorted by relevance

/spdk/include/spdk/
H A Dqueue_extras.h337 #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ macro
/spdk/lib/thread/
H A Dthread.c1126 TAILQ_FOREACH_REVERSE_SAFE(poller, &thread->active_pollers, in _thread_remove_pollers()
1175 TAILQ_FOREACH_REVERSE_SAFE(poller, &thread->active_pollers, in spdk_thread_poll()
1877 * another one's context without breaking the TAILQ_FOREACH_REVERSE_SAFE in spdk_poller_resume()
/spdk/module/bdev/nvme/
H A Dbdev_nvme.c6944 TAILQ_FOREACH_REVERSE_SAFE(p, &nvme_ctrlr->trids, nvme_paths, link, t) { in get_discovery_log_page()