Searched refs:htab_unlock_bucket (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/kernel/bpf/ |
H A D | hashtab.c | 172 static inline void htab_unlock_bucket(const struct bpf_htab *htab, in htab_unlock_bucket() function 828 htab_unlock_bucket(htab, b, tgt_l->hash, flags); in htab_lru_map_delete_node() 1197 htab_unlock_bucket(htab, b, hash, flags); in htab_map_update_elem() 1206 htab_unlock_bucket(htab, b, hash, flags); in htab_map_update_elem() 1274 htab_unlock_bucket(htab, b, hash, flags); in htab_lru_map_update_elem() 1336 htab_unlock_bucket(htab, b, hash, flags); in __htab_percpu_map_update_elem() 1401 htab_unlock_bucket(htab, b, hash, flags); in __htab_lru_percpu_map_update_elem() 1453 htab_unlock_bucket(htab, b, hash, flags); in htab_map_delete_elem() 1490 htab_unlock_bucket(htab, b, hash, flags); in htab_lru_map_delete_elem() 1661 htab_unlock_bucket(htab, b, hash, bflags); in __htab_map_lookup_and_delete_elem() [all …]
|