Searched refs:freelist_populate (Results 1 – 1 of 1) sorted by relevance
| /xnu-10002.1.13/bsd/kern/ |
| H A D | uipc_mbuf.c | 981 static int freelist_populate(mbuf_class_t, unsigned int, int); 2398 freelist_populate(m_class(MC_BIGCL), initmcl, M_WAIT); in mbinit() 2936 (void) freelist_populate(class, 1, in mbuf_slab_alloc() 2944 (void) freelist_populate(class, 1, in mbuf_slab_alloc() 4005 freelist_populate(mbuf_class_t class, unsigned int num, int wait) function 4169 (void) freelist_populate(class, m_minlimit(class), M_WAIT); 8195 freelist_populate(MC_CL, n, M_WAIT); 8214 freelist_populate(MC_BIGCL, n, M_WAIT); 8233 (void) freelist_populate(MC_16KCL, n, M_WAIT); 8255 if (freelist_populate(MC_MBUF, 1, M_WAIT) == 0) {
|