Searched refs:mem_stripe_t (Results 1 – 2 of 2) sorted by relevance
101 } mem_stripe_t; typedef108 mem_stripe_t *mc_stripes; /* stripe array */
156 static mem_stripe_t *mem_stripes;157 static mem_stripe_t small_mem_stripes[SMALL_MBLOCKS_COUNT * MAX_MEM_NODES];1109 mem_stripe_t *ms; in plat_mem_node_iterator_init()1214 mem_stripe_t *ms; in plat_mem_node_intersect_range()1465 mem_stripe_t *ms = NULL; in mblock_alloc()1468 size_t mstripesz = nstripes * sizeof (mem_stripe_t); in mblock_alloc()1486 ms = (mem_stripe_t *)(mb + nmblocks); in mblock_alloc()1508 ms = (mem_stripe_t *)(mb + nmblocks); in mblock_alloc()1781 mem_stripe_t *ms; in mstripe_update()1784 int mstripesz = MAX_MEM_NODES * nmblocks * sizeof (mem_stripe_t); in mstripe_update()[all …]