Searched refs:fOutOfTLabelsThreshold (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFireWireController.cpp536 fOutOfTLabelsThreshold = 0;
1997 fOutOfTLabelsThreshold = 0;
2310 if( fOutOfTLabels > fOutOfTLabelsThreshold )
2313 fOutOfTLabelsThreshold = fOutOfTLabels;
2316 fOutOfTLabelsThreshold = fOutOfTLabelsThreshold >> 1; // back off by half
4615 if ( fOutOfTLabels == 0 && fOutOfTLabelsThreshold == 0 )
H A DIOFireWireController.h576 UInt32 fOutOfTLabelsThreshold; member in class:IOFireWireController

Completed in 131 milliseconds