Searched refs:htab_unlock_bucket (Results 1 – 1 of 1) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | hashtab.c | 161 static inline void htab_unlock_bucket(struct bucket *b, unsigned long flags) in htab_unlock_bucket() function 884 htab_unlock_bucket(b, flags); in htab_lru_map_delete_node() 1262 htab_unlock_bucket(b, flags); in htab_map_update_elem() 1267 htab_unlock_bucket(b, flags); in htab_map_update_elem() 1333 htab_unlock_bucket(b, flags); in htab_lru_map_update_elem() 1410 htab_unlock_bucket(b, flags); in htab_map_update_elem_in_place() 1476 htab_unlock_bucket(b, flags); in __htab_lru_percpu_map_update_elem() 1527 htab_unlock_bucket(b, flags); in htab_map_delete_elem() 1563 htab_unlock_bucket(b, flags); in htab_lru_map_delete_elem() 1727 htab_unlock_bucket(b, bflags); in __htab_map_lookup_and_delete_elem() [all …]
|