Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ia64/sn/kernel/
Dbte.c85 int bte_to_use; in bte_copy() local
106 bte_to_use = 0; in bte_copy()
108 while ((bte_to_use < BTES_PER_NODE) && in bte_copy()
109 BTE_LOCK_IF_AVAIL(bte_to_use)) { in bte_copy()
110 bte_to_use++; in bte_copy()
113 if (bte_to_use < BTES_PER_NODE) { in bte_copy()
127 bte = pda.cpu_bte_if[bte_to_use]; in bte_copy()
128 BTE_PRINTKV(("Got a lock on bte %d\n", bte_to_use)); in bte_copy()