Home | History | Annotate | Download | only in nouveau

Lines Matching refs:free

4  * Permission is hereby granted, free of charge, to any person obtaining a
54 struct nouveau_bufref_priv *free;
93 while ((pref = pctx->free)) {
94 pctx->free = pref->next;
95 free(pref);
97 free(pctx);
112 pref->next = pctx->free;
113 pctx->free = pref;
126 struct nouveau_bufref_priv *pref = pctx->free;
131 pctx->free = pref->next;