Linux Kernel
3.7.1
|
#include "sym_glue.h"
Go to the source code of this file.
Macros | |
#define | __sym_calloc(mp, s, n) __sym_calloc2(mp, s, n, SYM_MEM_WARN) |
Functions | |
void * | __sym_calloc_dma (m_pool_ident_t dev_dmat, int size, char *name) |
void | __sym_mfree_dma (m_pool_ident_t dev_dmat, void *m, int size, char *name) |
dma_addr_t | __vtobus (m_pool_ident_t dev_dmat, void *m) |
Definition at line 174 of file sym_malloc.c.
void* __sym_calloc_dma | ( | m_pool_ident_t | dev_dmat, |
int | size, | ||
char * | name | ||
) |
Definition at line 312 of file sym_malloc.c.
void __sym_mfree_dma | ( | m_pool_ident_t | dev_dmat, |
void * | m, | ||
int | size, | ||
char * | name | ||
) |
Definition at line 335 of file sym_malloc.c.
dma_addr_t __vtobus | ( | m_pool_ident_t | dev_dmat, |
void * | m | ||
) |
Definition at line 357 of file sym_malloc.c.