Home
last modified time | relevance | path

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

/linux/drivers/pci/hotplug/
H A Dshpchp_core.c60 static int init_slots(struct controller *ctrl) in init_slots() function
277 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/tools/lib/bpf/
H A Dlibbpf.c593 void **init_slots;
5509 if (!map->init_slots[i]) in init_prog_array_slots()
5512 targ_map = map->init_slots[i]; in bpf_object_init_prog_arrays()
5532 zfree(&map->init_slots); in map_set_def_max_entries()
5548 if (!map->init_slots[i])
5551 targ_prog = map->init_slots[i]; in bpf_object__create_maps()
5565 zfree(&map->init_slots); in bpf_object__create_maps()
7671 tmp = libbpf_reallocarray(map->init_slots, new_sz, host_ptr_sz); in insn_is_helper_call()
7674 map->init_slots = tmp; in insn_is_helper_call()
7675 memset(map->init_slots in insn_is_helper_call()
588 void **init_slots; global() member
[all...]