Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/kern/
H A Duipc_mbuf.c773 static int freelist_populate(mbuf_class_t, unsigned int, int);
1744 freelist_populate(m_class(MC_BIGCL), initmcl, M_WAIT); in mbinit()
2240 (void) freelist_populate(class, 1, in mbuf_slab_alloc()
2248 (void) freelist_populate(class, 1, in mbuf_slab_alloc()
3309 freelist_populate(mbuf_class_t class, unsigned int num, int wait) function
3473 (void) freelist_populate(class, m_minlimit(class), M_WAIT);
7124 freelist_populate(MC_CL, n, M_WAIT);
7143 freelist_populate(MC_BIGCL, n, M_WAIT);
7162 (void) freelist_populate(MC_16KCL, n, M_WAIT);
7184 if (freelist_populate(MC_MBUF, 1, M_WAIT) == 0) {