Home
last modified time | relevance | path

Searched refs:g_malloc_cnt (Results 1 – 4 of 4) sorted by relevance

/trueos/sys/dev/nxge/include/
HDxge-defs.h84 extern int g_malloc_cnt;
89 for (index_mem_chk=0; index_mem_chk < g_malloc_cnt; index_mem_chk++) { \
94 if (index_mem_chk == g_malloc_cnt) { \
95 g_malloc_cnt++; \
96 if (g_malloc_cnt >= XGE_OS_MALLOC_CNT_MAX) { \
/trueos/sys/dev/vxge/vxgehal/
HDvxgehal-driver.c40 u32 g_malloc_cnt; variable
109 vxge_os_printf("OSPAL: max g_malloc_cnt %d\n", g_malloc_cnt); in vxge_hal_driver_terminate()
110 for (i = 0; i < g_malloc_cnt; i++) { in vxge_hal_driver_terminate()
/trueos/sys/dev/nxge/xgehal/
HDxgehal-driver.c38 int g_malloc_cnt = 0; variable
272 xge_os_printf("OSPAL: max g_malloc_cnt %d", g_malloc_cnt); in xge_hal_driver_terminate()
273 for (i=0; i<g_malloc_cnt; i++) { in xge_hal_driver_terminate()
/trueos/sys/dev/vxge/
HDvxge-osdep.h322 extern u32 g_malloc_cnt;
328 for (i = 0; i < g_malloc_cnt; i++) { \
332 if (i == g_malloc_cnt) { \
333 g_malloc_cnt++; \
334 if (g_malloc_cnt >= VXGE_OS_MALLOC_CNT_MAX) { \