Searched refs:POOL_SIZE (Results 1 – 4 of 4) sorted by relevance
61 POOL_SIZE=068 POOL_SIZE=$(get_pool_prop allocated $TESTPOOL)98 (($NEW_POOL_SIZE <= $POOL_SIZE)) && \100 than or equal to the old pool size $POOL_SIZE."
77 POOL_SIZE=084 POOL_SIZE=$(get_pool_size $TESTPOOL) 98 if (( $NEW_POOL_SIZE <= $POOL_SIZE ))101 than or equal to the old pool size $POOL_SIZE."
37 static const unsigned int POOL_SIZE = 512; member in IdentifierResolver::IdDeclInfoMap44 IdDeclInfo Pool[POOL_SIZE];50 unsigned int CurIndex = POOL_SIZE;417 if (CurIndex == POOL_SIZE) { in operator []()
963 #define POOL_SIZE (1 << 28) /* 256 MB */ macro990 ftruncate(fd, POOL_SIZE), "ftruncate failed: %s", strerror(errno)); in aio_zvol_setup()