Lines Matching refs:hme
11080 const hnd_ext_trap_heap_err_t* hme; local
11083 hme = (const hnd_ext_trap_heap_err_t *)tlv->data;
11084 bcm_bprintf(b, " arena total: %d\n", hme->arena_total);
11085 bcm_bprintf(b, " heap free: %d\n", hme->heap_free);
11086 bcm_bprintf(b, " heap in use: %d\n", hme->heap_inuse);
11087 bcm_bprintf(b, " mf count: %d\n", hme->mf_count);
11088 bcm_bprintf(b, " stack LWM: %x\n", hme->stack_lwm);
11092 if (hme->heap_histogm[i] == 0xfffe)
11093 bcm_bprintf(b, " Others\t%d\t?\n", hme->heap_histogm[i + 1]);
11094 else if (hme->heap_histogm[i] == 0xffff)
11095 bcm_bprintf(b, " >= 256K\t%d\t?\n", hme->heap_histogm[i + 1]);
11097 bcm_bprintf(b, " %d\t%d\t%d\n", hme->heap_histogm[i] << 2,
11098 hme->heap_histogm[i + 1], (hme->heap_histogm[i] << 2)
11099 * hme->heap_histogm[i + 1]);
11102 bcm_bprintf(b, " Max free block: %d\n", hme->max_sz_free_blk[0] << 2);
11104 bcm_bprintf(b, " Next lgst free block: %d\n", hme->max_sz_free_blk[i] << 2);