Home
last modified time | relevance | path

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

/linux/drivers/pci/hotplug/
A Dshpchp_core.c64 static int init_slots(struct controller *ctrl) in init_slots() function
281 rc = init_slots(ctrl); in shpc_probe()
A Dcpci_hotplug_core.c295 init_slots(int clear_ins) in init_slots() function
603 status = init_slots(first); in cpci_hp_start()
/linux/tools/lib/bpf/
A Dlibbpf.c398 void **init_slots; member
4950 if (!map->init_slots[i]) in init_map_slots()
4953 targ_map = map->init_slots[i]; in init_map_slots()
4973 zfree(&map->init_slots); in init_map_slots()
6249 tmp = libbpf_reallocarray(map->init_slots, new_sz, host_ptr_sz); in bpf_object__collect_map_relos()
6252 map->init_slots = tmp; in bpf_object__collect_map_relos()
6253 memset(map->init_slots + map->init_slots_sz, 0, in bpf_object__collect_map_relos()
6257 map->init_slots[moff] = targ_map; in bpf_object__collect_map_relos()
7889 zfree(&map->init_slots); in bpf_map__destroy()

Completed in 27 milliseconds