Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/vgem/
Dvgem_drv.c214 goto unref; in vgem_gem_dumb_map()
227 goto unref; in vgem_gem_dumb_map()
231 unref: in vgem_gem_dumb_map()
/linux-4.4.14/drivers/gpu/drm/vc4/
Dvc4_drv.c175 goto unref; in vc4_drm_bind()
179 goto unref; in vc4_drm_bind()
203 unref: in vc4_drm_bind()
/linux-4.4.14/include/linux/
Dwatchdog.h49 void (*unref)(struct watchdog_device *); member
/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_page.c64 enum cl_lock_mode mode, int pending, int unref)
92 dlmmode, &flags, NULL, lockh, unref);
101 enum cl_lock_mode mode, int unref)
121 result = osc_page_is_dlocked(env, opg, mode, 1, unref);
154 enum cl_lock_mode mode, int unref) in osc_page_protected() argument
Dosc_internal.h120 int unref);
Dosc_request.c2339 int unref) in osc_match_base() argument
2361 res_id, type, policy, rc, lockh, unref); in osc_match_base()
/linux-4.4.14/Documentation/watchdog/
Dwatchdog-kernel-api.txt104 void (*unref)(struct watchdog_device *);
114 is not enough and a driver also needs to define the ref and unref operations to
122 5) Define a unref operation calling kref_put on this kref
169 * unref: the operation that calls kref_put on the kref of a dynamically
193 unref) will get called after unregister, even if userspace still holds a
/linux-4.4.14/drivers/gpu/drm/fsl-dcu/
Dfsl_dcu_drm_drv.c370 goto unref; in fsl_dcu_drm_probe()
378 unref: in fsl_dcu_drm_probe()
/linux-4.4.14/drivers/watchdog/
Dwatchdog_dev.c497 if (wdd->ops->unref) in watchdog_release()
498 wdd->ops->unref(wdd); in watchdog_release()
Dda9055_wdt.c142 .unref = da9055_wdt_unref,
Dda9052_wdt.c174 .unref = da9052_wdt_unref,
/linux-4.4.14/drivers/net/wireless/iwlwifi/
Diwl-trans.h610 void (*unref)(struct iwl_trans *trans); member
843 if (trans->ops->unref) in iwl_trans_unref()
844 trans->ops->unref(trans); in iwl_trans_unref()
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/
Dldlm_lock.c1056 __u64 flags, int unref) in search_queue() argument
1083 if (!unref && lock->l_flags & LDLM_FL_CBPENDING && in search_queue()
1110 if (!unref && (lock->l_flags & LDLM_FL_GONE_MASK)) in search_queue()
1198 struct lustre_handle *lockh, int unref) in ldlm_lock_match() argument
1224 flags, unref); in ldlm_lock_match()
1234 flags, unref); in ldlm_lock_match()
/linux-4.4.14/drivers/gpu/drm/armada/
Darmada_gem.c405 goto unref; in armada_gem_pwrite_ioctl()
415 unref: in armada_gem_pwrite_ioctl()
/linux-4.4.14/drivers/hwmon/
Dsch56xx-common.c419 .unref = watchdog_unref,
/linux-4.4.14/drivers/gpu/drm/tegra/
Ddrm.c999 goto unref; in host1x_drm_probe()
1007 unref: in host1x_drm_probe()
/linux-4.4.14/Documentation/DocBook/
Dnetworking.xml.db53 API---skb-frag-unref
54 API-skb-frag-unref
Dgpu.xml.db4 API-drm-dev-unref
/linux-4.4.14/drivers/infiniband/ulp/ipoib/
Dipoib_main.c1011 goto unref; in ipoib_start_xmit()
1015 goto unref; in ipoib_start_xmit()
1027 unref: in ipoib_start_xmit()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_dlm.h1176 struct lustre_handle *, int unref);
/linux-4.4.14/drivers/gpu/drm/i915/
Di915_gem.c1655 goto unref; in i915_gem_set_domain_ioctl()
1667 unref: in i915_gem_set_domain_ioctl()
4295 goto unref; in i915_gem_busy_ioctl()
4302 unref: in i915_gem_busy_ioctl()
/linux-4.4.14/drivers/net/wireless/iwlwifi/pcie/
Dtrans.c2654 .unref = iwl_trans_pcie_unref,