Home
last modified time | relevance | path

Searched defs:hash_mem (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/sunrpc/
H A Dsvcauth.h181 static inline unsigned long hash_mem(char const *buf, int length, int bits) in hash_mem() function
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/os_dep/
H A Dosdep_service.c56 struct hash_mem { struct
57 void *mem;
58 int sz;
59 int type;
60 struct hlist_node node;
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/os_dep/
H A Dosdep_service.c56 struct hash_mem { struct
57 void *mem;
58 int sz;
59 int type;
60 struct hlist_node node;
/OK3568_Linux_fs/kernel/drivers/net/ipa/
H A Dipa_table.c436 const struct ipa_mem *hash_mem) in ipa_table_init_add()