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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/mm/
H A Dfault.c611 * Note that races in the updates of insync and start aren't
612 * problematic: insync can only get set bits added, and updates to
616 static DECLARE_BITMAP(insync, PTRS_PER_PGD);
625 if (!test_bit(pgd_index(address), insync)) {
639 set_bit(pgd_index(address), insync); local
641 if (address == start && test_bit(pgd_index(address), insync))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/mm/
H A Dfault.c585 /* Note that races in the updates of insync and start aren't
587 insync can only get set bits added, and updates to start are only
589 static DECLARE_BITMAP(insync, PTRS_PER_PGD);
594 if (!test_bit(pgd_index(address), insync)) {
610 set_bit(pgd_index(address), insync); local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/ttusb-budget/
H A Ddvb-ttusb-budget.c120 int insync; member in struct:ttusb
617 if (ttusb->insync)
620 if (ttusb->insync) {
623 ttusb->insync = 0;
629 ttusb->insync = 1;
823 ttusb->insync = 0;

Completed in 107 milliseconds