Home
last modified time | relevance | path

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

/linux/kernel/bpf/
A Dhashtab.c742 struct htab_elem *l = NULL, *tgt_l; in htab_lru_map_delete_node() local
749 tgt_l = container_of(node, struct htab_elem, lru_node); in htab_lru_map_delete_node()
750 b = __select_bucket(htab, tgt_l->hash); in htab_lru_map_delete_node()
753 ret = htab_lock_bucket(htab, b, tgt_l->hash, &flags); in htab_lru_map_delete_node()
758 if (l == tgt_l) { in htab_lru_map_delete_node()
764 htab_unlock_bucket(htab, b, tgt_l->hash, flags); in htab_lru_map_delete_node()
766 return l == tgt_l; in htab_lru_map_delete_node()

Completed in 8 milliseconds