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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/vlan/
H A Dvlan_test.pl14 my $dev_cnt = 0;
36 $dev_cnt = $1;
40 $dev_cnt = $1;
51 #print "prog: $prog $dev_cnt\t$user\t$system\t$real\n";
53 print IPNH "$dev_cnt\t$user\t$system\t$real\n";
56 print IFCFGNH "$dev_cnt\t$user\t$system\t$real\n";
76 $dev_cnt = $1;
80 $dev_cnt = $1;
91 #print "prog: $prog $dev_cnt\t$user\t$system\t$real\n";
93 print IP "$dev_cnt\
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Damd_iommu_types.h281 unsigned dev_cnt; /* devices assigned to this domain */ member in struct:protection_domain
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Damd_iommu.c1453 domain->dev_cnt += 1;
1471 dev_data->domain->dev_cnt -= 1;
2448 if (domain->dev_cnt > 0)
2451 BUG_ON(domain->dev_cnt != 0);

Completed in 126 milliseconds