Home
last modified time | relevance | path

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

/linux-4.4.14/arch/tile/mm/
Dfault.c898 static DECLARE_BITMAP(insync, PTRS_PER_PGD); in vmalloc_sync_all()
904 if (!test_bit(pgd_index(address), insync)) { in vmalloc_sync_all()
918 set_bit(pgd_index(address), insync); in vmalloc_sync_all()
920 if (address == start && test_bit(pgd_index(address), insync)) in vmalloc_sync_all()
/linux-4.4.14/drivers/media/usb/ttusb-budget/
Ddvb-ttusb-budget.c122 int insync; member
648 if (ttusb->insync) { in ttusb_process_frame()
653 ttusb->insync = 0; in ttusb_process_frame()
658 ttusb->insync = 1; in ttusb_process_frame()
853 ttusb->insync = 0; in ttusb_start_iso_xfer()
/linux-4.4.14/drivers/md/
Dmd.c5828 int nr,working,insync,failed,spare; in get_array_info() local
5831 nr = working = insync = failed = spare = 0; in get_array_info()
5840 insync++; in get_array_info()
5868 info.active_disks = insync; in get_array_info()