Home
last modified time | relevance | path

Searched refs:init_slots (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/pci/hotplug/
H A Dshpchp_core.c60 static int init_slots(struct controller *ctrl) in init_slots() function
276 rc = init_slots(ctrl); in shpc_probe()
H A Dcpci_hotplug_core.c282 init_slots(int clear_ins) in init_slots() function
590 status = init_slots(first); in cpci_hp_start()
/linux-6.15/tools/lib/bpf/
H A Dlibbpf.c568 void **init_slots; member
5340 if (!map->init_slots[i]) in init_map_in_map_slots()
5343 targ_map = map->init_slots[i]; in init_map_in_map_slots()
5363 zfree(&map->init_slots); in init_map_in_map_slots()
5379 if (!map->init_slots[i]) in init_prog_array_slots()
5382 targ_prog = map->init_slots[i]; in init_prog_array_slots()
5396 zfree(&map->init_slots); in init_prog_array_slots()
7297 tmp = libbpf_reallocarray(map->init_slots, new_sz, host_ptr_sz); in bpf_object__collect_map_relos()
7300 map->init_slots = tmp; in bpf_object__collect_map_relos()
7301 memset(map->init_slots + map->init_slots_sz, 0, in bpf_object__collect_map_relos()
[all …]