Home
last modified time | relevance | path

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

/drivers/staging/crystalhd/
Dcrystalhd_lnx.c88 temp = adp->idata_free_head; in chd_dec_alloc_iodata()
90 adp->idata_free_head = adp->idata_free_head->next; in chd_dec_alloc_iodata()
107 iodata->next = adp->idata_free_head; in chd_dec_free_iodata()
108 adp->idata_free_head = iodata; in chd_dec_free_iodata()
Dcrystalhd_lnx.h80 struct crystalhd_ioctl_data *idata_free_head; /* ioctl data pool */ member