summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPixelBot AutoMerger <android-nexus-securitybot@system.gserviceaccount.com>2022-11-13 18:34:43 -0800
committerSecurityBot <android-nexus-securitybot@system.gserviceaccount.com>2022-11-13 18:34:43 -0800
commit459b432172b3f09f09ef3e4d0b4a6a978a383b95 (patch)
tree00bd2d191ac1572394e2101c1b48c41f90b52c9a
parentf477b5f7a3f90b4ebc00bcc654348ad8719dad66 (diff)
parentde375e06e5d38e5a1d3c1eac8ebfd89773a7a0d7 (diff)
downloadaoc-459b432172b3f09f09ef3e4d0b4a6a978a383b95.tar.gz
Merge android13-gs-pixel-5.10-tm-qpr3 into android13-gs-pixel-5.10-udc
SBMerger: 478053055 Change-Id: Ia32ffc39752b2144ab23a6041fecbf7cefb277e4 Signed-off-by: SecurityBot <android-nexus-securitybot@system.gserviceaccount.com>
-rw-r--r--aoc_channel_dev.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/aoc_channel_dev.c b/aoc_channel_dev.c
index b79f080..d06bcb7 100644
--- a/aoc_channel_dev.c
+++ b/aoc_channel_dev.c
@@ -57,8 +57,8 @@ static DEFINE_MUTEX(aocc_write_lock);
static DEFINE_MUTEX(s_open_files_lock);
#define AOCC_MAX_MSG_SIZE 1024
-#define AOCC_MAX_PENDING_MSGS 32
-#define AOCC_BLOCK_CHANNEL_THRESHOLD (AOCC_MAX_PENDING_MSGS - 3)
+#define AOCC_MAX_PENDING_MSGS 128
+#define AOCC_BLOCK_CHANNEL_THRESHOLD 64
static atomic_t channel_index_counter = ATOMIC_INIT(1);
/* Driver methods */