Home
last modified time | relevance | path

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

/linux-4.1.27/arch/tile/mm/
Dfault.c895 static DECLARE_BITMAP(insync, PTRS_PER_PGD); in vmalloc_sync_all()
901 if (!test_bit(pgd_index(address), insync)) { in vmalloc_sync_all()
915 set_bit(pgd_index(address), insync); in vmalloc_sync_all()
917 if (address == start && test_bit(pgd_index(address), insync)) in vmalloc_sync_all()
/linux-4.1.27/drivers/media/usb/ttusb-budget/
Ddvb-ttusb-budget.c122 int insync; member
647 if (ttusb->insync) { in ttusb_process_frame()
652 ttusb->insync = 0; in ttusb_process_frame()
657 ttusb->insync = 1; in ttusb_process_frame()
852 ttusb->insync = 0; in ttusb_start_iso_xfer()
/linux-4.1.27/drivers/md/
Dmd.c5687 int nr,working,insync,failed,spare; in get_array_info() local
5690 nr = working = insync = failed = spare = 0; in get_array_info()
5699 insync++; in get_array_info()
5727 info.active_disks = insync; in get_array_info()