Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ppc64/kernel/
Dpci_dma.c590 long tcenum, total_tces, free_tce; in tce_free() local
593 total_tces = (tbl->size * (PAGE_SIZE / sizeof(union Tce))); in tce_free()
598 if ( ( (free_tce + num_pages) > total_tces ) || in tce_free()