Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/kern/
H A Duipc_mbuf.c981 static int freelist_populate(mbuf_class_t, unsigned int, int);
2407 freelist_populate(m_class(MC_BIGCL), initmcl, M_WAIT); in mbinit()
2950 (void) freelist_populate(class, 1, in mbuf_slab_alloc()
2958 (void) freelist_populate(class, 1, in mbuf_slab_alloc()
4019 freelist_populate(mbuf_class_t class, unsigned int num, int wait) function
4183 (void) freelist_populate(class, m_minlimit(class), M_WAIT);
8307 freelist_populate(MC_CL, n, M_WAIT);
8326 freelist_populate(MC_BIGCL, n, M_WAIT);
8345 (void) freelist_populate(MC_16KCL, n, M_WAIT);
8367 if (freelist_populate(MC_MBUF, 1, M_WAIT) == 0) {