K 10 svn:author V 4 jeff K 8 svn:date V 27 2007-08-20T06:36:12.000000Z K 7 svn:log V 351 - Improve runq_findbit_from() which is used by ULE's circular queue. Mask of the bits we want to ignore on the first pass rather than doing a linear scan. This puts us within a few instructions of the cost of runq_findbit() and removes this function from the top of profiling output for context switch heavy workloads. Approved by: re END