ll_enqueue
void ll_enqueue(llh_t *head, ll_t *data);
ll_enqueue(&dataq->data, &ptr->list);
ll_enqueue(&dataq->waiters, &wait.list);