Searched refs:htab_lock_bucket (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/kernel/bpf/ |
| H A D | hashtab.c | 147 static inline int htab_lock_bucket(struct bucket *b, unsigned long *pflags) in htab_lock_bucket() function 789 ret = htab_lock_bucket(b, &flags); in htab_lru_map_delete_node() 1119 ret = htab_lock_bucket(b, &flags); in htab_map_update_elem() 1226 ret = htab_lock_bucket(b, &flags); in htab_lru_map_update_elem() 1284 ret = htab_lock_bucket(b, &flags); in __htab_percpu_map_update_elem() 1350 ret = htab_lock_bucket(b, &flags); in __htab_lru_percpu_map_update_elem() 1416 ret = htab_lock_bucket(b, &flags); in htab_map_delete_elem() 1452 ret = htab_lock_bucket(b, &flags); in htab_lru_map_delete_elem() 1596 ret = htab_lock_bucket(b, &bflags); in __htab_map_lookup_and_delete_elem() 1755 ret = htab_lock_bucket(b, &flags); in __htab_map_lookup_and_delete_batch()
|