Searched refs:bpf_lru_node (Results 1 – 3 of 3) sorted by relevance
| /linux/kernel/bpf/ ! |
| H A D | bpf_lru_list.c | 34 static bool bpf_lru_node_is_ref(const struct bpf_lru_node *node) in bpf_lru_node_is_ref() 39 static void bpf_lru_node_clear_ref(struct bpf_lru_node *node) in bpf_lru_node_clear_ref() 59 struct bpf_lru_node *node, in __bpf_lru_node_move_to_free() 80 struct bpf_lru_node *node, in __bpf_lru_node_move_in() 98 struct bpf_lru_node *node, in __bpf_lru_node_move() 140 struct bpf_lru_node *node, *tmp_node, *first_node; in __bpf_lru_list_rotate_active() 143 first_node = list_first_entry(active, struct bpf_lru_node, list); in __bpf_lru_list_rotate_active() 168 struct bpf_lru_node *node; in __bpf_lru_list_rotate_inactive() 185 node = list_entry(cur, struct bpf_lru_node, list); in __bpf_lru_list_rotate_inactive() 210 struct bpf_lru_node *node, *tmp_node; in __bpf_lru_list_shrink_inactive() [all …]
|
| H A D | bpf_lru_list.h | 24 struct bpf_lru_node { struct 51 typedef bool (*del_from_htab_func)(void *arg, struct bpf_lru_node *node); argument 66 static inline void bpf_lru_node_set_ref(struct bpf_lru_node *node) in bpf_lru_node_set_ref() 77 struct bpf_lru_node *bpf_lru_pop_free(struct bpf_lru *lru, u32 hash); 78 void bpf_lru_push_free(struct bpf_lru *lru, struct bpf_lru_node *node);
|
| H A D | hashtab.c | 122 struct bpf_lru_node lru_node; 166 static bool htab_lru_map_delete_node(void *arg, struct bpf_lru_node *node); 301 struct bpf_lru_node *node = bpf_lru_pop_free(&htab->lru, hash); in prealloc_lru_pop() 825 offsetof(struct bpf_lru_node, ref)); in htab_lru_map_gen_lookup() 829 offsetof(struct bpf_lru_node, ref), in htab_lru_map_gen_lookup() 859 static bool htab_lru_map_delete_node(void *arg, struct bpf_lru_node *node) in htab_lru_map_delete_node()
|