Searched refs:htab_lock_bucket (Results 1 – 1 of 1) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | hashtab.c | 150 static inline int htab_lock_bucket(struct bucket *b, unsigned long *pflags) in htab_lock_bucket() function 876 ret = htab_lock_bucket(b, &flags); in htab_lru_map_delete_node() 1219 ret = htab_lock_bucket(b, &flags); in htab_map_update_elem() 1314 ret = htab_lock_bucket(b, &flags); in htab_lru_map_update_elem() 1381 ret = htab_lock_bucket(b, &flags); in htab_map_update_elem_in_place() 1454 ret = htab_lock_bucket(b, &flags); in __htab_lru_percpu_map_update_elem() 1519 ret = htab_lock_bucket(b, &flags); in htab_map_delete_elem() 1554 ret = htab_lock_bucket(b, &flags); in htab_lru_map_delete_elem() 1695 ret = htab_lock_bucket(b, &bflags); in __htab_map_lookup_and_delete_elem() 1853 ret = htab_lock_bucket(b, &flags); in __htab_map_lookup_and_delete_batch()
|