Searched refs:elem_pool_head (Results 1 – 2 of 2) sorted by relevance
93 temp = adp->elem_pool_head; in crystalhd_alloc_elem()95 adp->elem_pool_head = adp->elem_pool_head->flink; in crystalhd_alloc_elem()109 elem->flink = adp->elem_pool_head; in crystalhd_free_elem()110 adp->elem_pool_head = elem; in crystalhd_free_elem()
81 struct crystalhd_elem *elem_pool_head; /* Queue element pool */ member