Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/bpf/
Dhashtab.c573 struct htab_elem *l = NULL, *tgt_l; in htab_lru_map_delete_node() local
579 tgt_l = container_of(node, struct htab_elem, lru_node); in htab_lru_map_delete_node()
580 b = __select_bucket(htab, tgt_l->hash); in htab_lru_map_delete_node()
586 if (l == tgt_l) { in htab_lru_map_delete_node()
593 return l == tgt_l; in htab_lru_map_delete_node()