Searched refs:bpf_lru_push_free (Results 1 – 3 of 3) sorted by relevance
79 void bpf_lru_push_free(struct bpf_lru *lru, struct bpf_lru_node *node);
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()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()
550 void bpf_lru_push_free(struct bpf_lru *lru, struct bpf_lru_node *node) in bpf_lru_push_free() function