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
此提交包含在:
4
Kbuild
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.
|
||||
|
新增問題並參考
封鎖使用者