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

/freebsd-12-stable/sys/kern/
H A Dkern_mbuf.c445 void *clust; local
452 clust = uma_zalloc(nd_zone_clust, M_NOWAIT);
453 if (clust == NULL) {
457 mb_ctor_clust(clust, nd_clsize, m, 0);
467 void *clust; local
472 clust = m->m_ext.ext_buf;
473 uma_zfree(nd_zone_clust, clust);
/freebsd-12-stable/sys/dev/netmap/
H A Dnetmap_mem2.c1430 char *clust; local
1439 clust = contigmalloc(n, M_NETMAP, M_NOWAIT | M_ZERO,
1441 if (clust == NULL) {
1469 * 'clust' is really the address of the current buffer in
1473 for (; i < lim; i++, clust += p->_objsize) {
1474 p->lut[i].vaddr = clust;
1476 p->lut[i].paddr = vtophys(clust);
2221 char *clust; local
2277 clust = nm_os_extmem_nextpage(nme->os);
2310 p->lut[j].vaddr = clust
[all...]

Completed in 95 milliseconds