Lines Matching refs:lru
52 } lru SEC(".maps");
80 /* callback for array and lru timers */
84 * Once via array timer callback and once via lru timer callback
89 * *key == 4 - the callback was called from lru timer.
99 lru_timer = bpf_map_lookup_elem(&lru, &lru_key);
110 * should be larger than ~ lru->max_entries * 2
120 /* add more elements into lru map to push out current
155 bpf_map_update_elem(&lru, &lru_key, &init, 0);
156 lru_timer = bpf_map_lookup_elem(&lru, &lru_key);
159 bpf_timer_init(lru_timer, &lru, CLOCK_MONOTONIC);