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

/darwin-on-arm/xnu/bsd/kern/
H A Duipc_mbuf.c655 static int freelist_populate(mbuf_class_t, unsigned int, int);
1478 freelist_populate(m_class(MC_BIGCL), initmcl, M_WAIT);
1945 (void) freelist_populate(class, 1,
1953 (void) freelist_populate(class, 1,
2857 freelist_populate(mbuf_class_t class, unsigned int num, int wait) function
3003 (void) freelist_populate(class, m_minlimit(class), M_WAIT);
6010 if (n > 0 && freelist_populate(MC_CL, n, M_WAIT) > 0)
6023 if (n > 0 && freelist_populate(MC_BIGCL, n, M_WAIT) > 0)
6037 (void) freelist_populate(MC_16KCL, n, M_WAIT);
6049 if (freelist_populate(MC_MBU
[all...]

Completed in 78 milliseconds