Searched refs:last_index (Results 1 – 2 of 2) sorted by relevance
303 static int last_index; /* 0:heartbeat, 1:disk, 2:lan_in, 3:lan_out */ in led_LCD_driver() local308 switch (last_index) { in led_LCD_driver()336 if (++last_index == 4) in led_LCD_driver()337 last_index = 0; /* switch back to heartbeat index */ in led_LCD_driver()
677 pgoff_t end_index, last_index, tlast; in xfs_page_state_convert() local687 last_index = (offset - 1) >> PAGE_CACHE_SHIFT; in xfs_page_state_convert()829 if (delalloc && (tlast > last_index)) in xfs_page_state_convert()830 tlast = last_index; in xfs_page_state_convert()