Searched refs:nid_start (Results 1 – 1 of 1) sorted by relevance
479 int nid_start, nid; in __sgx_alloc_epc_page() local486 nid_start = nid_of_current; in __sgx_alloc_epc_page()488 nid_start = next_node_in(nid_of_current, sgx_numa_mask); in __sgx_alloc_epc_page()490 nid = nid_start; in __sgx_alloc_epc_page()497 } while (nid != nid_start); in __sgx_alloc_epc_page()
Completed in 5 milliseconds