Searched refs:ctl_io_hdr (Results 1 – 5 of 5) sorted by relevance
| /freebsd-10-stable/sys/cam/ctl/ |
| D | ctl_io.h | 216 struct ctl_io_hdr { struct 243 STAILQ_ENTRY(ctl_io_hdr) links; /* linked list pointer */ argument 244 TAILQ_ENTRY(ctl_io_hdr) ooa_links; 245 TAILQ_ENTRY(ctl_io_hdr) blocked_links; 268 struct ctl_io_hdr io_hdr; /* common to all I/O types */ 364 struct ctl_io_hdr io_hdr; /* common to all I/O types */ 572 struct ctl_io_hdr io_hdr; 577 struct ctl_io_hdr io_hdr; /* common to all I/O types */
|
| D | ctl_private.h | 390 TAILQ_HEAD(ctl_ooaq, ctl_io_hdr) ooa_queue; 391 TAILQ_HEAD(ctl_blockq,ctl_io_hdr) blocked_queue; 431 STAILQ_HEAD(, ctl_io_hdr) incoming_queue; 432 STAILQ_HEAD(, ctl_io_hdr) rtr_queue; 433 STAILQ_HEAD(, ctl_io_hdr) done_queue; 434 STAILQ_HEAD(, ctl_io_hdr) isc_queue;
|
| D | ctl_backend_block.c | 175 STAILQ_HEAD(, ctl_io_hdr) input_queue; 176 STAILQ_HEAD(, ctl_io_hdr) config_read_queue; 177 STAILQ_HEAD(, ctl_io_hdr) config_write_queue; 178 STAILQ_HEAD(, ctl_io_hdr) datamove_queue; 1676 ctl_io_hdr, links); in ctl_be_block_worker() 1691 ctl_io_hdr, links); in ctl_be_block_worker() 1705 ctl_io_hdr, links); in ctl_be_block_worker() 1719 ctl_io_hdr, links); in ctl_be_block_worker()
|
| D | ctl_backend_ramdisk.c | 124 STAILQ_HEAD(, ctl_io_hdr) cont_queue; 564 ctl_io_hdr, links); in ctl_backend_ramdisk_worker()
|
| D | ctl.c | 11187 struct ctl_io_hdr *io, *next_io; in ctl_failover_lun()
|