Searched refs:htab_lock_bucket (Results 1 – 1 of 1) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | hashtab.c | 149 static inline int htab_lock_bucket(struct bucket *b, unsigned long *pflags) in htab_lock_bucket() function 873 ret = htab_lock_bucket(b, &flags); in htab_lru_map_delete_node() 1213 ret = htab_lock_bucket(b, &flags); in htab_map_update_elem() 1308 ret = htab_lock_bucket(b, &flags); in htab_lru_map_update_elem() 1375 ret = htab_lock_bucket(b, &flags); in htab_map_update_elem_in_place() 1448 ret = htab_lock_bucket(b, &flags); in __htab_lru_percpu_map_update_elem() 1513 ret = htab_lock_bucket(b, &flags); in htab_map_delete_elem() 1548 ret = htab_lock_bucket(b, &flags); in htab_lru_map_delete_elem() 1689 ret = htab_lock_bucket(b, &bflags); in __htab_map_lookup_and_delete_elem() 1847 ret = htab_lock_bucket(b, &flags); in __htab_map_lookup_and_delete_batch()
|