Home
last modified time | relevance | path

Searched refs:NVEC_POOL_SIZE (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/drivers/staging/nvec/
A Dnvec.h27 #define NVEC_POOL_SIZE 64 macro
146 struct nvec_msg msg_pool[NVEC_POOL_SIZE];
A Dnvec.c169 int i = (category == NVEC_MSG_TX) ? (NVEC_POOL_SIZE / 4) : 0; in nvec_msg_alloc()
171 for (; i < NVEC_POOL_SIZE; i++) { in nvec_msg_alloc()

Completed in 5 milliseconds