Home
last modified time | relevance | path

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

/linux-2.6.39/arch/tile/mm/
Dfault.c840 static DECLARE_BITMAP(insync, PTRS_PER_PGD); in vmalloc_sync_all()
846 if (!test_bit(pgd_index(address), insync)) { in vmalloc_sync_all()
860 set_bit(pgd_index(address), insync); in vmalloc_sync_all()
862 if (address == start && test_bit(pgd_index(address), insync)) in vmalloc_sync_all()
/linux-2.6.39/drivers/media/dvb/ttusb-budget/
Ddvb-ttusb-budget.c122 int insync; member
640 if (ttusb->insync) in ttusb_process_frame()
643 if (ttusb->insync) { in ttusb_process_frame()
646 ttusb->insync = 0; in ttusb_process_frame()
652 ttusb->insync = 1; in ttusb_process_frame()
857 ttusb->insync = 0; in ttusb_start_iso_xfer()
/linux-2.6.39/drivers/usb/serial/
DChangeLog.history241 patch from Miles Lott (milos@insync.net).
253 that Miles Lott (milos@insync.net) has gotten the Generic channel to
268 Fixed bug in visor_startup with patch from Miles Lott (milos@insync.net)
316 Miles Lott (milos@sneety.insync.net)
/linux-2.6.39/drivers/md/
Dmd.c5016 int nr,working,insync,failed,spare; in get_array_info() local
5019 nr=working=insync=failed=spare=0; in get_array_info()
5027 insync++; in get_array_info()
5052 info.active_disks = insync; in get_array_info()