Lines Matching refs:hme
14493 const hnd_ext_trap_heap_err_t* hme; local
14496 hme = (const hnd_ext_trap_heap_err_t *)tlv->data;
14497 bcm_bprintf(b, " arena total: %d\n", hme->arena_total);
14498 bcm_bprintf(b, " heap free: %d\n", hme->heap_free);
14499 bcm_bprintf(b, " heap in use: %d\n", hme->heap_inuse);
14500 bcm_bprintf(b, " mf count: %d\n", hme->mf_count);
14501 bcm_bprintf(b, " stack LWM: %x\n", hme->stack_lwm);
14505 if (hme->heap_histogm[i] == 0xfffe)
14506 bcm_bprintf(b, " Others\t%d\t?\n", hme->heap_histogm[i + 1]);
14507 else if (hme->heap_histogm[i] == 0xffff)
14508 bcm_bprintf(b, " >= 256K\t%d\t?\n", hme->heap_histogm[i + 1]);
14510 bcm_bprintf(b, " %d\t%d\t%d\n", hme->heap_histogm[i] << 2,
14511 hme->heap_histogm[i + 1], (hme->heap_histogm[i] << 2)
14512 * hme->heap_histogm[i + 1]);
14515 bcm_bprintf(b, " Max free block: %d\n", hme->max_sz_free_blk[0] << 2);
14517 bcm_bprintf(b, " Next lgst free block: %d\n", hme->max_sz_free_blk[i] << 2);