Home
last modified time | relevance | path

Searched refs:DEFINE_FREE (Results 1 – 25 of 47) sorted by relevance

12

/linux/drivers/cxl/
H A Dcxl.h722 DEFINE_FREE(put_cxl_root, struct cxl_root *, if (_T) put_device(&_T->port.dev))
723 DEFINE_FREE(put_cxl_port, struct cxl_port *, if (!IS_ERR_OR_NULL(_T)) put_device(&_T->dev))
724 DEFINE_FREE(put_cxl_root_decoder, struct cxl_root_decoder *, if (!IS_ERR_OR_NULL(_T)) put_device(&_…
725 DEFINE_FREE(put_cxl_region, struct cxl_region *, if (!IS_ERR_OR_NULL(_T)) put_device(&_T->dev))
726 DEFINE_FREE(put_cxl_dax_region, struct cxl_dax_region *, if (!IS_ERR_OR_NULL(_T)) put_device(&_T->d…
H A Dacpi.c398 DEFINE_FREE(put_cxlrd, struct cxl_root_decoder *,
400 DEFINE_FREE(del_cxl_resource, struct resource *, if (_T) del_cxl_resource(_T)) in DEFINE_FREE() function
/linux/include/linux/
H A Dmnt_namespace.h19 DEFINE_FREE(put_mnt_ns, struct mnt_namespace *, if (!IS_ERR_OR_NULL(_T)) put_mnt_ns(_T))
H A Dexecmem.h179 DEFINE_FREE(execmem, void *, if (_T) execmem_free(_T));
H A Dtsm.h118 DEFINE_FREE(put_tsm_dev, struct tsm_dev *,
H A Dnsproxy.h118 DEFINE_FREE(put_nsproxy, struct nsproxy *, if (_T) put_nsproxy(_T))
H A Dpci-ide.h116 DEFINE_FREE(pci_ide_stream_release, struct pci_ide *, if (_T) pci_ide_stream_release(_T))
H A Dpercpu.h158 DEFINE_FREE(free_percpu, void __percpu *, free_percpu(_T))
H A Dfirmware.h214 DEFINE_FREE(firmware, struct firmware *, release_firmware(_T))
H A Dslab.h517 DEFINE_FREE(kfree, void *, if (!IS_ERR_OR_NULL(_T)) kfree(_T))
518 DEFINE_FREE(kfree_sensitive, void *, if (_T) kfree_sensitive(_T))
1235 DEFINE_FREE(kvfree, void *, if (!IS_ERR_OR_NULL(_T)) kvfree(_T))
H A Dfile.h97 DEFINE_FREE(fput, struct file *, if (!IS_ERR_OR_NULL(_T)) fput(_T))
H A Dplatform_device.h268 DEFINE_FREE(platform_device_put, struct platform_device *, if (_T) platform_device_put(_T))
H A Ddevice.h1114 DEFINE_FREE(device_del, struct device *, if (_T) device_del(_T))
1310 DEFINE_FREE(put_device, struct device *, if (_T) put_device(_T))
/linux/kernel/trace/rv/
H A Drv.h20 DEFINE_FREE(rv_remove, struct dentry *, if (_T) rv_remove(_T));
/linux/include/linux/firmware/qcom/
H A Dqcom_tzmem.h61 DEFINE_FREE(qcom_tzmem, void *, if (_T) qcom_tzmem_free(_T))
/linux/sound/core/seq/
H A Dseq_clientmgr.h97 DEFINE_FREE(snd_seq_client, struct snd_seq_client *, if (!IS_ERR_OR_NULL(_T)) snd_seq_client_unref(…
/linux/net/core/
H A Ddev.h47 DEFINE_FREE(netdev_unlock, struct net_device *, if (_T) netdev_unlock(_T));
60 DEFINE_FREE(netdev_unlock_ops_compat, struct net_device *,
/linux/drivers/usb/gadget/function/
H A Du_ether.h177 DEFINE_FREE(detach_gadget, struct net_device *, if (_T) gether_detach_gadget(_T))
/linux/security/landlock/
H A Druleset.h200 DEFINE_FREE(landlock_put_ruleset, struct landlock_ruleset *,
/linux/kernel/trace/
H A Dtrace_probe.h455 DEFINE_FREE(traceprobe_parse_context, struct traceprobe_parse_context *,
588 DEFINE_FREE(trace_probe_log_clear, const char *, if (_T) trace_probe_log_clear())
H A Dtrace_fprobe.c95 DEFINE_FREE(tuser_free, struct tracepoint_user *, __tracepoint_user_free(_T)) in DEFINE_FREE() function
175 DEFINE_FREE(tuser_put, struct tracepoint_user *,
568 DEFINE_FREE(free_trace_fprobe, struct trace_fprobe *, if (!IS_ERR_OR_NULL(_T)) free_trace_fprobe(_T…
/linux/drivers/pci/
H A Dide.c206 DEFINE_FREE(free_stream, struct stream_index *, if (_T) free_stream_index(_T)) in DEFINE_FREE() function
407 DEFINE_FREE(free_stream_id, struct pci_ide_stream_id *,
/linux/drivers/fwctl/mlx5/
H A Dmain.c28 DEFINE_FREE(mlx5ctl, struct mlx5ctl_dev *, if (_T) fwctl_put(&_T->fwctl));
/linux/drivers/thermal/testing/
H A Dzone.c305 DEFINE_FREE(put_tt_zone, struct tt_thermal_zone *,
/linux/drivers/cxl/core/
H A Dcdat.c401 DEFINE_FREE(dsmas, struct xarray *, if (_T) discard_dsmas(_T)) in DEFINE_FREE() function
736 DEFINE_FREE(free_perf_xa, struct xarray *, if (_T) free_perf_xa(_T)) in DEFINE_FREE() function

12