Searched defs:junk_rotor (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_thread.c863 static int junk_rotor = 0; local
870 while (ufs_junk_iq[junk_rotor].i_freef ==
871 (inode_t *)&ufs_junk_iq[junk_rotor]) {
872 junk_rotor = IQNEXT(junk_rotor);
874 ip = ufs_junk_iq[junk_rotor].i_freef;

Completed in 60 milliseconds