Lines Matching defs:clust
1442 char *clust;
1452 clust = contigmalloc(p->_clustsize, M_NETMAP,
1458 clust = contigmalloc_domainset(p->_clustsize, M_NETMAP,
1461 if (clust == NULL) {
1488 * 'clust' is really the address of the current buffer in
1492 for (; i < lim; i++, clust += p->_objsize) {
1493 p->lut[i].vaddr = clust;
1495 p->lut[i].paddr = vtophys(clust);
2340 char *clust;
2399 clust = nm_os_extmem_nextpage(nme->os);
2432 p->lut[j].vaddr = clust + off;
2444 char *old_clust = clust;
2446 clust = nm_os_extmem_nextpage(nme->os);
2452 old_clust + PAGE_SIZE != clust))