Переглянути джерело

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 4 роки тому
батько
коміт
cb5605b006
1 змінених файлів з 4 додано та 0 видалено
  1. 4 0
      Kbuild

+ 4 - 0
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.