Lines Matching refs:init
101 struct elem init = {};
111 bpf_map_update_elem(map, &lru_key, &init, 0);
134 struct elem init = {};
143 bpf_map_update_elem(&lru, &lru_key, &init, 0);
152 /* init more timers to check that array destruction
249 struct hmap_elem init = {}, *val;
252 init.counter = 10; /* number of times to trigger timer_cb2 */
253 bpf_map_update_elem(&hmap, &key, &init, 0);
258 bpf_map_update_elem(&hmap, &key, &init, 0);
260 bpf_map_update_elem(&hmap_malloc, &key_malloc, &init, 0);
265 bpf_map_update_elem(&hmap_malloc, &key_malloc, &init, 0);
267 /* init more timers to check that htab operations
271 bpf_map_update_elem(&hmap, &key, &init, 0);
276 bpf_map_update_elem(&hmap, &key, &init, 0);
283 bpf_map_update_elem(&hmap_malloc, &key_malloc, &init, 0);
288 bpf_map_update_elem(&hmap_malloc, &key_malloc, &init, 0);