Home
last modified time | relevance | path

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

/xnu-11215.1.10/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-11215.1.10/bsd/kern/
H A Duipc_syscalls.c3881 unsigned int nbufs = SFUIOBUFS, i; in sendfile() local
3941 alloc_sendpkt(M_WAIT, xfsize, &nbufs, &m0, jumbocl); in sendfile()
3947 auio = uio_createwithbuffer(nbufs, off, UIO_SYSSPACE, in sendfile()
3950 DBG_PRINTF("sendfile failed. nbufs = %d. %s", nbufs, in sendfile()
3959 i < nbufs && m != NULL && uiolen < (size_t)xfsize; in sendfile()
4004 i < nbufs && m != NULL && rlen < xfsize; in sendfile()