Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/blkdev/
H A Dblkdev.c145 typedef struct bd_xfer_impl bd_xfer_impl_t; typedef
283 static void bd_submit(bd_t *, bd_xfer_impl_t *);
284 static void bd_runq_exit(bd_xfer_impl_t *, int);
731 bd->d_cache = kmem_cache_create(kcache, sizeof (bd_xfer_impl_t), 8, in bd_attach()
821 list_create(&bq->q_waitq, sizeof (bd_xfer_impl_t), in bd_attach()
823 list_create(&bq->q_runq, sizeof (bd_xfer_impl_t), in bd_attach()
959 bd_xfer_impl_t *xi; in bd_xfer_ctor()
986 bd_xfer_impl_t *xi = buf; in bd_xfer_dtor()
995 static bd_xfer_impl_t *
999 bd_xfer_impl_t *xi; in bd_xfer_alloc()
[all …]