Home
last modified time | relevance | path

Searched refs:B_BUSY (Results 1 – 25 of 27) sorted by relevance

12

/titanic_44/usr/src/uts/sun4/io/efcode/
H A Dfc_physio.c83 bp->b_flags = B_BUSY | B_PHYS | B_READ; in fc_physio_setup()
100 bp->b_flags &= ~(B_BUSY|B_WANTED|B_PHYS); in fc_physio_setup()
131 bp->b_flags &= ~(B_BUSY|B_WANTED|B_PHYS|B_SHADOW); in fc_physio_free()
/titanic_44/usr/src/uts/common/os/
H A Dvm_subr.c218 bp->b_flags = B_BUSY | B_PHYS | rw; in default_physio()
246 bp->b_flags &= ~(B_BUSY|B_WANTED|B_PHYS); in default_physio()
281 bp->b_flags &= ~(B_BUSY|B_WANTED|B_PHYS|B_SHADOW); in default_physio()
H A Dbio.c508 bp->b_flags &= ~(B_WANTED|B_BUSY|B_ASYNC); in brelse()
536 if (bp->b_flags & B_BUSY) in bio_busy()
697 nbp->b_flags = B_BUSY; in getblk_common()
740 errbp->b_flags &= ~B_BUSY; in getblk_common()
759 bp->b_flags = B_BUSY | B_NOCACHE | B_AGE; in ngeteblk()
915 (panicstr && bp->b_flags & B_BUSY)) { in bflush()
1082 ~(B_BUSY | B_DELWRI | B_RETRYWRI); in bfinval()
1363 bp->b_flags = B_PAGEIO | B_NOCACHE | B_BUSY | flags; in pageio_setup()
1425 (bp->b_flags & (B_DELWRI|B_BUSY)) && in bcheck()
2044 bufp->b_flags = (bp->b_flags & BUF_CLONE_FLAGS) | B_BUSY; in bioclone()
H A Daio_subr.c121 bp->b_flags = B_BUSY | B_PHYS | B_ASYNC | rw; in aphysio()
154 bp->b_flags &= ~(B_BUSY|B_WANTED|B_PHYS|B_SHADOW); in aphysio()
496 bp->b_flags &= ~(B_BUSY|B_WANTED|B_PHYS|B_SHADOW); in aphysio_unlock()
/titanic_44/usr/src/uts/common/sys/
H A Dbuf.h162 #define B_BUSY 0x0001 /* not on av_forw/back list */ macro
291 (bp)->b_flags |= B_BUSY; \
/titanic_44/usr/src/lib/libdtrace/common/
H A Dio.d.in33 inline int B_BUSY = @B_BUSY@; variable
34 #pragma D binding "1.0" B_BUSY
H A Dio.sed.in43 SED_REPLACE(B_BUSY)
/titanic_44/usr/src/uts/common/fs/ufs/
H A Dufs_directio.c215 bp->b_flags &= ~(B_BUSY|B_WANTED|B_PHYS|B_SHADOW); in directio_wait_one()
302 bp->b_flags = B_BUSY | B_PHYS | B_READ; in directio_start()
306 bp->b_flags = B_BUSY | B_PHYS | B_WRITE; in directio_start()
/titanic_44/usr/src/uts/intel/io/dktp/dcdev/
H A Ddadk.c754 bp->b_flags = B_BUSY; in dadk_ioctl()
858 bp->b_flags = B_BUSY; in dadk_ioctl()
1110 bp->b_flags |= (B_BUSY | rw); in dadk_iob_xfer()
1124 bp->b_flags &= ~(B_DONE|B_BUSY); in dadk_iob_xfer()
1723 bp->b_flags &= ~(B_DONE|B_BUSY); in dadk_rmb_iodone()
/titanic_44/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_bio.c384 bp->b_flags |= B_KERNBUF | B_BUSY | flag; in _sd_setup_iob()
500 bp->b_flags |= B_KERNBUF | B_BUSY; in _sd_extend_iob()
/titanic_44/usr/src/uts/common/fs/zfs/
H A Dvdev_disk.c661 bp->b_flags = flags | B_BUSY | B_NOCACHE | B_FAILFAST; in vdev_disk_ldi_physio()
805 bp->b_flags = B_BUSY | B_NOCACHE | in vdev_disk_io_start()
/titanic_44/usr/src/uts/common/fs/
H A Dfdbuffer.c397 bp->b_flags = b_flags | B_BUSY | B_PHYS; in fdb_iosetup()
/titanic_44/usr/src/cmd/sa/
H A Dsadp.c813 if ((x->b_flags & B_BUSY) &&
835 ((bp[m].b_flags & B_BUSY) && in testdev()
/titanic_44/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h662 #define B_BUSY 0x0001 macro
/titanic_44/usr/src/uts/common/xen/io/
H A Dxdf.c2431 bp->b_flags = B_BUSY | B_READ; in xdf_lb_rdwr()
2433 bp->b_flags = B_BUSY | B_WRITE; in xdf_lb_rdwr()
2805 bp->b_flags |= B_BUSY; in xdf_strategy()
2981 dbp->b_flags = B_BUSY; in xdf_dump()
H A Dxdb.c385 bp->b_flags = B_BUSY | B_SHADOW | B_PHYS; in xdb_get_buf()
397 bp->b_flags = B_BUSY | B_SHADOW | B_PHYS; in xdb_get_buf()
/titanic_44/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vnops.c940 bufs[count].b_flags = B_NOCACHE|B_BUSY|B_READ; in hsfs_getpage_ra()
1286 bufs[count].b_flags = B_NOCACHE|B_BUSY|B_READ; in hsfs_getapage()
/titanic_44/usr/src/uts/sun/io/dada/targets/
H A Ddad.c2955 bp->b_flags = B_BUSY; in dcddump()
3458 bp->b_flags = B_BUSY; in dcdioctl()
3718 bp->b_flags = B_BUSY | rw; in dcdioctl_cmd()
/titanic_44/usr/src/uts/common/fs/udfs/
H A Dudf_bmap.c1274 bp->b_flags = B_WRITE | B_BUSY; in ud_zero_it()
/titanic_44/usr/src/uts/common/io/scsi/impl/
H A Dscsi_subr.c2437 bp->b_flags = B_BUSY | in scsi_uscsi_handle_cmd()
/titanic_44/usr/src/uts/common/io/
H A Dfssnap.c832 snapbuf->b_flags = B_READ | B_BUSY; in snap_getchunk()
/titanic_44/usr/src/uts/intel/io/dktp/disk/
H A Dcmdk.c771 bp->b_flags = B_BUSY; in cmdkdump()
/titanic_44/usr/src/uts/sun4v/io/
H A Dvds.c889 buf.b_flags = B_BUSY | in vd_dskimg_rw()
2114 buf->b_flags = B_BUSY; in vd_start_bio()
H A Dvdc.c3252 buf.b_flags = B_BUSY; in vdc_do_op()
/titanic_44/usr/src/uts/common/io/scsi/targets/
H A Dst.c7644 bp->b_flags = (wait) ? B_BUSY : B_BUSY|B_ASYNC; in st_cmd()
17213 bp->b_flags = (wait) ? B_BUSY : B_BUSY|B_ASYNC; in st_rcmd()

12