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

/linux-master/drivers/pci/hotplug/
H A Dshpchp_core.c63 static int init_slots(struct controller *ctrl) function
280 rc = init_slots(ctrl);
H A Dcpci_hotplug_core.c295 init_slots(int clear_ins) function
603 status = init_slots(first);
/linux-master/tools/lib/bpf/
H A Dlibbpf.c544 void **init_slots; member in struct:bpf_map
5189 if (!map->init_slots[i])
5192 targ_map = map->init_slots[i];
5212 zfree(&map->init_slots);
5228 if (!map->init_slots[i])
5231 targ_prog = map->init_slots[i];
5245 zfree(&map->init_slots);
7149 tmp = libbpf_reallocarray(map->init_slots, new_sz, host_ptr_sz);
7152 map->init_slots = tmp;
7153 memset(map->init_slots
[all...]

Completed in 2106 milliseconds