Home
last modified time | relevance | path

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

/arch/ia64/sn/kernel/
Dbte.c88 int nasid_to_try[MAX_NODES_TO_TRY]; in bte_copy() local
112 nasid_to_try[0] = NASID_GET(dest); in bte_copy()
114 nasid_to_try[1] = my_nasid; in bte_copy()
116 nasid_to_try[1] = (int)NULL; in bte_copy()
120 nasid_to_try[0] = my_nasid; in bte_copy()
122 nasid_to_try[1] = NASID_GET(dest); in bte_copy()
124 nasid_to_try[1] = (int)NULL; in bte_copy()
137 bte = bte_if_on_node(nasid_to_try[nasid_index],bte_if_index); in bte_copy()