taglinefilesource code
sony_inuse145kernel/blk_drv/cdu31a.cstatic volatile int sony_inuse = 0;  /* Is the drive in use?  Only one operation at a time
sony_inuse492kernel/blk_drv/cdu31a.cwhile (sony_inuse)
sony_inuse504kernel/blk_drv/cdu31a.csony_inuse = 1;
sony_inuse625kernel/blk_drv/cdu31a.csony_inuse = 0;
sony_inuse647kernel/blk_drv/cdu31a.cwhile (sony_inuse)
sony_inuse659kernel/blk_drv/cdu31a.csony_inuse = 1;
sony_inuse702kernel/blk_drv/cdu31a.csony_inuse = 0;