Searched refs:next_io (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/ocsp/
H A Docsp_ht.c330 next_io:
374 goto next_io;
386 goto next_io;
415 goto next_io;
421 goto next_io;
464 goto next_io;
479 goto next_io;
509 goto next_io;
/freebsd-11-stable/sys/cam/ctl/
H A Dctl.c11015 union ctl_io *io, *next_io; local
11020 io != NULL; io = next_io) {
11021 next_io = (union ctl_io *)TAILQ_NEXT(&io->io_hdr, blocked_links);
11169 struct ctl_io_hdr *io, *next_io; local
11190 TAILQ_FOREACH_SAFE(io, &lun->ooa_queue, ooa_links, next_io) {
11219 TAILQ_FOREACH_SAFE(io, &lun->ooa_queue, ooa_links, next_io) {

Completed in 178 milliseconds