Home
last modified time | relevance | path

Searched refs:insync (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/arch/tile/mm/
Dfault.c857 static DECLARE_BITMAP(insync, PTRS_PER_PGD); in vmalloc_sync_all()
863 if (!test_bit(pgd_index(address), insync)) { in vmalloc_sync_all()
877 set_bit(pgd_index(address), insync); in vmalloc_sync_all()
879 if (address == start && test_bit(pgd_index(address), insync)) in vmalloc_sync_all()
/linux-3.4.99/drivers/media/dvb/ttusb-budget/
Ddvb-ttusb-budget.c122 int insync; member
640 if (ttusb->insync) { in ttusb_process_frame()
645 ttusb->insync = 0; in ttusb_process_frame()
650 ttusb->insync = 1; in ttusb_process_frame()
851 ttusb->insync = 0; in ttusb_start_iso_xfer()
/linux-3.4.99/drivers/md/
Dmd.c5377 int nr,working,insync,failed,spare; in get_array_info() local
5380 nr=working=insync=failed=spare=0; in get_array_info()
5388 insync++; in get_array_info()
5413 info.active_disks = insync; in get_array_info()