Searched refs:rht_unlock (Results 1 – 2 of 2) sorted by relevance
/linux/include/linux/ |
H A D | rhashtable.h | 349 static inline void rht_unlock(struct bucket_table *tbl, in rht_unlock() function 736 rht_unlock(tbl, bkt, flags); in __rhashtable_insert_fast() 768 rht_unlock(tbl, bkt, flags); in __rhashtable_insert_fast() 809 rht_unlock(tbl, bkt, flags); in __rhashtable_insert_fast() 1056 rht_unlock(tbl, bkt, flags); in __rhashtable_remove_fast_one() 1063 rht_unlock(tbl, bkt, flags); in __rhashtable_remove_fast_one() 1183 rht_unlock(tbl, bkt, flags); in __rhashtable_replace_fast() 1191 rht_unlock(tbl, bkt, flags); in __rhashtable_replace_fast()
|
/linux/lib/ |
H A D | rhashtable.c | 297 rht_unlock(old_tbl, bkt, flags); in rhashtable_rehash_chain() 626 rht_unlock(tbl, bkt, flags); in rhashtable_try_insert()
|