Home
last modified time | relevance | path

Searched refs:lru_node (Results 1 – 1 of 1) sorted by relevance

/kernel/bpf/
Dhashtab.c125 struct bpf_lru_node lru_node; member
300 l = container_of(node, struct htab_elem, lru_node); in prealloc_lru_pop()
342 offsetof(struct htab_elem, lru_node), in prealloc_init()
353 offsetof(struct htab_elem, lru_node), in prealloc_init()
723 bpf_lru_node_set_ref(&l->lru_node); in __htab_lru_map_lookup_elem()
752 offsetof(struct htab_elem, lru_node) + in htab_lru_map_gen_lookup()
756 offsetof(struct htab_elem, lru_node) + in htab_lru_map_gen_lookup()
789 tgt_l = container_of(node, struct htab_elem, lru_node); in htab_lru_map_delete_node()
1168 bpf_lru_push_free(&htab->lru, &elem->lru_node); in htab_lru_push_free()
1222 bpf_lru_node_set_ref(&l_new->lru_node); in htab_lru_map_update_elem()
[all …]