Searched refs:freelist_populate (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.41.6/bsd/kern/ |
| H A D | uipc_mbuf_mcache.c | 718 static int freelist_populate(mbuf_class_t, unsigned int, int); 1160 freelist_populate(m_class(MC_BIGCL), initmcl, M_WAIT); in mbinit() 1639 (void) freelist_populate(class, 1, in mbuf_slab_alloc() 1647 (void) freelist_populate(class, 1, in mbuf_slab_alloc() 2699 freelist_populate(mbuf_class_t class, unsigned int num, int wait) function 2859 (void) freelist_populate(class, m_minlimit(class), M_WAIT); 4641 freelist_populate(MC_CL, n, M_WAIT); 4660 freelist_populate(MC_BIGCL, n, M_WAIT); 4679 (void) freelist_populate(MC_16KCL, n, M_WAIT); 4701 if (freelist_populate(MC_MBUF, 1, M_WAIT) == 0) {
|