MAX_CIRCULAR_QUEUE_SIZE
#define CQ_MASK (MAX_CIRCULAR_QUEUE_SIZE-1)
struct lock_list *element[MAX_CIRCULAR_QUEUE_SIZE];