Home
last modified time | relevance | path

Searched defs:m_pool (Results 1 – 1 of 1) sorted by relevance

/freebsd/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 *); argument
386 void (*freep)(struct m_pool *, m_addr_t); argument
392 struct m_pool *next; argument
394 } m_pool_s; argument