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

/linux-master/tools/lib/bpf/
H A Dlibbpf.c7032 const int bpf_ptr_sz = 8, host_ptr_sz = sizeof(void *); local
7149 tmp = libbpf_reallocarray(map->init_slots, new_sz, host_ptr_sz);
7154 (new_sz - map->init_slots_sz) * host_ptr_sz);

Completed in 152 milliseconds