Home
last modified time | relevance | path

Searched refs:compare_keys (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/
H A Dx-hash.c48 x_compare_fun *compare_keys; member
98 if (h->compare_keys == 0) in hash_table_compare_keys()
101 return (*h->compare_keys)(k1, k2) == 0; in hash_table_compare_keys()
165 h->compare_keys = compare; in X_PFX()
/OK3568_Linux_fs/kernel/net/decnet/
H A Ddn_route.c307 static inline int compare_keys(struct flowidn *fl1, struct flowidn *fl2) in compare_keys() function
328 if (compare_keys(&rth->fld, &rt->fld)) { in dn_insert_route()