Home
last modified time | relevance | path

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

/xnu-10063.101.15/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-10063.101.15/bsd/kern/
H A Duipc_syscalls.c3865 unsigned int nbufs = SFUIOBUFS, i; in sendfile() local
3925 alloc_sendpkt(M_WAIT, xfsize, &nbufs, &m0, jumbocl); in sendfile()
3931 auio = uio_createwithbuffer(nbufs, off, UIO_SYSSPACE, in sendfile()
3934 DBG_PRINTF("sendfile failed. nbufs = %d. %s", nbufs, in sendfile()
3943 i < nbufs && m != NULL && uiolen < (size_t)xfsize; in sendfile()
3988 i < nbufs && m != NULL && rlen < xfsize; in sendfile()