Home
last modified time | relevance | path

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

/linux-4.1.27/arch/ia64/sn/pci/
Dtioce_provider.c274 int nates; in tioce_alloc_map() local
330 nates = ATE_NPAGES(ct_addr, len, pagesize); in tioce_alloc_map()
331 if (nates > entries) in tioce_alloc_map()
334 last = first + entries - nates; in tioce_alloc_map()
339 for (j = i; j < i + nates; j++) in tioce_alloc_map()
343 if (j >= i + nates) in tioce_alloc_map()
355 for (j = 0; j < nates; j++) { in tioce_alloc_map()
365 map->nbytes = nates * pagesize; in tioce_alloc_map()
370 map->ate_count = nates; in tioce_alloc_map()