Q_SIZE
#define Q_SIZE(n) (COMMANDS_PER_QUEUE*(n))
#define Q_SIZE(n) (CMD_Q_LEN * (n))
#define Q_SIZE(x, n) ((ilog2(x) - (n)) / 2)