Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/os_dep/
H A Dosdep_service.c35 #define DBG_MEM_HASHBITS 10 macro
54 struct hlist_head dbg_mem_ht[1 << DBG_MEM_HASHBITS];
105 head = &dbg_mem_ht[hash_64((u64)(mem), DBG_MEM_HASHBITS)]; in rtw_dbg_mem_find()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/os_dep/
H A Dosdep_service.c35 #define DBG_MEM_HASHBITS 10 macro
54 struct hlist_head dbg_mem_ht[1 << DBG_MEM_HASHBITS];
105 head = &dbg_mem_ht[hash_64((u64)(mem), DBG_MEM_HASHBITS)]; in rtw_dbg_mem_find()