Home
last modified time | relevance | path

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

/xnu-8792.81.2/tools/tests/affinity/
H A Dsets.c283 auto_config(int npages, int *nbufs, int *nsets) in auto_config() argument
319 *nbufs = cachesize[llc] * 9 / (npages * 4096 * 10); in auto_config()
322 llc, cachesize[llc], *nbufs, (npages * 4096)); in auto_config()
/xnu-8792.81.2/bsd/kern/
H A Duipc_syscalls.c3557 unsigned int nbufs = SFUIOBUFS, i; in sendfile() local
3617 alloc_sendpkt(M_WAIT, xfsize, &nbufs, &m0, jumbocl); in sendfile()
3623 auio = uio_createwithbuffer(nbufs, off, UIO_SYSSPACE, in sendfile()
3626 printf("sendfile failed. nbufs = %d. %s", nbufs, in sendfile()
3635 i < nbufs && m != NULL && uiolen < (size_t)xfsize; in sendfile()
3681 i < nbufs && m != NULL && rlen < xfsize; in sendfile()