Lines Matching refs:lru_node
62 struct bpf_lru_node lru_node; member
134 l = container_of(node, struct htab_elem, lru_node); in prealloc_lru_pop()
175 offsetof(struct htab_elem, lru_node), in prealloc_init()
186 offsetof(struct htab_elem, lru_node), in prealloc_init()
526 bpf_lru_node_set_ref(&l->lru_node); in htab_lru_map_lookup_elem()
545 offsetof(struct htab_elem, lru_node) + in htab_lru_map_gen_lookup()
549 offsetof(struct htab_elem, lru_node) + in htab_lru_map_gen_lookup()
570 tgt_l = container_of(node, struct htab_elem, lru_node); in htab_lru_map_delete_node()
915 bpf_lru_node_set_ref(&l_new->lru_node); in htab_lru_map_update_elem()
924 bpf_lru_push_free(&htab->lru, &l_new->lru_node); in htab_lru_map_update_elem()
926 bpf_lru_push_free(&htab->lru, &l_old->lru_node); in htab_lru_map_update_elem()
1030 bpf_lru_node_set_ref(&l_old->lru_node); in __htab_lru_percpu_map_update_elem()
1045 bpf_lru_push_free(&htab->lru, &l_new->lru_node); in __htab_lru_percpu_map_update_elem()
1124 bpf_lru_push_free(&htab->lru, &l->lru_node); in htab_lru_map_delete_elem()
1231 bpf_lru_node_set_ref(&l->lru_node); in htab_lru_percpu_map_lookup_elem()
1257 bpf_lru_node_set_ref(&l->lru_node); in bpf_percpu_hash_copy()