Searched refs:it_halfpoint (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Diommu.h66 unsigned long it_halfpoint; /* Breaking point for small/large allocs */ member in struct:iommu_table
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Diommu.c114 limit = largealloc ? tbl->it_size : tbl->it_halfpoint;
116 if (largealloc && start < tbl->it_halfpoint)
117 start = tbl->it_halfpoint;
152 start = (largealloc ^ pass) ? tbl->it_halfpoint : 0;
452 tbl->it_halfpoint = tbl->it_size * 3 / 4;
464 tbl->it_largehint = tbl->it_halfpoint;

Completed in 39 milliseconds