Searched refs:find_first_component (Results 1 – 4 of 4) sorted by relevance
46 klinfo_t *find_first_component(lboard_t *brd, unsigned char struct_type) in find_first_component() function89 if (!(acpu = (klcpu_t *)find_first_component(brd, KLSTRUCT_CPU))) in nasid_slice_to_cpuinfo()
48 hub = (klhub_t *)find_first_component(brd, KLSTRUCT_HUB); in get_actual_nasid()68 acpu = (klcpu_t *)find_first_component(brd, KLSTRUCT_CPU); in do_cpumask()
279 banks = (klmembnk_t *) find_first_component(brd, KLSTRUCT_MEMBNK); in slot_psize_compute()
891 extern klinfo_t *find_first_component(lboard_t *brd, unsigned char type);