Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/tom/
H A Dt4_ddp.c1387 int i, hcf, seglen, idx, nppods; in t4_alloc_page_pods_for_vmpages() local
1396 hcf = 0; in t4_alloc_page_pods_for_vmpages()
1406 hcf = calculate_hcf(hcf, seglen); in t4_alloc_page_pods_for_vmpages()
1407 if (hcf < (1 << pr->pr_page_shift[1])) { in t4_alloc_page_pods_for_vmpages()
1414 MPASS((hcf & PR_PAGE_MASK(0)) == 0); /* PAGE_SIZE is >= 4K everywhere */ in t4_alloc_page_pods_for_vmpages()
1416 if ((hcf & PR_PAGE_MASK(idx)) == 0) in t4_alloc_page_pods_for_vmpages()
1459 int hcf, seglen, idx, npages, nppods; in t4_alloc_page_pods_for_buf() local
1472 hcf = 0; in t4_alloc_page_pods_for_buf()
1485 hcf = calculate_hcf(hcf, seglen); in t4_alloc_page_pods_for_buf()
1486 if (hcf < (1 << pr->pr_page_shift[1])) { in t4_alloc_page_pods_for_buf()
[all …]