Searched refs:rhlist (Results 1 - 3 of 3) sorted by relevance

/linux-master/lib/
H A Drhashtable.c517 if (!ht->rhlist)
571 if (ht->rhlist) {
722 bool rhlist = ht->rhlist; local
740 if (iter->p && !rhlist) {
755 } else if (iter->p && rhlist) {
797 bool rhlist = ht->rhlist; local
806 if (rhlist) {
828 return rht_obj(ht, rhlist
868 bool rhlist = ht->rhlist; local
[all...]
/linux-master/include/linux/
H A Drhashtable-types.h75 * @rhlist: True if this is an rhltable
86 bool rhlist; member in struct:rhashtable
H A Drhashtable.h707 const struct rhashtable_params params, bool rhlist)
756 if (!rhlist)
789 if (rhlist) {
998 bool rhlist)
1024 if (!rhlist)
1045 if (rhlist) {
1079 const struct rhashtable_params params, bool rhlist)
1094 rhlist)) &&
705 __rhashtable_insert_fast( struct rhashtable *ht, const void *key, struct rhash_head *obj, const struct rhashtable_params params, bool rhlist) argument
995 __rhashtable_remove_fast_one( struct rhashtable *ht, struct bucket_table *tbl, struct rhash_head *obj, const struct rhashtable_params params, bool rhlist) argument
1077 __rhashtable_remove_fast( struct rhashtable *ht, struct rhash_head *obj, const struct rhashtable_params params, bool rhlist) argument

Completed in 104 milliseconds