瀏覽代碼

qcacld-3.0: Reduce time between Ref Leak prints

Currently the Vdev Ref Leak functionality prints holders of references
every 10 seconds, resulting in only two prints before a device crash.
Fix this by reducing the timeout macro from 10 seconds to 4 seconds.

Change-Id: Icc1046a5678d4b224c2bc715d27fed092836e269
CRs-Fixed: 3292752
Mohammed Ahmed 2 年之前
父節點
當前提交
d0751ac42f
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Kbuild

+ 2 - 2
Kbuild

@@ -4659,9 +4659,9 @@ endif
 
 ccflags-y += -DSCHEDULER_CORE_MAX_MESSAGES=1000
 
-ccflags-y += -DLOG_DEL_OBJ_TIMEOUT_VALUE_MSEC=10000
+ccflags-y += -DLOG_DEL_OBJ_TIMEOUT_VALUE_MSEC=4000
 
-ccflags-y += -DLOG_DEL_OBJ_DESTROY_DURATION_SEC=10
+ccflags-y += -DLOG_DEL_OBJ_DESTROY_DURATION_SEC=4
 
 ccflags-y += -DWLAN_OBJMGR_RATELIMIT_THRESH=0