taglinefilesource code
ACLOSE_INHIBIT86drivers/cdrom/mcdx.cconst unsigned long ACLOSE_INHIBIT = 800;  /* 1/100 s of autoclose inhibit */
ACLOSE_INHIBIT665drivers/cdrom/mcdx.cif (jiffies - stuffp->ejected < ACLOSE_INHIBIT) return -EIO;