Home
last modified time | relevance | path

Searched refs:obj_cmpfn (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/include/linux/
Drhashtable-types.h68 rht_obj_cmpfn_t obj_cmpfn; member
Drhashtable.h482 if (params.obj_cmpfn ? in __rhashtable_lookup()
483 params.obj_cmpfn(&arg, rht_obj(ht, he)) : in __rhashtable_lookup()
617 (params.obj_cmpfn ? in __rhashtable_insert_fast()
618 params.obj_cmpfn(&arg, rht_obj(ht, head)) : in __rhashtable_insert_fast()
/linux-4.19.296/lib/
Drhashtable.c500 (ht->p.obj_cmpfn ? in rhashtable_lookup_one()
501 ht->p.obj_cmpfn(&arg, rht_obj(ht, head)) : in rhashtable_lookup_one()
1025 (params->obj_hashfn && !params->obj_cmpfn)) in rhashtable_init()
Dtest_rhashtable.c110 .obj_cmpfn = my_cmpfn,
/linux-4.19.296/fs/xfs/
Dxfs_buf.c535 .obj_cmpfn = _xfs_buf_obj_cmp,