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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/hnd/
H A Dshared_ksyms.c204 extern void osl_malloc; EXPORT_SYMBOL(osl_malloc); variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dlinux_osl.h130 #define MALLOC(osh, size) osl_malloc((osh), (size))
133 extern void *osl_malloc(osl_t *osh, uint size);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dlinux_osl.c962 /* In BCMDBG_MEM configurations osl_malloc is only used internally in
965 * for a global/external function. So make osl_malloc static in
971 osl_malloc(osl_t *osh, uint size) function
1098 if ((p = (bcm_mem_link_t*)osl_malloc(osh, sizeof(bcm_mem_link_t) + size)) == NULL) {

Completed in 135 milliseconds