Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/include/linux/
Dwatchdog.h49 void (*unref)(struct watchdog_device *); member
/linux-4.1.27/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.h116 int unref);
Dosc_request.c2394 int unref) in osc_match_base() argument
2416 res_id, type, policy, rc, lockh, unref); in osc_match_base()
/linux-4.1.27/Documentation/watchdog/
Dwatchdog-kernel-api.txt97 void (*unref)(struct watchdog_device *);
107 is not enough and a driver also needs to define the ref and unref operations to
115 5) Define a unref operation calling kref_put on this kref
162 * unref: the operation that calls kref_put on the kref of a dynamically
186 unref) will get called after unregister, even if userspace still holds a
/linux-4.1.27/drivers/watchdog/
Dwatchdog_dev.c494 if (wdd->ops->unref) in watchdog_release()
495 wdd->ops->unref(wdd); in watchdog_release()
Dda9055_wdt.c142 .unref = da9055_wdt_unref,
Dda9052_wdt.c174 .unref = da9052_wdt_unref,
/linux-4.1.27/drivers/net/wireless/iwlwifi/
Diwl-trans.h546 void (*unref)(struct iwl_trans *trans); member
750 if (trans->ops->unref) in iwl_trans_unref()
751 trans->ops->unref(trans); in iwl_trans_unref()
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
Dldlm_lock.c1078 __u64 flags, int unref) in search_queue() argument
1105 if (!unref && lock->l_flags & LDLM_FL_CBPENDING && in search_queue()
1132 if (!unref && (lock->l_flags & LDLM_FL_GONE_MASK)) in search_queue()
1228 struct lustre_handle *lockh, int unref) in ldlm_lock_match() argument
1254 flags, unref); in ldlm_lock_match()
1264 flags, unref); in ldlm_lock_match()
1270 flags, unref); in ldlm_lock_match()
/linux-4.1.27/drivers/gpu/drm/armada/
Darmada_gem.c404 goto unref; in armada_gem_pwrite_ioctl()
414 unref: in armada_gem_pwrite_ioctl()
/linux-4.1.27/drivers/hwmon/
Dsch56xx-common.c419 .unref = watchdog_unref,
/linux-4.1.27/drivers/gpu/drm/tegra/
Ddrm.c989 goto unref; in host1x_drm_probe()
997 unref: in host1x_drm_probe()
/linux-4.1.27/drivers/infiniband/ulp/ipoib/
Dipoib_main.c783 goto unref; in ipoib_start_xmit()
787 goto unref; in ipoib_start_xmit()
799 unref: in ipoib_start_xmit()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_dlm.h1262 struct lustre_handle *, int unref);
/linux-4.1.27/drivers/gpu/drm/i915/
Di915_gem.c1485 goto unref; in i915_gem_set_domain_ioctl()
1492 unref: in i915_gem_set_domain_ioctl()
/linux-4.1.27/drivers/net/wireless/iwlwifi/pcie/
Dtrans.c2427 .unref = iwl_trans_pcie_unref,