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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/crystalhd/
H A Dcrystalhd_lnx.h82 struct crystalhd_ioctl_data *idata_free_head; /* ioctl data pool */ member in struct:crystalhd_adp
H A Dcrystalhd_lnx.c87 temp = adp->idata_free_head;
89 adp->idata_free_head = adp->idata_free_head->next;
106 iodata->next = adp->idata_free_head;
107 adp->idata_free_head = iodata;

Completed in 41 milliseconds