Lines Matching refs:kref
26 struct drm_nouveau_gem_pushbuf_bo *kref; member
32 struct nouveau_client_kref *kref; member
46 struct drm_nouveau_gem_pushbuf_bo *kref = NULL; in cli_kref_get() local
48 kref = pcli->kref[bo->handle].kref; in cli_kref_get()
49 return kref; in cli_kref_get()
58 push = pcli->kref[bo->handle].push; in cli_push_get()
64 struct drm_nouveau_gem_pushbuf_bo *kref, in cli_kref_set() argument
69 pcli->kref = realloc(pcli->kref, in cli_kref_set()
70 sizeof(*pcli->kref) * bo->handle * 2); in cli_kref_set()
72 pcli->kref[pcli->kref_nr].kref = NULL; in cli_kref_set()
73 pcli->kref[pcli->kref_nr].push = NULL; in cli_kref_set()
77 pcli->kref[bo->handle].kref = kref; in cli_kref_set()
78 pcli->kref[bo->handle].push = push; in cli_kref_set()