Searched refs:TAILQ_FOREACH_REVERSE_SAFE (Results 1 – 3 of 3) sorted by relevance
/spdk/include/spdk/ |
H A D | queue_extras.h | 337 #define TAILQ_FOREACH_REVERSE_SAFE(var, head, headname, field, tvar) \ macro
|
/spdk/lib/thread/ |
H A D | thread.c | 1126 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 D | bdev_nvme.c | 6944 TAILQ_FOREACH_REVERSE_SAFE(p, &nvme_ctrlr->trids, nvme_paths, link, t) { in get_discovery_log_page()
|