Răsfoiți Sursa

qcacmn: Reduce the QDF_GET_MEMORY_TIME_THRESHOLD to 300ms

qcacld-2.0 to qcacmn propagation

Issues are seen where memory allocation takes 300-1000ms.

So to detect this reduce the QDF_GET_MEMORY_TIME_THRESHOLD value
to print the time taken by kmalloc, to 300ms from 3 sec.

Change-Id: I0f7e1587b2ddd2839d70a19b047aa46bb6a2cea1
CRs-Fixed: 970017
Abhishek Singh 9 ani în urmă
părinte
comite
0921144f1e
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      qdf/linux/src/qdf_mem.c

+ 1 - 1
qdf/linux/src/qdf_mem.c

@@ -73,7 +73,7 @@ struct s_qdf_mem_struct {
 #endif
 
 /* Preprocessor Definitions and Constants */
-#define QDF_GET_MEMORY_TIME_THRESHOLD 3000
+#define QDF_GET_MEMORY_TIME_THRESHOLD 300
 
 int qdf_dbg_mask;
 qdf_declare_param(qdf_dbg_mask, int);