Searched refs:lru_node (Results 1 – 1 of 1) sorted by relevance
124 struct bpf_lru_node lru_node; member340 offsetof(struct htab_elem, lru_node), in prealloc_init()351 offsetof(struct htab_elem, lru_node), in prealloc_init()686 bpf_lru_node_set_ref(&l->lru_node); in __htab_lru_map_lookup_elem()715 offsetof(struct htab_elem, lru_node) + in htab_lru_map_gen_lookup()719 offsetof(struct htab_elem, lru_node) + in htab_lru_map_gen_lookup()1118 bpf_lru_push_free(&htab->lru, &elem->lru_node); in htab_lru_push_free()1172 bpf_lru_node_set_ref(&l_new->lru_node); in htab_lru_map_update_elem()1291 bpf_lru_node_set_ref(&l_old->lru_node); in __htab_lru_percpu_map_update_elem()1306 bpf_lru_push_free(&htab->lru, &l_new->lru_node); in __htab_lru_percpu_map_update_elem()[all …]
Completed in 11 milliseconds