Home
last modified time | relevance | path

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

/third_party/libevdev/libevdev/
H A Dlibevdev.c339 init_slots(struct libevdev *dev) in init_slots() function
523 rc = init_slots(dev); in libevdev_set_fd()
1604 if (init_slots(dev) != 0) in libevdev_enable_event_code()
1635 if (init_slots(dev) != 0) in libevdev_disable_event_code()
/third_party/libbpf/src/
H A 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
[all...]

Completed in 16 milliseconds