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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dsym53c8xx_comm.h586 typedef struct m_pool { /* Memory pool of a given kind */ struct
589 m_addr_t (*getp)(struct m_pool *);
590 void (*freep)(struct m_pool *, m_addr_t);
597 struct m_pool *next;
856 struct m_pool **pp = &mp0.next;
869 struct m_pool *mp;
888 struct m_pool *mp;
H A Dsym53c8xx.c776 typedef struct m_pool { /* Memory pool of a given kind */ struct
779 m_addr_t (*getp)(struct m_pool *);
780 void (*freep)(struct m_pool *, m_addr_t);
787 struct m_pool *next;
1046 struct m_pool **pp = &mp0.next;
1059 struct m_pool *mp;
1078 struct m_pool *mp;

Completed in 72 milliseconds