Searched refs:slab (Results 1 – 3 of 3) sorted by relevance
/arch/ia64/include/asm/sn/ |
D | geo.h | 30 slabid_t slab:4; /* slab (ASIC), 0 .. 15 within slot */ member 115 INVALID_SLAB : g.common.slab; in geo_slab()
|
/arch/ia64/sn/kernel/sn2/ |
D | sn_hwperf.c | 90 int *rack, int *bay, int *slot, int *slab) in sn_hwperf_location_to_bpos() argument 96 rack, &type, bay, slab) == 4) in sn_hwperf_location_to_bpos() 100 rack, &type, bay, slot, slab) != 5) in sn_hwperf_location_to_bpos() 111 int rack, bay, slot, slab; in sn_hwperf_geoid_to_cnode() local 114 if (sn_hwperf_location_to_bpos(location, &rack, &bay, &slot, &slab)) in sn_hwperf_geoid_to_cnode() 129 slot == this_slot && slab == this_slab) { in sn_hwperf_geoid_to_cnode()
|
/arch/arm/mm/ |
D | init.c | 77 int shared = 0, cached = 0, slab = 0, node, i; in show_mem() local 104 slab++; in show_mem() 117 printk("%d slab pages\n", slab); in show_mem()
|