qcacld-3.0: Increase periodicity of LOG_DEL_OBJ_TIMEOUT_VALUE_MSEC

obj_mgr_alert() function is currently used in
wlan_objmgr_iterate_log_del_obj_handle() to print and is causing
spinlock to be held too long and timing out. Thus, increase the
periodicity of LOG_DEL_OBJ_TIMEOUT_VALUE_MSEC to 10 seconds.

Change-Id: I48a7b2ce031393493b9d19c9dd365a725c60284e
CRs-Fixed: 2930279
此提交包含在:
Alan Chen
2021-04-22 16:52:11 -07:00
提交者 Madan Koyyalamudi
父節點 8f2fa5f525
當前提交 cb5605b006

4
Kbuild
查看文件

@@ -3993,6 +3993,10 @@ endif
ccflags-y += -DSCHEDULER_CORE_MAX_MESSAGES=1000
ccflags-y += -DLOG_DEL_OBJ_TIMEOUT_VALUE_MSEC=10000
ccflags-y += -DLOG_DEL_OBJ_DESTROY_DURATION_SEC=10
# Defining Reduction Limit 0 for MCL. If it is not defined,
#then WLAN_SCHED_REDUCTION_LIMIT will be 32 for
# WIN.