Home
last modified time | relevance | path

Searched refs:last_index (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/arch/parisc/kernel/
Dled.c303 static int last_index; /* 0:heartbeat, 1:disk, 2:lan_in, 3:lan_out */ in led_LCD_driver() local
308 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()
/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_aops.c677 pgoff_t end_index, last_index, tlast; in xfs_page_state_convert() local
687 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()