Searched refs:m_pool (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/dev/sym/
H A Dsym_hipd.c381 typedef struct m_pool { /* Memory pool of a given kind */ struct
384 m_addr_t (*getp)(struct m_pool *);
386 void (*freep)(struct m_pool *, m_addr_t);
392 struct m_pool *next;
675 struct m_pool **pp = &mp0.next;
689 struct m_pool *mp;
710 struct m_pool *mp;

Completed in 79 milliseconds