Searched refs:__m_calloc2 (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/drivers/scsi/ |
D | sym53c8xx_comm.h | 694 static void *__m_calloc2(m_pool_s *mp, int size, char *name, int uflags) in __m_calloc2() function 711 #define __m_calloc(mp, s, n) __m_calloc2(mp, s, n, MEMO_WARN)
|
D | sym53c8xx.c | 887 static void *__m_calloc2(m_pool_s *mp, int size, char *name, int uflags) in __m_calloc2() function 904 #define __m_calloc(mp, s, n) __m_calloc2(mp, s, n, MEMO_WARN)
|