Searched refs:user_cnt (Results 1 - 8 of 8) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
H A D | oal_mem.c | 279 mem->user_cnt = 0; in oal_mem_create_subpool() 463 mem->user_cnt = 1; in oal_mem_alloc_enhanced() 496 if (oal_unlikely(mem->user_cnt == 0)) { in oal_mem_free_enhanced() 500 mem->user_cnt--; in oal_mem_free_enhanced() 502 if (mem->user_cnt != 0) { in oal_mem_free_enhanced()
|
H A D | oal_mem.h | 217 hi_u8 user_cnt :4; /* 申请本内存块的用户计数 */ member
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/ |
H A D | drv_hdmi_intf_k.c | 181 if (hdmi_dev->kernel_cnt == 0 && hdmi_dev->user_cnt == 0) {
in hi_drv_hdmi_csc_param_set() 232 if (hdmi_dev->kernel_cnt == 0 && hdmi_dev->user_cnt == 0) {
in hi_drv_hdmi_video_param_set() 303 if (hdmi_dev->kernel_cnt == 0 && hdmi_dev->user_cnt == 0) {
in hi_drv_hdmi_set_hdr_attr()
|
H A D | drv_hdmi_intf.h | 48 hi_u32 user_cnt;
member
|
H A D | drv_hdmi_intf.c | 1289 hdmi_dev->user_cnt = 0;
1434 hdmi_dev->user_cnt++;
1448 hdmi_info("user_cnt: %u, kernel_cnt: %u, user_call_back_cnt: %u\n",
1449 hdmi_dev->user_cnt, hdmi_dev->kernel_cnt, hdmi_dev->user_callback_cnt);
1487 if (hdmi_dev->user_cnt == 0) {
1549 hdmi_info("user_cnt: %u, kernel_cnt: %u\n", hdmi_dev->user_cnt, hdmi_dev->kernel_cnt);
1553 if (user && hdmi_dev->user_cnt > 0) {
1562 if (hdmi_dev->user_cnt == 1) {
1569 hdmi_dev->user_cnt [all...] |
H A D | drv_hdmi_proc.c | 614 osal_seq_printf(file, "%-15s: %-20d \n", "UserCnt", hdmi_dev->user_cnt);
in proc_sw_status()
|
H A D | drv_hdmi_debug.c | 3255 if (hdmi_dev->user_cnt == 0 && hdmi_dev->kernel_cnt == 0) { in drv_hdmi_debug_source_write()
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/frw/ |
H A D | frw_event.c | 631 event_mem->user_cnt++; in frw_event_post_event()
|
Completed in 17 milliseconds