Searched refs:hash_mem (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/ipa/ |
| H A D | ipa_table.c | 436 const struct ipa_mem *hash_mem) in ipa_table_init_add() argument 454 hash_count = hash_mem->size ? count : 0; in ipa_table_init_add() 457 hash_count = hash_mem->size / sizeof(__le64); in ipa_table_init_add() 466 hash_size, hash_mem->offset, hash_addr); in ipa_table_init_add()
|
| /OK3568_Linux_fs/kernel/include/linux/sunrpc/ |
| H A D | svcauth.h | 181 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 D | osdep_service.c | 56 struct hash_mem { struct 84 struct hash_mem *hm; in rtw_dbg_mem_deinit() 86 hm = container_of(p, struct hash_mem, node); in rtw_dbg_mem_deinit() 99 struct hash_mem *rtw_dbg_mem_find(void *mem) in rtw_dbg_mem_find() 101 struct hash_mem *hm; in rtw_dbg_mem_find() 109 hm = container_of(p, struct hash_mem, node); in rtw_dbg_mem_find() 121 struct hash_mem *hm; in rtw_dbg_mem_alloc() 125 hm = (struct hash_mem *)kmalloc(sizeof(*hm), GFP_ATOMIC); in rtw_dbg_mem_alloc() 138 struct hash_mem *hm; in rtw_dbg_mem_free()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/os_dep/ |
| H A D | osdep_service.c | 56 struct hash_mem { struct 84 struct hash_mem *hm; in rtw_dbg_mem_deinit() 86 hm = container_of(p, struct hash_mem, node); in rtw_dbg_mem_deinit() 99 struct hash_mem *rtw_dbg_mem_find(void *mem) in rtw_dbg_mem_find() 101 struct hash_mem *hm; in rtw_dbg_mem_find() 109 hm = container_of(p, struct hash_mem, node); in rtw_dbg_mem_find() 121 struct hash_mem *hm; in rtw_dbg_mem_alloc() 125 hm = (struct hash_mem *)kmalloc(sizeof(*hm), GFP_ATOMIC); in rtw_dbg_mem_alloc() 138 struct hash_mem *hm; in rtw_dbg_mem_free()
|
| /OK3568_Linux_fs/kernel/net/sunrpc/auth_gss/ |
| H A D | svcauth_gss.c | 110 return hash_mem(item->in_handle.data, item->in_handle.len, RSI_HASHBITS) in rsi_hash() 111 ^ hash_mem(item->in_token.data, item->in_token.len, RSI_HASHBITS); in rsi_hash() 383 return hash_mem(rsci->handle.data, rsci->handle.len, RSC_HASHBITS); in rsc_hash()
|
| /OK3568_Linux_fs/kernel/fs/nfsd/ |
| H A D | export.c | 280 hash ^= hash_mem(cp, len, EXPKEY_HASHBITS); in svc_expkey_hash()
|