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

/freebsd-10.1-release/sys/dev/nxge/include/
H A Dxge-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) { \
97 xge_os_bug("g_malloc_cnt exceed %d", \
/freebsd-10.1-release/sys/dev/vxge/vxgehal/
H A Dvxgehal-driver.c40 u32 g_malloc_cnt; variable
109 vxge_os_printf("OSPAL: max g_malloc_cnt %d\n", g_malloc_cnt);
110 for (i = 0; i < g_malloc_cnt; i++) {
/freebsd-10.1-release/sys/dev/nxge/xgehal/
H A Dxgehal-driver.c38 int g_malloc_cnt = 0; variable
272 xge_os_printf("OSPAL: max g_malloc_cnt %d", g_malloc_cnt);
273 for (i=0; i<g_malloc_cnt; i++) {
/freebsd-10.1-release/sys/dev/vxge/
H A Dvxge-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) { \
335 vxge_os_bug("g_malloc_cnt exceed %d\n", \

Completed in 104 milliseconds