Searched refs:omp (Results 1 – 2 of 2) sorted by relevance
225 struct os_mbuf_pool *omp; in _os_mbuf_trailingspace() local227 omp = om->om_omp; in _os_mbuf_trailingspace()229 return (&om->om_databuf[0] + omp->omp_databuf_len) - in _os_mbuf_trailingspace()382 struct os_mbuf *r_os_mbuf_get(struct os_mbuf_pool *omp, uint16_t);392 struct os_mbuf *r_os_mbuf_get_pkthdr(struct os_mbuf_pool *omp,830 struct os_mbuf *os_mbuf_get(struct os_mbuf_pool *omp, uint16_t);840 struct os_mbuf *os_mbuf_get_pkthdr(struct os_mbuf_pool *omp,
105 const struct os_mbuf_pool *omp; in os_msys_sanity() local110 STAILQ_FOREACH(omp, &g_msys_pool_list, omp_next) { in os_msys_sanity()112 if (omp->omp_pool->mp_num_free < min_count) { in os_msys_sanity()