Home
last modified time | relevance | path

Searched refs:rht_obj (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/include/linux/
Drhashtable.h86 static inline void *rht_obj(const struct rhashtable *ht, in rht_obj() function
141 const char *ptr = rht_obj(ht, he); in rht_head_hashfn()
483 params.obj_cmpfn(&arg, rht_obj(ht, he)) : in __rhashtable_lookup()
484 rhashtable_compare(&arg, rht_obj(ht, he))) in __rhashtable_lookup()
518 return he ? rht_obj(ht, he) : NULL; in rhashtable_lookup()
618 params.obj_cmpfn(&arg, rht_obj(ht, head)) : in __rhashtable_insert_fast()
619 rhashtable_compare(&arg, rht_obj(ht, head)))) { in __rhashtable_insert_fast()
624 data = rht_obj(ht, head); in __rhashtable_insert_fast()
748 const char *key = rht_obj(&hlt->ht, &list->rhead); in rhltable_insert()
779 const char *key = rht_obj(ht, obj); in rhashtable_lookup_insert_fast()
[all …]
/linux-4.19.296/lib/
Drhashtable.c501 ht->p.obj_cmpfn(&arg, rht_obj(ht, head)) : in rhashtable_lookup_one()
502 rhashtable_compare(&arg, rht_obj(ht, head)))) { in rhashtable_lookup_one()
508 return rht_obj(ht, head); in rhashtable_lookup_one()
828 return rht_obj(ht, rhlist ? &list->rhead : p); in __rhashtable_walk_find_next()
879 return rht_obj(ht, rhlist ? &list->rhead : p); in rhashtable_walk_next()
909 return rht_obj(ht, ht->rhlist ? &list->rhead : p); in rhashtable_walk_peek()
1111 free_fn(rht_obj(ht, obj), arg); in rhashtable_free_one()
1119 free_fn(rht_obj(ht, obj), arg); in rhashtable_free_one()
Dtest_rhashtable.c521 p = rht_obj(ht, pos); in print_ht()
561 key = rht_obj(&rhlt->ht, &rhl_test_objects[i].list_node.rhead); in test_insert_dup()