Lines Matching refs:lru_node
119 struct bpf_lru_node lru_node; member
242 l = container_of(node, struct htab_elem, lru_node); in prealloc_lru_pop()
283 offsetof(struct htab_elem, lru_node), in prealloc_init()
294 offsetof(struct htab_elem, lru_node), in prealloc_init()
637 bpf_lru_node_set_ref(&l->lru_node); in __htab_lru_map_lookup_elem()
666 offsetof(struct htab_elem, lru_node) + in htab_lru_map_gen_lookup()
670 offsetof(struct htab_elem, lru_node) + in htab_lru_map_gen_lookup()
691 tgt_l = container_of(node, struct htab_elem, lru_node); in htab_lru_map_delete_node()
1093 bpf_lru_node_set_ref(&l_new->lru_node); in htab_lru_map_update_elem()
1102 bpf_lru_push_free(&htab->lru, &l_new->lru_node); in htab_lru_map_update_elem()
1104 bpf_lru_push_free(&htab->lru, &l_old->lru_node); in htab_lru_map_update_elem()
1206 bpf_lru_node_set_ref(&l_old->lru_node); in __htab_lru_percpu_map_update_elem()
1221 bpf_lru_push_free(&htab->lru, &l_new->lru_node); in __htab_lru_percpu_map_update_elem()
1300 bpf_lru_push_free(&htab->lru, &l->lru_node); in htab_lru_map_delete_elem()
1532 bpf_lru_push_free(&htab->lru, &l->lru_node); in __htab_map_lookup_and_delete_batch()
1883 bpf_lru_node_set_ref(&l->lru_node); in htab_lru_percpu_map_lookup_elem()