Home
last modified time | relevance | path

Searched refs:elem_pool_head (Results 1 – 2 of 2) sorted by relevance

/drivers/staging/crystalhd/
Dcrystalhd_misc.c93 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()
Dcrystalhd_lnx.h81 struct crystalhd_elem *elem_pool_head; /* Queue element pool */ member