Searched refs:NVEC_POOL_SIZE (Results 1 – 2 of 2) sorted by relevance
27 #define NVEC_POOL_SIZE 64 macro146 struct nvec_msg msg_pool[NVEC_POOL_SIZE];
169 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()