Searched refs:freelist_populate (Results 1 – 1 of 1) sorted by relevance
| /xnu-11417.121.6/bsd/kern/ |
| H A D | uipc_mbuf.c | 977 static int freelist_populate(mbuf_class_t, unsigned int, int); 2409 freelist_populate(m_class(MC_BIGCL), initmcl, M_WAIT); in mbinit() 2944 (void) freelist_populate(class, 1, in mbuf_slab_alloc() 2952 (void) freelist_populate(class, 1, in mbuf_slab_alloc() 4008 freelist_populate(mbuf_class_t class, unsigned int num, int wait) function 4168 (void) freelist_populate(class, m_minlimit(class), M_WAIT); 8318 freelist_populate(MC_CL, n, M_WAIT); 8337 freelist_populate(MC_BIGCL, n, M_WAIT); 8356 (void) freelist_populate(MC_16KCL, n, M_WAIT); 8378 if (freelist_populate(MC_MBUF, 1, M_WAIT) == 0) {
|