Home
last modified time | relevance | path

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

/third_party/libevdev/libevdev/
Dlibevdev.c338 init_slots(struct libevdev *dev) in init_slots() function
522 rc = init_slots(dev); in libevdev_set_fd()
1602 if (init_slots(dev) != 0) in libevdev_enable_event_code()
1633 if (init_slots(dev) != 0) in libevdev_disable_event_code()
/third_party/libbpf/src/
Dlibbpf.c541 void **init_slots; member
5616 if (!map->init_slots[i])
5619 targ_map = map->init_slots[i];
5639 zfree(&map->init_slots);
5655 if (!map->init_slots[i])
5658 targ_prog = map->init_slots[i];
5672 zfree(&map->init_slots);
7157 tmp = libbpf_reallocarray(map->init_slots, new_sz, host_ptr_sz);
7160 map->init_slots = tmp;
7161 memset(map->init_slots + map->init_slots_sz, 0,
[all …]