Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_debug.c36 struct dbg_mem_ctx debug_memory_ctx; variable
73 _os_list *list = &debug_memory_ctx.alloc_buf_list; in rt_alloc_dbg_buf()
74 _os_lock *lock = &debug_memory_ctx.alloc_buf_list_lock; in rt_alloc_dbg_buf()
99 debug_memory_ctx.alloc_buf_cnt++; in rt_alloc_dbg_buf()
108 debug_memory_ctx.alloc_buf_cnt); in rt_alloc_dbg_buf()
118 _os_list *list = &debug_memory_ctx.alloc_buf_list; in rt_free_dbg_buf()
119 _os_lock *lock = &debug_memory_ctx.alloc_buf_list_lock; in rt_free_dbg_buf()
141 debug_memory_ctx.alloc_buf_cnt); in rt_free_dbg_buf()
143 debug_memory_ctx.alloc_buf_cnt--; in rt_free_dbg_buf()
156 _os_list *list = &debug_memory_ctx.alloc_buf_list; in rt_mem_dbg_init()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_debug.c36 struct dbg_mem_ctx debug_memory_ctx; variable
73 _os_list *list = &debug_memory_ctx.alloc_buf_list; in rt_alloc_dbg_buf()
74 _os_lock *lock = &debug_memory_ctx.alloc_buf_list_lock; in rt_alloc_dbg_buf()
99 debug_memory_ctx.alloc_buf_cnt++; in rt_alloc_dbg_buf()
108 debug_memory_ctx.alloc_buf_cnt); in rt_alloc_dbg_buf()
118 _os_list *list = &debug_memory_ctx.alloc_buf_list; in rt_free_dbg_buf()
119 _os_lock *lock = &debug_memory_ctx.alloc_buf_list_lock; in rt_free_dbg_buf()
141 debug_memory_ctx.alloc_buf_cnt); in rt_free_dbg_buf()
143 debug_memory_ctx.alloc_buf_cnt--; in rt_free_dbg_buf()
156 _os_list *list = &debug_memory_ctx.alloc_buf_list; in rt_mem_dbg_init()
[all …]