HomeSort by: relevance | last modified time | path
    Searched refs:refcount_inc_not_zero (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/include/linux/
refcount.h 55 refcount_inc_not_zero(struct refcount *rc) function in typeref:typename:int __must_check
  /src/sys/external/bsd/drm2/dist/drm/i915/
intel_wakeref.c 183 if (!refcount_inc_not_zero(&wf->count)) {
185 if (!refcount_inc_not_zero(&wf->count)) {
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/instmem/
nouveau_nvkm_subdev_instmem_nv50.c 274 if (refcount_inc_not_zero(&iobj->maps))
281 if (refcount_inc_not_zero(&iobj->maps)) {
293 if (!refcount_inc_not_zero(&iobj->maps)) {

Completed in 35 milliseconds