Home
last modified time | relevance | path

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

/external/libdrm/nouveau/
Dbufctx.c106 struct nouveau_bufbin_priv *pbin = &pctx->bins[bin]; in nouveau_bufctx_reset() local
109 while ((pref = pbin->list)) { in nouveau_bufctx_reset()
111 pbin->list = pref->next; in nouveau_bufctx_reset()
116 bctx->relocs -= pbin->relocs; in nouveau_bufctx_reset()
117 pbin->relocs = 0; in nouveau_bufctx_reset()
125 struct nouveau_bufbin_priv *pbin = &pctx->bins[bin]; in nouveau_bufctx_refn() local
140 pref->next = pbin->list; in nouveau_bufctx_refn()
141 pbin->list = pref; in nouveau_bufctx_refn()
153 struct nouveau_bufbin_priv *pbin = &pctx->bins[bin]; in nouveau_bufctx_mthd() local
160 pbin->relocs++; in nouveau_bufctx_mthd()