/linux-4.1.27/drivers/gpu/drm/vgem/ |
D | vgem_drv.c | 214 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/ |
D | watchdog.h | 49 void (*unref)(struct watchdog_device *); member
|
/linux-4.1.27/drivers/staging/lustre/lustre/osc/ |
D | osc_page.c | 64 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
|
D | osc_internal.h | 116 int unref);
|
D | osc_request.c | 2394 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/ |
D | watchdog-kernel-api.txt | 97 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/ |
D | watchdog_dev.c | 494 if (wdd->ops->unref) in watchdog_release() 495 wdd->ops->unref(wdd); in watchdog_release()
|
D | da9055_wdt.c | 142 .unref = da9055_wdt_unref,
|
D | da9052_wdt.c | 174 .unref = da9052_wdt_unref,
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/ |
D | iwl-trans.h | 546 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/ |
D | ldlm_lock.c | 1078 __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/ |
D | armada_gem.c | 404 goto unref; in armada_gem_pwrite_ioctl() 414 unref: in armada_gem_pwrite_ioctl()
|
/linux-4.1.27/drivers/hwmon/ |
D | sch56xx-common.c | 419 .unref = watchdog_unref,
|
/linux-4.1.27/drivers/gpu/drm/tegra/ |
D | drm.c | 989 goto unref; in host1x_drm_probe() 997 unref: in host1x_drm_probe()
|
/linux-4.1.27/drivers/infiniband/ulp/ipoib/ |
D | ipoib_main.c | 783 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/ |
D | lustre_dlm.h | 1262 struct lustre_handle *, int unref);
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | i915_gem.c | 1485 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/ |
D | trans.c | 2427 .unref = iwl_trans_pcie_unref,
|