Lines Matching refs:index
440 * @index: loop index (integer)
443 * microseconds have passed. To use, define some integer @index in the
444 * calling code. After running, if @index == @timeout, then the loop has
447 #define omap_test_timeout(cond, timeout, index) \
449 for (index = 0; index < timeout; index++) { \
533 * @index: clock memory mapping index to be used
543 int index;