Searched refs:clust (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_mem2.c1427 char *clust; local
1436 clust = contigmalloc(n, M_NETMAP, M_NOWAIT | M_ZERO,
1438 if (clust == NULL) {
1466 * 'clust' is really the address of the current buffer in
1470 for (; i < lim; i++, clust += p->_objsize) {
1471 p->lut[i].vaddr = clust;
1473 p->lut[i].paddr = vtophys(clust);
2215 char *clust; local
2271 clust = nm_os_extmem_nextpage(nme->os);
2304 p->lut[j].vaddr = clust
[all...]

Completed in 57 milliseconds