Searched refs:lru_node (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/kernel/bpf/ |
D | hashtab.c | 54 struct bpf_lru_node lru_node; member 126 l = container_of(node, struct htab_elem, lru_node); in prealloc_lru_pop() 167 offsetof(struct htab_elem, lru_node), in prealloc_init() 178 offsetof(struct htab_elem, lru_node), in prealloc_init() 525 bpf_lru_node_set_ref(&l->lru_node); in __htab_lru_map_lookup_elem() 554 offsetof(struct htab_elem, lru_node) + in htab_lru_map_gen_lookup() 558 offsetof(struct htab_elem, lru_node) + in htab_lru_map_gen_lookup() 579 tgt_l = container_of(node, struct htab_elem, lru_node); in htab_lru_map_delete_node() 959 bpf_lru_node_set_ref(&l_new->lru_node); in htab_lru_map_update_elem() 968 bpf_lru_push_free(&htab->lru, &l_new->lru_node); in htab_lru_map_update_elem() [all …]
|