Searched refs:bd_xfer_alloc (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/uts/common/io/blkdev/ |
H A D | blkdev.c | 731 bd_xfer_alloc(bd_t *bd, struct buf *bp, int (*func)(void *, bd_xfer_t *), in bd_xfer_alloc() function 1081 xi = bd_xfer_alloc(bd, bp, bd->d_ops.o_write, KM_NOSLEEP); in bd_dump() 1243 xi = bd_xfer_alloc(bd, bp, func, KM_NOSLEEP); in bd_strategy() 1245 xi = bd_xfer_alloc(bd, bp, func, KM_PUSHPAGE); in bd_strategy() 1459 xi = bd_xfer_alloc(bd, bp, func, kmflag); in bd_tg_rdwr() 1730 xi = bd_xfer_alloc(bd, bp, bd->d_ops.o_sync_cache, KM_SLEEP); in bd_flush_write_cache()
|