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() 1217 ret = htab_lock_bucket(b, &flags); in htab_map_update_elem() 1312 ret = htab_lock_bucket(b, &flags); in htab_lru_map_update_elem() 1379 ret = htab_lock_bucket(b, &flags); in htab_map_update_elem_in_place() 1452 ret = htab_lock_bucket(b, &flags); in __htab_lru_percpu_map_update_elem() 1517 ret = htab_lock_bucket(b, &flags); in htab_map_delete_elem() 1552 ret = htab_lock_bucket(b, &flags); in htab_lru_map_delete_elem() 1693 ret = htab_lock_bucket(b, &bflags); in __htab_map_lookup_and_delete_elem() 1851 ret = htab_lock_bucket(b, &flags); in __htab_map_lookup_and_delete_batch()
|